cancel
Showing results for 
Search instead for 
Did you mean: 

Database Studio - java crash with Exit code=1

Former Member
0 Kudos

Hello,

I try to get db-studio to work. The problem is that the studio crashes now with the following message:

JVM terminated. Exit code=1

/home/js/jre1.5.0_22/bin/java

-Xms40m

-Xmx1024m

-jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar

-os linux

-ws gtk

-arch x86

-showsplash

-launcher /opt/sdb/programs/DatabaseStudio/dbstudio

-name Dbstudio

--launcher.library /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so

-startup /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar

-exitdata 62800d

-vm /home/js/jre1.5.0_22/bin/java

-vmargs

-Xms40m

-Xmx1024m

-jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar

I used the tutorial for the installation of studio on 64bit Linux. The weird thing is that the studio ran perfectly yesterday but

today I get this Exit-Code = 1error.

Is there anybody who has an idea how to fix this ?

I start the studio with

/opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java

Thanks for help.

Edited by: Schneidi on Aug 24, 2010 10:07 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You would have to include the path which points to JVM in your PATH variable.

Example :C:\Program Files\Java\jdk1.6.0_45\bin

Try to restart DbStudio after setting this. It should work.

Regards,

Shruthi

nelis
Active Contributor
0 Kudos

Hi,

/opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java

Try changing to the directory first:

cd /opt/sdb/programs/DatabaseStudio

./dbstudio -vm /home/***/jre1.5.0_22/bin/java

Also make sure /opt/sdb/programs/DatabaseStudio is in your PATH:

export PATH=/opt/sdb/programs/DatabaseStudio:$PATH

Nelis

Former Member
0 Kudos

Hi, I tried this already

I read the error log just now and saw that the studio seems to refer another eclipse instance.

I don't know what went wrong there.

So I deleted the other eclipse and viola I works.

I know it isn't a real answer for this problem but if it keeps running now.. so what.

Now I have both the studio and eclipse running... wtf ? ^^

If you have an idea what could cause this problem please tell me.