Hello colleagues,
When I try to start configtool of a SAP system I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1690)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1614)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1593)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:850)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:525)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
I mention that this is a dual stack system, java is up and running and also the DISPLAY is set. XCLOCK test is also successful.
Does anyone have a clue how can I make configtool work again?
Kind regards,
Dalmy