- This topic has 21 replies, 4 voices, and was last updated 17 years, 9 months ago by
Cielo_Malvado.
-
AuthorPosts
-
VitalyMember– System Setup ——————————-
Operating System and version: OpenSUSE 10.2 (Linux localhost 2.6.18.8-0.1-bigsmp)
Eclipse version: 3.2.2
Eclipse build id:
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: SWT, SVN, Tomcat:
—
com.sysdeo.eclipse.tomcat_3.2.0.beta3
org.eclipse.tomcat_4.1.130.v20060601
—
org.tigris.subversion.javahl.win32_1.2.0.jar
org.tigris.subversion.subclipse.core_1.2.0.jar
org.tigris.subversion.subclipse.doc_1.2.0.jar
org.tigris.subversion.subclipse.mylar_1.0.1.jar
org.tigris.subversion.subclipse.ui_1.2.0.jar—
org.eclipse.swt.gtk.linux.x86_3.2.2.v3236.jar
org.eclipse.swt_3.2.2.v3236b.jar—
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
org.eclipse.pde.build_3.2.1.r321_v20060823
org.eclipse.pde.core_3.2.1.v20060915-0800.jar
org.eclipse.pde.doc.user_3.2.1.v20060816-0800.jar
org.eclipse.pde.junit.runtime_3.2.0.v20060605.jar
org.eclipse.pde.runtime_3.2.0.v20060605.jar
org.eclipse.pde.source_3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
org.eclipse.pde.ui_3.2.1.v20060816-0800.jar
org.eclipse.pde_3.2.1.v20060810-0800.jarMyEclipse version: 5.1.1
Eclipse JDK version: build 1.5.0_08-b03
Application Server JDK version: build 1.5.0_08-b03
Are there any exceptions in the Eclipse log file?If this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
I installing myeclipse software.
Then i starting /opt/myeclipse/MyEclipse.sh i recived windows with text:
JVM terminated. Exit code=1
/usr/bin/java
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/opt/myeclipse/eclipse/MyEclipseSplash.bmp
-jar /opt/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 4f8008
-product com.genuitec.myeclipse.product.ide
-vm /usr/bin/java
-vmargs
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/opt/myeclipse/eclipse/MyEclipseSplash.bmp
-jar /opt/eclipse/startup.jarand CLOSE button 🙁
Please, help me …. 😳
March 27, 2007 at 8:40 pm #268079
Riyad KallaMemberCan you run:
/usr/bin/java -versionand paste the information here for me?
March 30, 2007 at 4:06 am #268173
VitalyMember@localhost:~> java -version
java version “1.5.0_08”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)March 30, 2007 at 8:48 am #268182
Riyad KallaMemberThat looks fine, I’m not sure why it’s crashing out.
For testing purposes, make sure Eclipse, MYEclipse are installed as the same user and when you run it, run it as that user.
If the crashing continues, I would suggest a brand new install of both Eclipse 3.2.2 SDK from eclipse.org and MyEclipse 5.1.1 under your Home Directory.
September 13, 2007 at 10:58 am #275535
Cielo_MalvadoMemberI have the same problem, The reinstallation doesn’t solve anything…
Eclipse IDE run fine, but MyEclipse send an error and doesn’t start.
ERROR when start in console :
using specified vm: /usr/lib/jvm/java-1.5.0-sun
Exception in thread “main” java.lang.NoClassDefFoundError: 5/5/1ERROR popuped (on after line : Exception in thread “main” java.lang.NoClassDefFoundError: 5/5/1) :
JVM terminated. Exit code=1
/usr/lib/jvm/java-1.5.0-sun/bin/java
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.1/classmap.db
-Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/root/MyEclipse 5.5.1 GA/eclipse/MyEclipseSplash.bmp
-jar /usr/lib/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /usr/lib/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 8000d
-install /usr/lib/eclipse
-product com.genuitec.myeclipse.product.ide
-vm /usr/lib/jvm/java-1.5.0-sun/bin/java
-vmargs
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.1/classmap.db
-Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/root/MyEclipse 5.5.1 GA/eclipse/MyEclipseSplash.bmp
-jar /usr/lib/eclipse/startup.jarConfiguration:
– Ubuntu 7.04
– JAVA_HOME = /usr/lib/jvm/java-1.5.0-sun
– JRE_HOME = /usr/lib/jvm/java-1.5.0-sun/jre
– CLASSPATH = /usr/local/tomcat5/common/lib/jsp-api.jar:/usr/local/tomcat5/common/lib/servlet-api.jarSeptember 13, 2007 at 1:31 pm #275560
Riyad KallaMemberCielo,
I see GCJ in your environment vars about, that will most likely cause failures with MyEclipse. Can you check Synpatic and make sure GCJ is not installed?September 13, 2007 at 11:13 pm #275574
Cielo_MalvadoMemberpat@pat-desktop:~$ sudo update-alternatives –config java
Password:Il y a 3 alternatives fournissant « java ».
Sélection Alternative
———————————————–
1 /usr/bin/gij-wrapper-4.1
2 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java
*+ 3 /usr/lib/jvm/java-gcj/jre/bin/javaI tried that
export GCJ_HOME=[something like] /usr/lib/gcj-4.1I installed all about GCJ with Synaptic (I had only base) but nothing change…
September 14, 2007 at 10:15 am #275597
jcorbin4607MemberMyEclipseIDE 6.x is dumping core on me as well. All too often. Alot of time it happens after I log in and the application sits idle. I suspect a repaint issue but not sure. The only external plugin I use is Subclipse for SVN integration.
September 14, 2007 at 12:02 pm #275608
Cielo_MalvadoMemberI tried to use 5.5.1 eclipse version…. I think version 6 will not work with my actuals projects. (I’m a nube on Eclipse on Linux, I always use it on Windows XP before, without any troubles).
But for some compatibility insurance I have to use MyEclipse on a Linux machine.
I searching for the simplest way to do that.
September 14, 2007 at 11:21 pm #275634
Cielo_MalvadoMemberThis message has not been recovered.
September 17, 2007 at 9:27 am #275683
Riyad KallaMemberThis message has not been recovered.
September 18, 2007 at 2:12 am #275791
Cielo_MalvadoMemberThis message has not been recovered.
September 18, 2007 at 3:59 pm #275858
jcorbin4607MemberThis message has not been recovered.
September 19, 2007 at 12:52 pm #275913
Riyad KallaMemberThis message has not been recovered.
September 19, 2007 at 3:24 pm #275938
jcorbin4607MemberThis message has not been recovered.
-
AuthorPosts