LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Java Crash (https://www.linuxquestions.org/questions/linux-newbie-8/java-crash-913531/)

pkroetsch 11-14-2011 03:44 PM

Java Crash
 
Hello,

I am having issues running a .jnlp file.

I am currently running java 1.6.0_24. I run a .jnlp file through javaws and I get a wierd java crash whenever I open a CADD display in the application. I have tried the most recent java 1.6.0_29 and I am getting the same java crash.

It is wierd. The program will remain open if I do not do anything inside the application. If I just open it up and let it run untouched it will stay open but if I open and do anything inside the application Java crashes.

Here is my system information.

RHEL 6.1 64 bit
java: 1.6.0_24
crashes in both gnome and kde

Here is the error msg.

I am not sure what is going on. I can't tell if this is something specific to the .jnlp application or if it is a java specific issue.



Package: jdk-1.6.0_24-fcs
Latest Crash: Mon 14 Nov 2011 03:35:27 PM
Command: /usr/java/jdk1.6.0_24/jre/bin/java -Xmx512m -Xms128m -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dswing.noxp=true -Xbootclasspath/a:/usr/java/jdk1.6.0_24/jre/lib/javaws.jar:/usr/java/jdk1.6.0_24/jre/lib/deploy.jar:/usr/java/jdk1.6.0_24/jre/lib/plugin.jar -classpath /usr/java/jdk1.6.0_24/jre/lib/deploy.jar '-Djnlpx.vmargs=\"-Xmx512m -Xms128m -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dswing.noxp=true\"' -Djnlpx.jvm=/usr/java/jdk1.6.0_24/jre/bin/java -Djnlpx.splashport=46578 -Djnlpx.home=/usr/java/jdk1.6.0_24/jre/bin -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.relaunch=true -Djnlpx.heapsize=134217728,536870912 -Djava.security.policy=file:/usr/java/jdk1.6.0_24/jre/lib/security/javaws.policy -DtrustProxy=true -Xverify:remote -Dsun.awt.warmup=true com.sun.javaws.Main /home/pkroetsch/.java/deployment/cache/6.0/56/3f3bc938-6ffa7b3e
Reason: Process /usr/java/jdk1.6.0_24/jre/bin/java was killed by signal 6 (SIGABRT)
Comment: None
Bug Reports:

corp769 11-16-2011 12:03 AM

Hello,

Run it from within a terminal, and note for any output within the terminal, since doing it like so should give you any errors and/or warnings. Also, what java program are you trying to run exactly?

Cheers,

Josh


All times are GMT -5. The time now is 11:04 AM.