Please help, I tried all! I can run my app that use JCo on a Windows Server 2003 64x with glassfish, please help!

link|improve this question

25% accept rate
You should provide further details, e.g. a stacktrace. Did you correctly install the native JCo libraries? – home Sep 13 '11 at 4:38
Yes , after install native jco libraries, I got this error: Caused by: java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\glassfishv3\glassfish\domains\domain1\lib\ext\sapjco3.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem at com.sap.conn.jco.rt.MiddlewareJavaRfc.<clinit>(MiddlewareJavaRfc.java:212) – SebRojas Sep 14 '11 at 20:52
feedback

2 Answers

Make sure you have the correct version of SAP JCo installed (i.e. Windows 64bit, not 32bit), and the DLL is in the correct location. If there is an issue with this native library loading, the Java class will not initialize.

link|improve this answer
feedback

I'm using the 32bits version because glassfich is running on jre 32 bits, and I tried run app on windows server 32 bits and the error is the same

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.