Hi I’m getting the below error
In Dev Environment with the same configuration it works but when moved to testing environment it is not working and showing this error
java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.UnsatisfiedLinkError: C:jbossjboss-eap-7.0modulessystemlayersbasecomspineitvertexsapjcomainsapjco3.dll: Can’t find dependent libraries
at com.sap.conn.jco.rt.Middleware.(Middleware.java:87)
before this error
got this error but without changing any configuration itself this error is not showed again but newly the above dependent libraries error came into action
10:44:57,838 ERROR [io.undertow.request] (default task-264) UT005023: Exception handling request to /GmInvoiceServlet: java.lang.NoClassDefFoundError: Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory
at com.sap.conn.jco.rt.RuntimeEnvironment.(RuntimeEnvironment.java:41)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
What we Tried
delete all sap configuration
and added freshly again but showing same error
If you faced the same Can’t find dependent libraries error or know to fix this kindly reply
Thanks in Advance
Ash Ash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.