For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 36 replies, 3 voices, and was last updated 21 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
May 20, 2004 at 8:14 am #207262
Scott AndersonParticipantL,
Just to be clear, syntax errors won’t be found until the file is validated by compilation, as Riyad stated here:
Window > Preferences > Workbench > “Perform Build Automatically on Resource Modification” (CHECKED)
Without this, the file is not compiled when you save it, which would cause the error to be missed.
In addition, the stack trace you provided shows an installation problem. Basically when using the trial version you need to both install and use Eclipse / MyEclipse as the same user. For example, install as root, use as root. Install as a user, user as a user. The stack tells me that you most likely installed as root but are using as a ‘regular’ user. While that install scenario is supported for the licensed product, it is not for the 30-day trial so you’ll most likely experience problems. Actually, this is most likely what caused your problem to begin with, and your reinstall corrected it. Since the log file doesn’t get truncated on a new installation, the error may be an old one and your current installation just fine. I’d suggest manually removing the log file and then checking to see if you experience any problems going forward with the new install.
May 20, 2004 at 8:43 am #207266
Riyad KallaMemberScott thank you so much for posting, this never occured to me…
lduperval, are you emerging Eclipse and then installing MyEclipse yourself? If so, definately don’t do that. We had another user on here using Gentoo and 2 others using Suse trying to create “system-wide” installs of Eclipse and it just doesn’t work well. Install everything as your own user under ~/bin/eclipse and ~/bin/myeclipse for example (I use ~/java/eclipse and ~/java/myeclipse).
May 20, 2004 at 12:21 pm #207273
Laurent DupervalMemberThanks for the responses. Let me anser each of them as best I can:
– I did not emerge. I unzippped the download from http://www.eclipse.org
– I changed the owner of the myeclipse directory *and* the eclipse directory to be me.
– Compile when saved is checked.I still get no compilation errors, even when I put bogus code in my scriptlets.
I went to check, and noticed that after reinstalling eclipse and reinitialising my workspace, Tomcat wasn’t configured properly. So I entered the correct TOMCAT_HOME and changed the temp/ directory permissions so I could write to it. Still nothing. 🙁
How do I know that when saving, MyEclipseIDE is really trying to use Tomcat to validate? Where do I tell it to use the Tomcat engine and not the JBoss engine or the Weblogic engine?
I’m now leaning towards the possibility that something in my environment setup is screwy.
L
May 20, 2004 at 12:52 pm #207276
Riyad KallaMember– I changed the owner of the myeclipse directory *and* the eclipse directory to be me.
Why did you need to do this? If you downloaded Eclipse and MyEclipse AS your user (say “lduperval”) why were you changing perms on it? Didn’t you just unzip it to your home dir someplace?
How do I know that when saving, MyEclipseIDE is really trying to use Tomcat to validate?
Its not. MyEclipse uses its own internal JSP Compiler to validate JSP files.
I’m now leaning towards the possibility that something in my environment setup is screwy.
Any strange CLASSPATH or PATH environment variables setup?
May 20, 2004 at 3:18 pm #207281
Laurent DupervalMember@support-rkalla wrote:
If you downloaded Eclipse and MyEclipse AS your user (say “lduperval”) why were you changing perms on it? Didn’t you just unzip it to your home dir someplace?
No, I put it in /usr/local/{my}eclipse. /usr/local is owned by root.
Any strange CLASSPATH or PATH environment variables setup?
I don’t think so:
CLASSPATH=/opt/sun-j2ee-1.3.1/lib/j2ee.jar:. PATH=/home/laurent/bin:/usr/local/bin:/opt/bin: /usr/i686-pc-linux-gnu/gcc-bin/3.3:/opt/Acrobat5: /usr/X11R6/bin:/opt/sun-jdk-1.4.2.04/bin: /opt/sun-jdk-1.4.2.04/jre/bin:/opt/sun-jdk-1.4.2.04/jre/javaws: /opt/sun-j2ee-1.3.1/bin: /usr/qt/3/bin:/usr/kde/3.2/bin:/usr/kde/3.1/bin: /opt/firebird/bin:/usr/games/bin:/bin:/usr/binFor legibility purposes, I split the line into several lines.
L
May 20, 2004 at 3:43 pm #207283
Riyad KallaMemberPlease reinstall Eclipse and MyEclipse as your own user, into your home dir and see if things start to work. Don’t change any perms or try and do anything fancy, just unzip the zips, Start/Close Eclipse, make the link file and fire up Eclipse and see what happens. This can help give us a baseline of whats going on.
May 20, 2004 at 6:37 pm #207286
Laurent DupervalMemberNo dice. What I did:
– I deleted my ~/.eclipse directory
– I unzipped Eclipse in my home directory
– I unzipped myeclipseide in my home directory
– I started eclipse then I exited immediately.
– I make the link and I restarted eclipse. The first time, I had a lot of messages that look like this:Ignoring bundle at: reference:file:/usr/local/myeclipseide/eclipse/plugins/com.genuitec.myeclipse.wdt_3.7.2/ org.osgi.framework.BundleException: A bundle with the unique ID and version is already installed: com.genuitec.myeclipse.wdt 3.7.2/usr/local/my…. is the directory where my previous installation was located. I didn’t delete it because I’ve got templates and such in there that I modified.
I exited and restarted Eclipse. I got this on the console:
Warning: SWT Mozilla requires Mozilla 1.4 to be installed Warning: The Mozilla configuration file /etc/gre.conf was not found Unable to find view label: org.eclipse.debug.ui.ConsoleView Could not create view: com.genuitec.eclipse.core.browserview.perspectiveextensionBut everything came up properly. I imported my existing project, loaded up a JSP, inserted bogus java in it, saved but no errors or warning. 🙁
I thought maybe the fact that I was reusing a project was the problem. So I created a new project, a new JSP file and inserted bogus java code. Still no compile errors. I’m pretty much at my wits’ end.
The most annoying thing is that once the problem is found, it’ll turn out to be something totally stoopid…
L
May 20, 2004 at 6:55 pm #207289
Laurent DupervalMemberI decided to try again. I removed the eclipse and the myeclipseide directories in /usr/local. I removed the eclipse and the myeclipseide directories in my home directory. I removed existing workspaces. I un zipped eclipse and my eclipse. I started eclipse then exited. I created the links/ directory and the .link file. Then I started eclipse and got:
Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu Reason: Internal plug-in action delegate error on creation. Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar Reason: Internal plug-in action delegate error on creation. Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu Reason: Internal plug-in action delegate error on creation. Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar Reason: Internal plug-in action delegate error on creation. Unhandled event loop exception Reason: java.lang.NullPointerExceptionAt that point, the Eclipse splash window stayed on my screen and I had to xkill it. I restarted eclipse, switched to the myeclipse perspective, created a new project, a new JSP file, inserted bogus Java code, and still nothing. So it doesn’t look like it’s got something to do with the location where I install myeclipse, nor the userid I use.
L
May 20, 2004 at 10:05 pm #207293
Riyad KallaMemberCan you fire up Eclipse, go to Help > About, and click Configuration Details and paste the entire result here for us to look at? You can’t get much more detailed then that page’s results…
As far as being at wits end, I personally feel terrible that we haven’t gotten you up and running yet and frankly am not willing to give up. I’ll fly out and move into your house until this is done 🙂
May 21, 2004 at 9:59 am #207311
Laurent DupervalMemberHere it is. Since the problem didn’t seem to be with the installation method, I’m back to using my orginal setup, in /usr/local.
*** Date: 5/21/04 10:58 AM *** System properties: eclipse.application=org.eclipse.ui.ide.workbench eclipse.commands=-os linux -ws gtk -arch x86 -showsplash /usr/local/eclipse/eclipse -showsplash 600 -exitdata /usr/local/eclipse/eclipse -exitdata 12801d -vm /opt/sun-jdk-1.4.2.04/bin/java -vmargs -cp /usr/local/eclipse/startup.jar org.eclipse.core.launcher.Main eclipse.debug.startupTime=1085141685502 eclipse.noLazyRegistryCacheLoading=true eclipse.product=org.eclipse.platform eclipse.vm=/opt/sun-jdk-1.4.2.04/bin/java eclipse.vmargs=-cp /usr/local/eclipse/startup.jar org.eclipse.core.launcher.Main eof=eof file.encoding=ANSI_X3.4-1968 file.encoding.pkg=sun.io file.separator=/ java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment java.awt.printerjob=sun.print.PSPrinterJob java.class.path=/usr/local/eclipse/startup.jar java.class.version=48.0 java.endorsed.dirs=/opt/sun-jdk-1.4.2.04/jre/lib/endorsed java.ext.dirs=/opt/sun-jdk-1.4.2.04/jre/lib/ext java.home=/opt/sun-jdk-1.4.2.04/jre java.io.tmpdir=/tmp java.library.path=/opt/sun-jdk-1.4.2.04/jre/lib/i386/client:/opt/sun-jdk-1.4.2.04/jre/lib/i386:/opt/sun-jdk-1.4.2.04/jre/../lib/i386 java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version=1.4.2_04-b05 java.specification.name=Java Platform API Specification java.specification.vendor=Sun Microsystems Inc. java.specification.version=1.4 java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory java.vendor=Sun Microsystems Inc. java.vendor.url=http://java.sun.com/ java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi java.version=1.4.2_04 java.vm.info=mixed mode java.vm.name=Java HotSpot(TM) Client VM java.vm.specification.name=Java Virtual Machine Specification java.vm.specification.vendor=Sun Microsystems Inc. java.vm.specification.version=1.0 java.vm.vendor=Sun Microsystems Inc. java.vm.version=1.4.2_04-b05 line.separator= org.osgi.framework.executionenvironment= org.osgi.framework.language=en org.osgi.framework.os.name=Linux org.osgi.framework.os.version=2.4.20-gentoo-r6 org.osgi.framework.processor=i386 org.osgi.framework.vendor=Eclipse org.osgi.framework.version=1.2.0 org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl os.arch=i386 os.name=Linux os.version=2.4.20-gentoo-r6 osgi.arch=x86 osgi.bundles=org.eclipse.osgi.services, org.eclipse.osgi.util, org.eclipse.core.runtime@2, org.eclipse.update.configurator@3 osgi.bundlestore=/usr/local/eclipse/configuration/org.eclipse.osgi/bundles osgi.configuration.area=file:/usr/local/eclipse/configuration/ osgi.framework=file:/usr/local/eclipse/plugins/org.eclipse.osgi_3.0.0/ osgi.framework.beginningstartlevel=1 osgi.framework.version=3.0.0 osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar osgi.install.area=file:/usr/local/eclipse/ osgi.instance.area=file:/home/laurent/workspace osgi.logfile=/home/laurent/workspace/.metadata/.log osgi.manifest.cache=/usr/local/eclipse/configuration/org.eclipse.osgi/manifests osgi.nl=en_US osgi.os=linux osgi.splashLocation=/usr/local/eclipse/plugins/org.eclipse.platform_3.0.0/splash.bmp osgi.splashPath=platform:/base/plugins/org.eclipse.platform osgi.ws=gtk path.separator=: sun.arch.data.model=32 sun.boot.class.path=/opt/sun-jdk-1.4.2.04/jre/lib/rt.jar:/opt/sun-jdk-1.4.2.04/jre/lib/i18n.jar:/opt/sun-jdk-1.4.2.04/jre/lib/sunrsasign.jar:/opt/sun-jdk-1.4.2.04/jre/lib/jsse.jar:/opt/sun-jdk-1.4.2.04/jre/lib/jce.jar:/opt/sun-jdk-1.4.2.04/jre/lib/charsets.jar:/opt/sun-jdk-1.4.2.04/jre/classes sun.boot.library.path=/opt/sun-jdk-1.4.2.04/jre/lib/i386 sun.cpu.endian=little sun.cpu.isalist= sun.io.unicode.encoding=UnicodeLittle sun.java2d.fontpath= sun.os.patch.level=unknown user.country=US user.dir=/home/laurent user.home=/home/laurent user.language=en user.name=laurent user.timezone=Canada/Eastern vendor=Apache Software Foundation vendor-url=http://xml.apache.org/xalan-j version=2.4.1 *** Features: com.genuitec.myeclipse.ast (3.7.2) "MyEclipse Application Server Tooling" com.genuitec.myeclipse.core (3.7.2) "MyEclipse Core Tooling" com.genuitec.myeclipse.enterprise (3.7.2) "MyEclipse Enterprise Workbench" com.genuitec.myeclipse.help (3.7.2) "MyEclipse Help Documentation" com.genuitec.myeclipse.wdt (3.7.2) "MyEclipse Web Development Tooling" org.eclipse.jdt (3.0.0) "Eclipse Java Development Tools" org.eclipse.jdt.source (3.0.0) "Eclipse Java Development Tools SDK" org.eclipse.pde (3.0.0) "Eclipse Plug-in Development Environment" org.eclipse.platform (3.0.0) "Eclipse Platform" org.eclipse.platform.source (3.0.0) "Eclipse Platform Plug-in Developer Resources" org.eclipse.sdk (3.0.0) "Eclipse Project SDK" *** Plug-in Registry: com.genuitec.eclipse.ast.deploy.core (3.7.2) "Deployment Core Plug-in" com.genuitec.eclipse.core (3.7.2) "Genuitec Core" com.genuitec.eclipse.cross.easystruts.eclipse (3.7.2) "Stuts Support" com.genuitec.eclipse.easie.bejy (3.7.2) "Genuitec EASIE Bejy Tiger" com.genuitec.eclipse.easie.core (3.7.2) "Genuitec EASIE Core" com.genuitec.eclipse.easie.jboss (3.7.2) "Genuitec EASIE JBoss" com.genuitec.eclipse.easie.jboss2 (3.7.2) "Genuitec EASIE JBoss 2" com.genuitec.eclipse.easie.jboss3 (3.7.2) "Genuitec EASIE JBoss 3" com.genuitec.eclipse.easie.jboss4 (3.7.2) "Genuitec EASIE JBoss 4" com.genuitec.eclipse.easie.jetty (3.7.2) "Genuitec EASIE Jetty" com.genuitec.eclipse.easie.jetty4 (3.7.2) "Genuitec EASIE Jetty 4" com.genuitec.eclipse.easie.jetty5 (3.7.2) "Genuitec EASIE Jetty 5" com.genuitec.eclipse.easie.jonas (3.7.2) "Genuitec EASIE Jonas" com.genuitec.eclipse.easie.jonas3 (3.7.2) "Genuitec EASIE Jonas 3" com.genuitec.eclipse.easie.jrun (3.7.2) "Genuitec EASIE JRun" com.genuitec.eclipse.easie.jrun4 (3.7.2) "Genuitec EASIE JRun 4" com.genuitec.eclipse.easie.oracle (3.7.2) "Genuitec EASIE Oracle AS" com.genuitec.eclipse.easie.oracle9 (3.7.2) "Genuitec EASIE Oracle 9i/AS" com.genuitec.eclipse.easie.orion1 (3.7.2) "Genuitec EASIE Orion 1" com.genuitec.eclipse.easie.orion2 (3.7.2) "Genuitec EASIE Orion 2" com.genuitec.eclipse.easie.resin (3.7.2) "Genuitec EASIE Resin" com.genuitec.eclipse.easie.resin2 (3.7.2) "Genuitec EASIE Resin 2" com.genuitec.eclipse.easie.resin3 (3.7.2) "Genuitec EASIE Resin 3" com.genuitec.eclipse.easie.tomcat (3.7.2) "Genuitec EASIE Tomcat" com.genuitec.eclipse.easie.tomcat4 (3.7.2) "Genuitec EASIE Tomcat 4" com.genuitec.eclipse.easie.tomcat5 (3.7.2) "Genuitec EASIE Tomcat 5" com.genuitec.eclipse.easie.weblogic (3.7.2) "Genuitec EASIE WebLogic" com.genuitec.eclipse.easie.weblogic6 (3.7.2) "Genuitec EASIE WebLogic 6" com.genuitec.eclipse.easie.weblogic7 (3.7.2) "Genuitec EASIE WebLogic 7" com.genuitec.eclipse.easie.weblogic8 (3.7.2) "Genuitec EASIE WebLogic 8" com.genuitec.eclipse.easie.websphere (3.7.2) "Genuitec EASIE WebSphere 4" com.genuitec.eclipse.easie.websphere5 (3.7.2) "Genuitec EASIE WebSphere 5" com.genuitec.eclipse.j2eedt.core (3.7.2) "Genuitec J2EE Development Tooling" com.genuitec.eclipse.struts (3.7.2) "com.genuitec.eclipse.struts" com.genuitec.eclipse.struts.visualeditor (3.7.2) "com.genuitec.eclipse.struts.visualeditor" com.genuitec.eclipse.wdt.jsp.debug (3.7.2) "MyEclipse JSP Debug Tooling" com.genuitec.eclipse.wizards (3.7.2) "Aston Wizards for MyEclipse" com.genuitec.eclipse.xmen (3.7.2) "MyEclipse XML Editor" com.genuitec.jboss.ide.eclipse.apache.xalan (3.7.2) "Genuitec XDoclet Apache Xalan Plug-in" com.genuitec.jboss.ide.eclipse.core (3.7.2) "Genuitec XDoclet Support Core Plug-in" com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.7.2) "Genuitec XDoclet Assist Plug-in" com.genuitec.jboss.ide.eclipse.xdoclet.core (3.7.2) "Genuitec XDoclet Core Plug-in" com.genuitec.jboss.ide.eclipse.xdoclet.run (3.7.2) "Genuitec XDoclet Runner Plug-in" com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.7.2) "Genuitec XDoclet UI Plug-in" com.genuitec.myeclipse.ast (3.7.2) "MyEclipse Application Server Tooling" com.genuitec.myeclipse.core (3.7.2) "MyEclipse Core Tooling" com.genuitec.myeclipse.doc (3.7.2) "MyEclipse Documentation Plug-in" com.genuitec.myeclipse.enterprise (3.7.2) "MyEclipse Enterprise Workbench" com.genuitec.myeclipse.help (3.7.2) "MyEclipse Help Documentation" com.genuitec.myeclipse.perspective (3.7.2) "MyEclipse Perspective Plug-in" com.genuitec.myeclipse.wdt (3.7.2) "MyEclipse Web Development Tooling" de.bb.bje.eclipse (3.7.2) "BJE Plug-in" net.sf.solareclipse.ui (3.7.2) "SolarEclipse UI" net.sf.solareclipse.xml.core (3.7.2) "XML Core Plug-in" net.sf.solareclipse.xml.ui (3.7.2) "XML Development Tools UI" org.apache.ant (1.6.1) "Apache Ant" org.apache.lucene (1.3.0) "Apache Lucene" org.apache.xerces (4.0.13) "Xerces Based XML Parser" org.eclipse.ant.core (3.0.0) "Ant Build Tool Core" org.eclipse.ant.ui (3.0.0) "Ant UI" org.eclipse.compare (3.0.0) "Compare Support" org.eclipse.core.boot (3.0.0) "Core Boot" org.eclipse.core.expressions (3.0.0) "Expression Language" org.eclipse.core.filebuffers (3.0.0) "File Buffers" org.eclipse.core.resources (3.0.0) "Core Resource Management" org.eclipse.core.runtime (3.0.0) "Core Runtime" org.eclipse.core.runtime.compatibility (3.0.0) "Core Runtime Plug-in Compatibility" org.eclipse.core.variables (3.0.0) "Core Variables" org.eclipse.debug.core (3.0.0) "Debug Core" org.eclipse.debug.ui (3.7.2) "Debug UI" org.eclipse.draw2d (3.0.0) "Draw2d" org.eclipse.gef (3.0.0) "Graphical Editing Framework" org.eclipse.help (3.0.0) "Help System Core" org.eclipse.help.appserver (3.0.0) "Help Application Server" org.eclipse.help.base (3.0.0) "Help System Base" org.eclipse.help.ide (3.0.0) "Help System IDE" org.eclipse.help.ui (3.0.0) "Help System UI" org.eclipse.help.webapp (3.0.0) "Help System Webapp" org.eclipse.jdt (3.0.0) "Eclipse Java Development Tools" org.eclipse.jdt.core (3.0.0) "Java Development Tools Core" org.eclipse.jdt.debug (3.7.2) "JDI Debug Model" org.eclipse.jdt.debug.ui (3.0.0) "JDI Debug UI" org.eclipse.jdt.doc.isv (3.0.0) "Eclipse JDT Plug-in Developer Guide" org.eclipse.jdt.doc.user (3.0.0) "Eclipse Java Development User Guide" org.eclipse.jdt.junit (3.0.0) "Java Development Tools JUnit support" org.eclipse.jdt.junit.runtime (3.0.0) "Java Development Tools JUnit runtime support" org.eclipse.jdt.launching (3.0.0) "Java Development Tools Launching Support" org.eclipse.jdt.source (3.0.0) "Eclipse Java Development Tools SDK" org.eclipse.jdt.ui (3.0.0) "Java Development Tools UI" org.eclipse.jface (3.0.0) "JFace" org.eclipse.jface.text (3.0.0) "JFace Text" org.eclipse.osgi (3.0.0) "OSGi System Bundle" org.eclipse.osgi.services (3.0.0) "Eclipse OSGi Services" org.eclipse.osgi.util (3.0.0) "Eclipse OSGi Utilities" org.eclipse.pde (3.0.0) "Eclipse Plug-in Development Environment" org.eclipse.pde.build (3.0.0) "Plug-in Development Environment Build Support" org.eclipse.pde.core (3.0.0) "Plug-in Development Core" org.eclipse.pde.doc.user (3.0.0) "Eclipse Plug-in Development User Guide" org.eclipse.pde.junit.runtime (3.0.0) "PDE JUnit Plug-in Test" org.eclipse.pde.runtime (3.0.0) "Plug-in Development Environment Runtime" org.eclipse.pde.source (3.0.0) "Eclipse Plug-in Development Environment Source Code" org.eclipse.pde.ui (3.0.0) "Plug-in Development UI" org.eclipse.platform (3.0.0) "Eclipse Platform" org.eclipse.platform.doc.isv (3.0.0) "Eclipse Platform Plug-in Developer Guide" org.eclipse.platform.doc.user (3.0.0) "Eclipse Workbench User Guide" org.eclipse.platform.source (3.0.0) "Eclipse Platform Plug-in Developer Resources" org.eclipse.sdk (3.0.0) "Eclipse Project SDK" org.eclipse.search (3.0.0) "Search Support" org.eclipse.swt (3.0.0) "Standard Widget Toolkit" org.eclipse.team.core (3.0.0) "Team Support Core" org.eclipse.team.cvs.core (3.0.0) "CVS Team Provider Core" org.eclipse.team.cvs.ssh (3.0.0) "CVS SSH Core" org.eclipse.team.cvs.ssh2 (3.0.0) "CVS SSH2" org.eclipse.team.cvs.ui (3.0.0) "CVS Team Provider UI" org.eclipse.team.ui (3.0.0) "Team Support UI" org.eclipse.text (3.0.0) "Text" org.eclipse.tomcat (4.1.30) "Tomcat Wrapper" org.eclipse.ui (3.0.0) "Eclipse UI" org.eclipse.ui.cheatsheets (3.0.0) "Cheat Sheets" org.eclipse.ui.console (3.0.0) "Console" org.eclipse.ui.editors (3.0.0) "Default Text Editor" org.eclipse.ui.externaltools (3.0.0) "External Tools" org.eclipse.ui.forms (3.0.0) "Eclipse Forms" org.eclipse.ui.ide (3.0.0) "Eclipse IDE UI" org.eclipse.ui.intro (3.0.0) "Intro Plugin" org.eclipse.ui.versioncheck (3.0.0) "Eclipse Version Check" org.eclipse.ui.views (3.0.0) "Views" org.eclipse.ui.workbench (3.0.0) "Workbench" org.eclipse.ui.workbench.texteditor (3.0.0) "Text Editor Framework" org.eclipse.update.configurator (3.0.0) "Install/Update Configurator" org.eclipse.update.core (3.0.0) "Install/Update Core" org.eclipse.update.scheduler (3.0.0) "Automatic Updates Scheduler" org.eclipse.update.ui (3.0.0) "Install/Update UI" org.eclipse.update.ui.forms (3.0.0) "Install/Update Forms" org.junit (3.8.1) "JUnit Testing Framework" *** User Preferences: #Fri May 21 10:58:09 EDT 2004 /instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n<vm id\="0" name\="sun-jdk-1.4.2.04" path\="/opt/sun-jdk-1.4.2.04" javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\n</vmType>\n</vmSettings>\n /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=next_line /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_field=1 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.userLibrary.JWebUnit=<?xml version\="1.0" encoding\="UTF-8"?>\n<userlibrary systemlibrary\="false" version\="1">\n<archive path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/jwebunit.jar"/>\n<archive path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/httpunit.jar"/>\n<archive path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/js.jar"/>\n<archive path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/nekohtml.jar"/>\n</userlibrary>\n /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.tabulation.char=space /instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.ui.ide/INTRO=false /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_BASE=/usr/local/jakarta-tomcat-5.0.19 /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=17 /instance/org.eclipse.jdt.ui/tabWidthPropagated=true /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=/usr/local/myeclipseide/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2/data /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=/usr/local/myeclipseide/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.7.2/data/libraryset /instance/org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.internal.debug.ui.JavaDebugHover;\!0;org.eclipse.jdt.ui.AnnotationHover;\!0;org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavadocHover;\!0;org.eclipse.jdt.ui.JavaSourceHover;Ctrl; /instance/com.genuitec.eclipse.j2eedt.core/upgrade_020101_performed=true /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 file_export_version=3.0 /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monospace|10|0|GTK|1|; /instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line /instance/org.eclipse.jdt.ui/printMargin=true /instance/org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.AnnotationHover;0;org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavadocHover;0;org.eclipse.jdt.ui.JavaSourceHover;262144; \!/instance= /instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=/usr/local/jakarta-tomcat-5.0.19/temp /instance/com.genuitec.eclipse.easie.tomcat5/SERVER_ENABLEMENT=true /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_control_statements=insert /instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line /instance/org.eclipse.team.cvs.ui/pref_first_startup=false /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_after_package=1 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert /instance/org.eclipse.jdt.ui/formatter_profile=_Nitido /instance/org.eclipse.jdt.ui/markOccurrences=true /instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_method=1 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=16 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_block=next_line /instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 /instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.ui.ide/WELCOME_DIALOG=false /instance/org.eclipse.jdt.ui/comment_format_header=true /instance/com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Nitido|org.eclipse.jdt.USER_LIBRARY/JWebUnit=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath>\n<classpathentry kind\="lib" path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/jwebunit.jar"/>\n<classpathentry kind\="lib" path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/httpunit.jar"/>\n<classpathentry kind\="lib" path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/js.jar"/>\n<classpathentry kind\="lib" path\="/home/laurent/devel/nitido/lib/jwebunit-1_1_1/lib/nekohtml.jar"/>\n</classpath>\n /instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Nitido|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/rt.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/sunrsasign.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/jsse.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/jce.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/charsets.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/ext/sunjce_provider.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/ext/dnsns.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/ext/ldapsec.jar"/>\n<classpathentry kind\="lib" path\="/opt/sun-jdk-1.4.2.04/jre/lib/ext/localedata.jar"/>\n</classpath>\n /instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.j2eedt.core/version=3.7.2 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=/usr/local/jakarta-tomcat-5.0.19 /instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert /instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.ui/fontPropagated=true /instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false /instance/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=sun-jdk-1.4.2.04 /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 *** Update Manager Log: Configuration=Thu May 20 13:07:55 EDT 2004 Is current configuration=true *** Error Log: !SESSION May 20, 2004 08:45:36.117 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 20, 2004 08:45:36.119 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [29] was not resolved !ENTRY org.eclipse.osgi May 20, 2004 08:45:36.120 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [57] was not resolved !ENTRY org.eclipse.ui 4 4 May 20, 2004 08:48:28.674 !MESSAGE Unable to find view label: org.eclipse.debug.ui.ConsoleView !ENTRY org.eclipse.ui 4 4 May 20, 2004 08:48:28.677 !MESSAGE Could not create view: com.genuitec.eclipse.core.browserview.perspectiveextension !ENTRY org.eclipse.core.runtime 4 2 May 20, 2004 08:48:53.384 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 com.genuitec.eclipse.core.T: Invalid thread state detected on write. at com.genuitec.eclipse.core.O.ă(Unknown Source) at com.genuitec.eclipse.core.O.Ą(Unknown Source) at com.genuitec.eclipse.core.O.ā(Unknown Source) at com.genuitec.eclipse.core.M.ā(Unknown Source) at com.genuitec.eclipse.core.M.ā(Unknown Source) at com.genuitec.eclipse.core.ViperCore.Ĕ(Unknown Source) at com.genuitec.eclipse.core.ViperCore.ē(Unknown Source) at de.bb.bje.eclipse.editors.BJspEditor.init(Unknown Source) at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:117) at de.bb.bje.eclipse.editors.JspMultiPageEditor.Ă(Unknown Source) at de.bb.bje.eclipse.editors.JspMultiPageEditor.createPages(Unknown Source) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:185) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:94) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:90) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:154) at org.eclipse.ui.internal.EditorWorkbook.showPart(EditorWorkbook.java:470) at org.eclipse.ui.internal.EditorWorkbook.add(EditorWorkbook.java:292) at org.eclipse.ui.internal.EditorArea.addEditor(EditorArea.java:56) at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentation.java:225) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:158) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:147) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:327) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:302) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:406) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:404) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:614) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:703) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:209) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:204) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:233) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1953) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1726) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !SESSION May 20, 2004 13:04:39.141 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 20, 2004 13:04:39.158 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [29] was not resolved !ENTRY org.eclipse.osgi May 20, 2004 13:04:39.160 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [57] was not resolved !SESSION May 20, 2004 13:08:02.346 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 20, 2004 13:08:02.347 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [29] was not resolved !ENTRY org.eclipse.osgi May 20, 2004 13:08:02.353 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [57] was not resolved !SESSION May 20, 2004 19:56:23.527 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 20, 2004 19:56:23.528 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [29] was not resolved !ENTRY org.eclipse.osgi May 20, 2004 19:56:23.531 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [57] was not resolved !SESSION May 21, 2004 08:14:51.486 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 21, 2004 08:14:51.503 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [29] was not resolved !ENTRY org.eclipse.osgi May 21, 2004 08:14:51.509 !MESSAGE Bundle reference:file:/usr/local/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [57] was not resolvedI’ll fly out and move into your house until this is done 🙂
Excellent! I was looking for someone to help me clean out the gunk in my pool!
May 21, 2004 at 10:17 am #207314
Riyad KallaMemberThings to check:
1) Do you have anything in your /opt/sun-jdk-1.4.2.04/jre/lib/endorsed directory? If so, what?
2) Do you have anything in your /opt/sun-jdk-1.4.2.04/jre/lib/ext directory? If so, what?
3) I noticed you are passing a vmarg of -cp, what are your full vmargs for the eclipse executable?May 21, 2004 at 10:53 am #207317
Scott AndersonParticipantThe threadstate problems are caused by permission settings being wrong.
The problem here is that the installation of trials on Linux must be made by the same user as that which runs MyEclipse.
For example you need to install both Eclipse and MyEclipse as your normal login and run under that login, or as root
and run them under root. This limitation is removed when you’re using a subscription key, but the 30-day trials must
have everything installed and run by the same user.May 21, 2004 at 11:23 am #207322
Laurent DupervalMember@support-rkalla wrote:
Things to check:
1) Do you have anything in your /opt/sun-jdk-1.4.2.04/jre/lib/endorsed directory? If so, what?
Nope, that directory doesn’t exist.
2) Do you have anything in your /opt/sun-jdk-1.4.2.04/jre/lib/ext directory? If so, what?
> ls /opt/sun-jdk-1.4.2.04/jre/lib/ext dnsns.jar ldapsec.jar localedata.jar sunjce_provider.jar3) I noticed you are passing a vmarg of -cp, what are your full vmargs for the eclipse executable?
I’m not passing anything. The eclipse binary is doing that. I expect it’s telling the vm to use startup.jar in its classpath.
The threadstate problems are caused by permission settings being wrong.
Yes, that’s a remnant from yesterday’s log. Everything is owned by me now.
L
May 21, 2004 at 11:25 am #207324
Riyad KallaMemberlduperval,
I know you mentioned you tried this before, near the top:No dice. What I did:
– I deleted my ~/.eclipse directory
– I unzipped Eclipse in my home directory
– I unzipped myeclipseide in my home directory
– I started eclipse then I exited immediately.
– I make the link and I restarted eclipse. The first time, I had a lot of messages that look like this:But you also pointed out the strange anomoly of Eclipse still looking for MyEclipse under /usr/local. Based on what Scott said, this is probably why this setup STILL didn’t work, because Eclipse was still looking in the wrong place (permission-wise) for ME.
In your steps above, did you copy the link file into the dir when you tried the local user install, or did you create a fresh new one that you made sure was pointing at your home-dir intsall of MyEclipse?
May 21, 2004 at 11:28 am #207325
Scott AndersonParticipantYes, that’s a remnant from yesterday’s log. Everything is owned by me now.
Just to be clear, this needs to be every single file an directory under both the Eclipse and MyEclipse installation hierarchies, not just the root directories.
Something like: chown -R needs to be run if this is not the case. -
AuthorPosts
