java.lang.UnsatisfiedLinkError: awt (An exception was pendin
Hi,
When I call session.put( asset, new NullProgressMonitor()); I get the following exception. Any help on why I would get this would be much appreciated. Thank you.
<message>java.lang.UnsatisfiedLinkError: awt (An exception was pending after running JNI_OnLoad)</message>
<frame>
<class>java.lang.ClassLoader</class>
<method>loadLibraryWithPath</method>
<line>993</line>
</frame>
<frame>
<class>java.lang.ClassLoader</class>
<method>loadLibraryWithClassLoader</method>
<line>962</line>
</frame>
<frame>
<class>java.lang.System</class>
<method>loadLibrary</method>
<line>465</line>
</frame>
<frame>
<class>sun.security.action.LoadLibraryAction</class>
<method>run</method>
<line>69</line>
</frame>
<frame>
<class>java.security.AccessController</class>
<method>doPrivileged</method>
<line>202</line>
</frame>
<frame>
<class>java.text.Bidi</class>
<method><clinit></method>
<line>67</line>
</frame>
<frame>
<class>java.lang.J9VMInternals</class>
<method>initializeImpl</method>
<line>-2</line>
</frame>
<frame>
<class>java.lang.J9VMInternals</class>
<method>initialize</method>
<line>200</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMAsset</class>
<method>toLocalizedString</method>
<line>4195</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMAsset</class>
<method>getLocalArtifactArchiveFile</method>
<line>3195</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMSession</class>
<method>putAsset</method>
<line>2853</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMSession</class>
<method>put</method>
<line>4715</line>
</frame>
When I call session.put( asset, new NullProgressMonitor()); I get the following exception. Any help on why I would get this would be much appreciated. Thank you.
<message>java.lang.UnsatisfiedLinkError: awt (An exception was pending after running JNI_OnLoad)</message>
<frame>
<class>java.lang.ClassLoader</class>
<method>loadLibraryWithPath</method>
<line>993</line>
</frame>
<frame>
<class>java.lang.ClassLoader</class>
<method>loadLibraryWithClassLoader</method>
<line>962</line>
</frame>
<frame>
<class>java.lang.System</class>
<method>loadLibrary</method>
<line>465</line>
</frame>
<frame>
<class>sun.security.action.LoadLibraryAction</class>
<method>run</method>
<line>69</line>
</frame>
<frame>
<class>java.security.AccessController</class>
<method>doPrivileged</method>
<line>202</line>
</frame>
<frame>
<class>java.text.Bidi</class>
<method><clinit></method>
<line>67</line>
</frame>
<frame>
<class>java.lang.J9VMInternals</class>
<method>initializeImpl</method>
<line>-2</line>
</frame>
<frame>
<class>java.lang.J9VMInternals</class>
<method>initialize</method>
<line>200</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMAsset</class>
<method>toLocalizedString</method>
<line>4195</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMAsset</class>
<method>getLocalArtifactArchiveFile</method>
<line>3195</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMSession</class>
<method>putAsset</method>
<line>2853</line>
</frame>
<frame>
<class>com.ibm.ram.client.RAMSession</class>
<method>put</method>
<line>4715</line>
</frame>