[linux] problem with reinstalling marvinbeans

User 62d78b5e4b

19-12-2008 15:48:33

I have problem with my marvin. One day i trying lounch it (using linux ubuntu interpid


ibex) and jump out "unknown error". I try reinstall marvinbeans latest version, but


konsole tells me:





root@rexas-laptop:/home/rexas/Ĺ ablonai# chmod a+x marvinbeans-5_1_03_2-linux.sh


root@rexas-laptop:/home/rexas/Ĺ ablonai# ./marvinbeans-5_1_03_2-linux.sh


Starting Installer ...


java.lang.NullPointerException


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


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


java.lang.NullPointerException





And i don't understand why. Using latest version of java.





Thanks for help.

ChemAxon 7c2d26e5cf

19-12-2008 16:03:42

Hi,


Do you use Linux in graphical mode? The Marvin Beans installer is a GUI based application.


If you have, please check your Java. The installer and ChemAxon products support only Sun distributed Java on Linux platform.


You can find more details in these documents:


Installation Guide for Linux


System Requirements

User 62d78b5e4b

19-12-2008 16:42:37

when installing marvinbeans i use konsole, but linux run in graphical mode. java from sun microsystem.

ChemAxon 7c2d26e5cf

19-12-2008 16:50:20

Probably the file is damaged. Try to download it again.

User 62d78b5e4b

19-12-2008 17:32:43

i do this 4 times. problem not disolving.

ChemAxon 7c2d26e5cf

20-12-2008 10:39:40

Try to install it as a normal user (not "root") and launch it from another directory whose name includes only English alphabetical characters. Probably, the installer can not handle properly non-English characters. (The installer script is generated automatically by Install4j that is a third party software. We do not know about any compatibility issue of the installer under Linux by any (Middle-)East European language but it does not mean that it cannot be.)





If the above tip does not help, download the cross-platform version of Marvin Beans. It is a zip compressed version of the package. Just extract it and use.


Download


If the proper Java is available on your machine, Marvin applications will run.


If not, it means there is configuration problem with your Java:


- The bin directory of your JRE is missing from the PATH.


- Another Java (not the Sun distributed one) is in the PATH.





You can verify current java with the following statement:


Code:
java -version



You should get something like that (of course your Java version may be newer than mine):


Code:
java version "1.6.0_02"


Java(TM) SE Runtime Environment (build 1.6.0_02-b06)


Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)

User 62d78b5e4b

21-12-2008 10:06:04

thanks for help. problem dissolved. My Java was nonfunctional, but now all works properly.