| Code: |
|
JVM terminated. Exit code=1 /usr/bin/java -Xms40m -Xmx256m -jar /usr/share/eclipse/startup.jar -os linux -ws gtk -arch x86 -launcher /usr/share/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 210012 -vm /usr/bin/java -vmargs -Xms40m -Xmx256m -jar /usr/share/eclipse/startup.jar |
| Code: |
|
LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre/plugin/i386/ns7/libjavaplugin_oji.so [/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre/plugin/i386/ns7/libjavaplugin_oji.so: undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE] LoadPlugin: failed to initialize shared library /usr/lib/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so [/usr/lib/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: undefined symbol: XtCalloc] # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xa48fa66d, pid=6071, tid=3084699328 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing) # Problematic frame: # C [libxpcom_core.so+0x8766d] _ZN18nsAString_internal6AssignERKS_+0x17 # # An error report file with more information is saved as hs_err_pid6071.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # |
| Code: |
|
MESSAGE While loading class "net.sourceforge.phpeclipse.PHPeclipsePlugin$3$1", thread "Worker-2" timed out waiting (5000ms) for thread "Worker-0" to finish starting bundle "net.sourceforge.phpeclipse". To avoid deadlock, thread "Worker-2" is proceeding but "net.sourceforge.phpeclipse.PHPeclipsePlugin$3$1" may not be fully initialized. STACK TRACE java.lang.Exception: Generated exception. at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:75) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:409) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:339) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:391) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at net.sourceforge.phpeclipse.PHPeclipsePlugin$3.run(PHPeclipsePlugin.java:1182) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) SESSION DATA eclipse.buildId=M20060629-1905 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 |
| Code: |
|
$ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) |
| Code: |
| JVM terminated. Exit code=1
/usr/bin/java -Xms40m -Xmx256m -jar /usr/share/eclipse/startup.jar -os linux -ws gtk -arch x86 -launcher /usr/share/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 210012 -vm /usr/bin/java -vmargs -Xms40m -Xmx256m -jar /usr/share/eclipse/startup.jar |
| Code: |
| [ -d ~/bin ] && [ "${PATH/$HOME\/bin/}" = "${PATH}" ] && export PATH="$HOME/bin:$PATH" |
| Anonymous wrote: |
| I had the same error occur with me using Websphere Application Developer (which is built on top of eclipse). I have 1.5Gb of memory but I seems to be at 100% Memory Usage. Please check your task manager and let me know if you are experiencing the same problem.
Thanks |
| Guest wrote: |
| hi!
See: http://publib.boulder.ibm.com/infocente ... dcode.html If you have the sun JVM 1.4.2.x or 1.5 increase the heap storage with the Xmx Parameter! I had the same problem. I changed from Xmx256 to Xmx350 |
| Code: |
| ln -s /usr/lib/jvm/java-6-sun/bin/java ~/bin/java
echo /usr/lib/jvm/java-6-sun/bin/java -Djava.library.path=/usr/lib/jni -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dosgi.locking=none -jar /usr/lib/eclipse/startup.jar -os linux -ws gtk -arch x86_64 -launcher /usr/lib/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 5d8013 -install /usr/lib/eclipse -vm /usr/lib/jvm/java-6-sun/bin/java -vmargs -Djava.library.path=/usr/lib/jni -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dosgi.locking=none -jar /usr/lib/eclipse/startup > ~/bin/eclipse chmod 705 ~/bin/eclipse |