java.lang.UnsatisfiedLinkError: /opt/app/sun-appserver7/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
This is a sub-class of the LinkageError class and indicates that the JVM cannot find an appropriate native-language definition of a method declared as native. Compile a 64-bit version of your .dylib file.
Solutions on the web
via Google Groups by Isabella, 10 months ago
via Google Groups by Yanfeng Feng, 2 years ago
via Google Groups by Mike, 2 years ago
via Google Groups by Yanfeng Feng, 2 years ago
via Google Groups by Mike, 2 years ago
via Oracle Community by 807595, 1 year ago
java.lang.UnsatisfiedLinkError: /opt/app/sun-appserver7/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.
(Toolkit.java:1458) at java.awt.Dimension.
(Dimension.java:68) at com.sun.wizards.core.GenericWizardState.startGUI(GenericWizardState.java:398)
at com.sun.wizards.core.GenericWizardState.run(GenericWizardState.java:270)
at java.lang.Thread.run(Thread.java:534)