Failed to run Marvin*

User da884d7607

01-08-2012 20:20:15

Hello!


When I run any program (MarvinSketch, MarvinSpace and MarvinView) I get the following error:


 


java.lang.UnsatisfiedLinkError: /home/spartan/.i4j_jres/1.6.0_18/lib/i386/xawt/libmawt.so: libXtst.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(Unknown Source)


at java.lang.ClassLoader.loadLibrary(Unknown Source)


at java.lang.Runtime.load0(Unknown Source)


at java.lang.System.load(Unknown Source)


at java.lang.ClassLoader$NativeLibrary.load(Native Method)


at java.lang.ClassLoader.loadLibrary0(Unknown Source)


at java.lang.ClassLoader.loadLibrary(Unknown Source)


at java.lang.Runtime.loadLibrary0(Unknown Source)


at java.lang.System.loadLibrary(Unknown Source)


at sun.security.action.LoadLibraryAction.run(Unknown Source)


at java.security.AccessController.doPrivileged(Native Method)


at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)


at sun.awt.DebugHelper.<clinit>(Unknown Source)


at java.awt.Component.<clinit>(Unknown Source)


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)


at java.lang.reflect.Method.invoke(Unknown Source)


at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)


at com.install4j.runtime.launcher.Launcher.main(Unknown Source)


java.lang.NoClassDefFoundError: javax.swing.JFrame


at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source)


at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)


at com.install4j.runtime.launcher.Launcher.main(Unknown Source)


Exception in thread "main" java.lang.NoClassDefFoundError: javax.swing.JFrame


at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source)


at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)


at com.install4j.runtime.launcher.Launcher.main(Unknown Source)


 


thanks in advance.


Victor Eduardo Bahamonde P.

ChemAxon 5433b8e56b

02-08-2012 11:09:55

Hi,


It seems to me as a java configuration issue on your machine.


Can you check that other java swing applications can run properly on your machine?


How do you start the application? Which operating system and java version do you have? Did you installed the Marvin with bundled java?


Regards,
Istvan

ChemAxon 7c2d26e5cf

02-08-2012 13:34:27

It seems that your machine can not corporate with the Marvin installer bundled JRE (1.6.0_18 32bit) because a native file that this JRE expects has not been installed.


Can you confirm that you use a 64bit Linux?
I met this problem in this environment. The following topic give a hint how to solve this issue:


http://mpoojari.wordpress.com/2012/02/25/exception-in-thread-main-java-lang-unsatisfiedlinkerror-u01apporaclercuhomejdkjrelibi386xawtlibmawt-so-libxtst-so-6-cannot-open-shared-object-file-no-such-file-or-directory/


Alternative workaround is:


- Install 64bit (Oracle) Java (latest patch of 1.6 is recommended).


- Download Marvin installer for Linux without Java and install it.

User da884d7607

14-08-2012 15:16:05










Tamas wrote:

It seems that your machine can not corporate with the Marvin installer bundled JRE (1.6.0_18 32bit) because a native file that this JRE expects has not been installed.


Can you confirm that you use a 64bit Linux?
I met this problem in this environment. The following topic give a hint how to solve this issue:


http://mpoojari.wordpress.com/2012/02/25/exception-in-thread-main-java-lang-unsatisfiedlinkerror-u01apporaclercuhomejdkjrelibi386xawtlibmawt-so-libxtst-so-6-cannot-open-shared-object-file-no-such-file-or-directory/


Alternative workaround is:


- Install 64bit (Oracle) Java (latest patch of 1.6 is recommended).


- Download Marvin installer for Linux without Java and install it.



ok, Well, I just download Marvin without Java and worked. I have no clear the difference between the two package.


I use Debian/Linux 64 bit


thanks

ChemAxon 7c2d26e5cf

17-08-2012 17:21:12

Thanks for the feedback.