Hi,

I am getting error on windows server 2016, 64bit. I have VC++ 2017 
redistributable installed in my VM. My tessesract code is developed in 
spring boot app which works correctly in my PC. I copied the same project 
and tried to run on windows server 2016 virtual machine. I am getting below 
error. Please help me

java.lang.UnsatisfiedLinkError: The specified module could not be found.

at com.sun.jna.Native.open(Native Method) ~[jna-4.5.2.jar:4.5.2 (b0)]
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:288) 
~[jna-4.5.2.jar:4.5.2 (b0)]
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:427) 
~[jna-4.5.2.jar:4.5.2 (b0)]
at com.sun.jna.Library$Handler.<init>(Library.java:179) 
~[jna-4.5.2.jar:4.5.2 (b0)]
at com.sun.jna.Native.loadLibrary(Native.java:569) ~[jna-4.5.2.jar:4.5.2 
(b0)]
at com.sun.jna.Native.loadLibrary(Native.java:544) ~[jna-4.5.2.jar:4.5.2 
(b0)]
at 
net.sourceforge.tess4j.util.LoadLibs.getTessAPIInstance(LoadLibs.java:81) 
~[tess4j-4.0.0.jar:4.0.0]
at net.sourceforge.tess4j.TessAPI.<clinit>(TessAPI.java:42) 
~[tess4j-4.0.0.jar:4.0.0]
at net.sourceforge.tess4j.Tesseract.init(Tesseract.java:364) 
~[tess4j-4.0.0.jar:4.0.0]
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:277) 
~[tess4j-4.0.0.jar:4.0.0]
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:209) 
~[tess4j-4.0.0.jar:4.0.0]
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:193) 
~[tess4j-4.0.0.jar:4.0.0]
at com.test.job.MyQuartzJob.execute(MyQuartzJob.java:79) ~[classes/:na]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202) 
~[quartz-2.2.1.jar:na]
at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) 
[quartz-2.2.1.jar:na]

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/79018f6c-e6b4-4314-8238-10b4d55acc00%40googlegroups.com.

Reply via email to