简体   繁体   中英

Error running ADF Morena application?

I develop an application in ADF. Scanning documents using Morena 6 . When I test on my PC everything works ok but when I switch on the GlassFish application server and start scanning the document I receive an error.

Caused by: java.lang.UnsatisfiedLinkError: SK.gnome.twain.TwainManager.listSources()[LSK/gnome/twain/TwainSource;
 at SK.gnome.twain.TwainManager.listSources(Native Method)
 at SK.gnome.twain.TwainManager.selectSource(TwainManager.java:163)
 at beans.ImageBean.skenirajDokument(ImageBean.java:571)

Could it be that your Morena jar file is not cross platform? http://docs.oracle.com/javase/7/docs/api/java/lang/UnsatisfiedLinkError.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM