- This topic has 14 replies, 2 voices, and was last updated 19 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
harpourjMemberI am having problems starting Jboss in debug mode via MyEclipse. This has been working OK up until recently, when I installed a seperate Tomcat 4.1 instance, and had that starting up from MyEclipse as well as Jboss.
I finished with Tomcat, and uninstalled it, but now I am only able to start Jboss in run mode.
I am getting a dialog with the following error:
A configuration error ocured during startup. Please verify the preference field with the prompt: err: No such file or directory
Error[2] in connect() call!
Socket Transport Failed to init
Transport dt_socket failed to initialize, rc = -1.I suspect this is something to do with the Eclipse not finding the JVM debugger socket, but why it has started doing it is a mystery.
I have seen similar posts and tried a few things like reinstalled Jboss, upgraded to MyEclipse 3.8.4. But the problem persists.
Any assitance is appreciated.
Cheers
John– System Setup ——————————-
Operating System and version: WinXP Pro
Eclipse version: Version: 3.0.0
Eclipse build id: Build id: 200406192000
Fresh Eclipse install (y/n): n
MyEclipse version: 3.8.4
Eclipse JDK version: 1.4.2_06
Application Server JDK version: 1.4.2_06– Message Body ——————————-
Riyad KallaMemberJohn,
What are all your JBoss connector settings?Also does JBoss run from the command line (using it’s own batch file) correctly?
harpourjMemberNothing ticky, all pretty standard
JBoss Home Directoy: E:\Javatools\jboss-3.2.5
ServerName: default
XMLDocument Builder Factory Class: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
SAC Parser Factory Class: org.apache.xerces.jaxp.SAXParserFactoryImpl
Optional Program Arguments:
Optional Shutdown Arguments: –shutdownYes Jboss starts happily from the command line without any errors.
Thanks for your help.
Cheers
John
Riyad KallaMembertry and change the “xerces” package to “crimson” and see if that works. In the last stable release of JBoss 3 Crimson stopped working, but in the previous releases it was required, so we made the decision to go with the most stable release settings in the connector by default which would break backward compat with older 3.x versions, this might be it.
harpourjMemberYou may have to provide some more guidence here.
What I have done is add the crimson.jar to jboss/lib and set the Jboss connector settings inside Eclipse to:
XML Document Builder Class = javax.xml.parsers.DocumentBuilderFactory
SAX Parser Factory Class = javax.xml.parsers.SAXParserFactoryJboss throw exceptions trying to startup:
javax.xml.parsers.FactoryConfigurationError: Provider javax.xml.parsers.DocumentBuilderFactory could not be instantiated
I’ve missed something here.
Cheers
J
Riyad KallaMemberYes, definately:
I just meant change your packages from this:XMLDocument Builder Factory Class: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
SAC Parser Factory Class: org.apache.xerces.jaxp.SAXParserFactoryImplTo this:
XMLDocument Builder Factory Class: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
SAC Parser Factory Class: org.apache.crimson.jaxp.SAXParserFactoryImpl
harpourjMemberAh, that makes more sense. Thanks for that.
OK, done that, and the behaviour remains the same.
Starts up fine in run mode, same error message in debug mode.
Cheers
J
Riyad KallaMemberLet’s try this:
1) Shut down MyEclipse
2) Go into your <workspace dir>\.metadata directory and erase the .log file
3) Edit your command line arguments used to start Eclipse (your shortcut) and add “-clean” (without quotes)
4) Start up MyEclipse, try and start JBoss adn let it die
5) Check your log file for details or an exception and paste it here.
harpourjMemberOk here is the contents of the log file. There are quite afew start-up errors, but nothing specific to the problem that i can see until the very last line. I’ll paste the whole thing here anyway.
Thanks
J!SESSION Mar 17, 2005 10:20:53.968 ———————————————
eclipse.buildId=I200406192000
java.version=1.4.2_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:53.968
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/com.ibm.wtp.common.util_1.0.0/ Bundle “com.ibm.wtp.common.util” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.common.util_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:54.00
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0.0/ Bundle “com.ibm.wtp.emf.workbench” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.234
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.draw2d_3.0.0/ Bundle “org.eclipse.draw2d” version “3.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.draw2d_3.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.312
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.0.0/ Bundle “org.eclipse.emf.codegen.ecore” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.328
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.codegen_2.0.0/ Bundle “org.eclipse.emf.codegen” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.343
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.common.ui_2.0.0/ Bundle “org.eclipse.emf.common.ui” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.375
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.common_2.0.0/ Bundle “org.eclipse.emf.common” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.609
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.0/ Bundle “org.eclipse.emf.ecore.xmi” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.671
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/ Bundle “org.eclipse.emf.ecore” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.703
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.0/ Bundle “org.eclipse.emf.edit.ui” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.734
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.emf.edit_2.0.0/ Bundle “org.eclipse.emf.edit” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:55.937
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.gef_3.0.0/ Bundle “org.eclipse.gef” version “3.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.gef_3.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:56.625
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/ Bundle “org.eclipse.jem.proxy” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:56.671
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.jem.workbench_1.0.0/ Bundle “org.eclipse.jem.workbench” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:56.734
!MESSAGE Could not install bundle /e:/Program Files/Eclipse3.0/eclipse/plugins/org.eclipse.jem_1.0.0/ Bundle “org.eclipse.jem” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.218
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.bejy_3.8.1/ Bundle “com.genuitec.eclipse.easie.bejy” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.bejy_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.281
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jboss2_3.8.1/ Bundle “com.genuitec.eclipse.easie.jboss2” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss2_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.281
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jboss3_3.8.2/ Bundle “com.genuitec.eclipse.easie.jboss3” version “3.8.2” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss3_3.8.2/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.281
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jboss4_3.8.2/ Bundle “com.genuitec.eclipse.easie.jboss4” version “3.8.2” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss4_3.8.2/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.312
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jboss_3.8.2/ Bundle “com.genuitec.eclipse.easie.jboss” version “3.8.2” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss_3.8.2/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.312
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jetty4_3.8.1/ Bundle “com.genuitec.eclipse.easie.jetty4” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty4_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.312
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jetty5_3.8.1/ Bundle “com.genuitec.eclipse.easie.jetty5” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty5_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.390
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jetty_3.8.1/ Bundle “com.genuitec.eclipse.easie.jetty” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.390
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jonas3_3.8.3/ Bundle “com.genuitec.eclipse.easie.jonas3” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas3_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.390
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jonas4_3.8.3/ Bundle “com.genuitec.eclipse.easie.jonas4” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas4_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.453
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jonas_3.8.3/ Bundle “com.genuitec.eclipse.easie.jonas” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.453
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jrun4_3.8.1/ Bundle “com.genuitec.eclipse.easie.jrun4” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jrun4_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.500
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.jrun_3.8.1/ Bundle “com.genuitec.eclipse.easie.jrun” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jrun_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.515
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.oracle9_3.8.1/ Bundle “com.genuitec.eclipse.easie.oracle9” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.oracle9_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.578
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.oracle_3.8.1/ Bundle “com.genuitec.eclipse.easie.oracle” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.oracle_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.593
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.orion1_3.8.1/ Bundle “com.genuitec.eclipse.easie.orion1” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.orion1_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.593
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.orion2_3.8.1/ Bundle “com.genuitec.eclipse.easie.orion2” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.orion2_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.593
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.resin2_3.8.1/ Bundle “com.genuitec.eclipse.easie.resin2” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin2_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.609
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.resin3_3.8.3/ Bundle “com.genuitec.eclipse.easie.resin3” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin3_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.resin_3.8.1/ Bundle “com.genuitec.eclipse.easie.resin” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.sun81_3.8.3/ Bundle “com.genuitec.eclipse.easie.sun81” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun81_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.sun8_3.8.3/ Bundle “com.genuitec.eclipse.easie.sun8” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun8_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.906
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.sun_3.8.3/ Bundle “com.genuitec.eclipse.easie.sun” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.906
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.tomcat4_3.8.1/ Bundle “com.genuitec.eclipse.easie.tomcat4” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat4_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.906
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.tomcat5_3.8.1/ Bundle “com.genuitec.eclipse.easie.tomcat5” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat5_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.tomcat_3.8.1/ Bundle “com.genuitec.eclipse.easie.tomcat” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.weblogic6_3.8.1/ Bundle “com.genuitec.eclipse.easie.weblogic6” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic6_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.weblogic7_3.8.1/ Bundle “com.genuitec.eclipse.easie.weblogic7” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic7_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:20:59.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.weblogic8_3.8.1/ Bundle “com.genuitec.eclipse.easie.weblogic8” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic8_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.00
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.weblogic_3.8.3/ Bundle “com.genuitec.eclipse.easie.weblogic” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.00
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.websphere5_3.8.1/ Bundle “com.genuitec.eclipse.easie.websphere5” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.websphere5_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.00
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.easie.websphere_3.8.1/ Bundle “com.genuitec.eclipse.easie.websphere” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.websphere_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.328
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.jface.text.wtpfragment_3.8.1/ Bundle “com.genuitec.eclipse.jface.text.wtpfragment” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.jface.text.wtpfragment_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.328
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.jsf_3.8.1/ Bundle “com.genuitec.eclipse.jsf” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.jsf_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:00.984
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.web.imagepreviewer_3.8.3/ Bundle “com.genuitec.eclipse.web.imagepreviewer” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.web.imagepreviewer_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.62
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.webdesigner.support_3.8.1/ Bundle “com.genuitec.eclipse.webdesigner.support” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner.support_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.109
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.8.3/ Bundle “com.genuitec.eclipse.webdesigner” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.218
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.eclipsetidy_3.8.1/ Bundle “com.genuitec.eclipsetidy” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipsetidy_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.468
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.jboss.ide.eclipse.apache.xalan_3.8.1/ Bundle “com.genuitec.jboss.ide.eclipse.apache.xalan” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.apache.xalan_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.484
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.jboss.ide.eclipse.core_3.8.3/ Bundle “com.genuitec.jboss.ide.eclipse.core” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.core_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.546
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.core_3.8.3/ Bundle “com.genuitec.jboss.ide.eclipse.xdoclet.core” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.core_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.578
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.run_3.8.3/ Bundle “com.genuitec.jboss.ide.eclipse.xdoclet.run” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.run_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.593
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.ui_3.8.3/ Bundle “com.genuitec.jboss.ide.eclipse.xdoclet.ui” version “3.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.ui_3.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.640
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.base.extensions.ui_13.8.3/ Bundle “com.ibm.base.extensions.ui” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.base.extensions.ui_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.656
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.base.extensions_13.8.1/ Bundle “com.ibm.base.extensions” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.base.extensions_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.656
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.encoding.resource_13.8.3/ Bundle “com.ibm.encoding.resource” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.encoding.resource_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.671
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.contentmodel.dtd_13.8.2/ Bundle “com.ibm.etools.contentmodel.dtd” version “13.8.2” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.contentmodel.dtd_13.8.2/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.671
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.contentmodel.xsd_13.8.1/ Bundle “com.ibm.etools.contentmodel.xsd” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.contentmodel.xsd_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.734
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.dtdmodel_13.8.2/ Bundle “com.ibm.etools.dtdmodel” version “13.8.2” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.dtdmodel_13.8.2/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.796
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.dtdparser_13.8.1/ Bundle “com.ibm.etools.dtdparser” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.dtdparser_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.internet_13.8.1/ Bundle “com.ibm.etools.internet” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.internet_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.uri.resolver_13.8.3/ Bundle “com.ibm.etools.uri.resolver” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.uri.resolver_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.843
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.validation.html_13.8.3/ Bundle “com.ibm.etools.validation.html” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.validation.html_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.843
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.validation.mof_13.8.1/ Bundle “com.ibm.etools.validation.mof” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.validation.mof_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.859
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.validation.ui_13.8.3/ Bundle “com.ibm.etools.validation.ui” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.validation.ui_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:01.984
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.validation.xmltools_13.8.1/ Bundle “com.ibm.etools.validation.xmltools” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.validation.xmltools_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.00
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.xml.gef.util_13.8.1/ Bundle “com.ibm.etools.xml.gef.util” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.xml.gef.util_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.15
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.etools.xmlutility_13.8.1/ Bundle “com.ibm.etools.xmlutility” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.etools.xmlutility_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.31
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.contentproperties_13.8.1/ Bundle “com.ibm.sse.contentproperties” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.contentproperties_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.46
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.editor.css_13.8.3/ Bundle “com.ibm.sse.editor.css” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.css_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.62
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.editor.dtd_13.8.3/ Bundle “com.ibm.sse.editor.dtd” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.dtd_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.62
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.editor.extensions_13.8.1/ Bundle “com.ibm.sse.editor.extensions” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.extensions_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.78
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.editor.html_13.8.3/ Bundle “com.ibm.sse.editor.html” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.html_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.234
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.javascript.common.ui_13.8.1/ Bundle “com.ibm.sse.javascript.common.ui” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.javascript.common.ui_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.281
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.model.css_13.8.3/ Bundle “com.ibm.sse.model.css” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.model.css_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.296
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.model.dtd_13.8.3/ Bundle “com.ibm.sse.model.dtd” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.model.dtd_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.343
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.model.html_13.8.3/ Bundle “com.ibm.sse.model.html” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.model.html_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.359
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.model.javascript_13.8.3/ Bundle “com.ibm.sse.model.javascript” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.model.javascript_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.421
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.sse.snippets_13.8.3/ Bundle “com.ibm.sse.snippets” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.snippets_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.468
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.annotations.controller_13.8.1/ Bundle “com.ibm.wtp.annotations.controller” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.annotations.controller_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.468
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.annotations.core_13.8.1/ Bundle “com.ibm.wtp.annotations.core” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.annotations.core_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.468
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.annotations.ui_13.8.1/ Bundle “com.ibm.wtp.annotations.ui” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.annotations.ui_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.484
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.common.ui_13.8.1/ Bundle “com.ibm.wtp.common.ui” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.common.ui_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.484
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.common.util_1.0.0/ Bundle “com.ibm.wtp.common.util” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.common.util_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.500
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.common_13.8.1/ Bundle “com.ibm.wtp.common” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.common_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.921
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0.0/ Bundle “com.ibm.wtp.emf.workbench” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.emf_13.8.1/ Bundle “com.ibm.wtp.emf” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.emf_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.968
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.wtp.jdt.integration_13.8.1/ Bundle “com.ibm.wtp.jdt.integration” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.wtp.jdt.integration_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.984
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.xmleditor_13.8.3/ Bundle “com.ibm.xmleditor” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xmleditor_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:02.984
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.xmlwizard_13.8.3/ Bundle “com.ibm.xmlwizard” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xmlwizard_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.93
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.xsdeditor_13.8.3/ Bundle “com.ibm.xsdeditor” version “13.8.3” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xsdeditor_13.8.3/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.109
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/com.ibm.xtools.common.ui.properties_13.8.1/ Bundle “com.ibm.xtools.common.ui.properties” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xtools.common.ui.properties_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.109
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/de.bb.bje.eclipse_3.8.1/ Bundle “de.bb.bje.eclipse” version “3.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/de.bb.bje.eclipse_3.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.171
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.draw2d_3.0.0/ Bundle “org.eclipse.draw2d” version “3.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.draw2d_3.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.234
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.0.0/ Bundle “org.eclipse.emf.codegen.ecore” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.250
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.codegen_2.0.0/ Bundle “org.eclipse.emf.codegen” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.265
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.common.ui_2.0.0/ Bundle “org.eclipse.emf.common.ui” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.296
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.common_2.0.0/ Bundle “org.eclipse.emf.common” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.296
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.0/ Bundle “org.eclipse.emf.ecore.xmi” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.359
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/ Bundle “org.eclipse.emf.ecore” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.375
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.0/ Bundle “org.eclipse.emf.edit.ui” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.390
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.emf.edit_2.0.0/ Bundle “org.eclipse.emf.edit” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.484
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.gef_3.0.0/ Bundle “org.eclipse.gef” version “3.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.gef_3.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.812
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/ Bundle “org.eclipse.jem.proxy” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.828
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.jem.workbench_1.0.0/ Bundle “org.eclipse.jem.workbench” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.859
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.jem_1.0.0/ Bundle “org.eclipse.jem” version “1.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.jem_1.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.875
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.monitor.core_13.8.1/ Bundle “org.eclipse.monitor.core” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.monitor.core_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.875
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.monitor.ui_13.8.1/ Bundle “org.eclipse.monitor.ui” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.monitor.ui_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.906
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.ui.views.navigator_13.8.1/ Bundle “org.eclipse.ui.views.navigator” version “13.8.1” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.ui.views.navigator_13.8.1/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:03.937
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.xsd.edit_2.0.0/ Bundle “org.eclipse.xsd.edit” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.xsd.edit_2.0.0/!ENTRY org.eclipse.update.configurator Mar 17, 2005 10:21:04.31
!MESSAGE Could not install bundle /E:/Program Files/MyEclipse3.8.4/eclipse/plugins/org.eclipse.xsd_2.0.0/ Bundle “org.eclipse.xsd” version “2.0.0” has already been installed from: update@/E:/Program Files/MyEclipse/eclipse/plugins/org.eclipse.xsd_2.0.0/!ENTRY org.eclipse.ant.core 4 2 Mar 17, 2005 10:21:13.687
!MESSAGE Malformed URL.
!STACK 0
java.net.MalformedURLException: no protocol: anttasks.jar
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:54)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:60)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:113)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.InternalPlatform.asActualURL(InternalPlatform.java:205)
at org.eclipse.core.internal.runtime.InternalPlatform.asLocalURL(InternalPlatform.java:188)
at org.eclipse.core.runtime.Platform.asLocalURL(Platform.java:471)
at org.eclipse.ant.core.AntCorePreferences.configureAntObject(AntCorePreferences.java:460)
at org.eclipse.ant.core.AntCorePreferences.computeDefaultTasks(AntCorePreferences.java:404)
at org.eclipse.ant.core.AntCorePreferences.<init>(AntCorePreferences.java:89)
at org.eclipse.ant.core.AntCorePlugin.getPreferences(AntCorePlugin.java:194)
at org.eclipse.ant.internal.ui.editor.model.AntDefiningTaskNode.setJavaClassPath(AntDefiningTaskNode.java:79)
at org.eclipse.ant.internal.ui.editor.outline.AntModel.<init>(AntModel.java:137)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createAntModel(AntEditorDocumentProvider.java:355)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createFileInfo(AntEditorDocumentProvider.java:373)
at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:425)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2786)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1083)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290)
at org.eclipse.ant.internal.ui.editor.AntEditor.doSetInput(AntEditor.java:511)
at org.eclipse.ui.texteditor.AbstractTextEditor$15.run(AbstractTextEditor.java:2207)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:588)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:585)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1653)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2221)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2239)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:721)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:780)
at org.eclipse.ui.internal.EditorManager.access$12(EditorManager.java:766)
at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:951)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:925)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:918)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:914)
at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1559)
at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:877)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2416)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1222)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183)
at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:817)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1323)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
at org.eclipse.core.launcher.Main.run(Main.java:647)
at org.eclipse.core.launcher.Main.main(Main.java:631)!ENTRY org.eclipse.ant.core 4 2 Mar 17, 2005 10:21:13.687
!MESSAGE Malformed URL.
!STACK 0
java.net.MalformedURLException: no protocol: anttasks.jar
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:54)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:60)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:113)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.InternalPlatform.asActualURL(InternalPlatform.java:205)
at org.eclipse.core.internal.runtime.InternalPlatform.asLocalURL(InternalPlatform.java:188)
at org.eclipse.core.runtime.Platform.asLocalURL(Platform.java:471)
at org.eclipse.ant.core.AntCorePreferences.configureAntObject(AntCorePreferences.java:460)
at org.eclipse.ant.core.AntCorePreferences.computeDefaultTasks(AntCorePreferences.java:404)
at org.eclipse.ant.core.AntCorePreferences.<init>(AntCorePreferences.java:89)
at org.eclipse.ant.core.AntCorePlugin.getPreferences(AntCorePlugin.java:194)
at org.eclipse.ant.internal.ui.editor.model.AntDefiningTaskNode.setJavaClassPath(AntDefiningTaskNode.java:79)
at org.eclipse.ant.internal.ui.editor.outline.AntModel.<init>(AntModel.java:137)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createAntModel(AntEditorDocumentProvider.java:355)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createFileInfo(AntEditorDocumentProvider.java:373)
at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:425)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2786)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1083)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290)
at org.eclipse.ant.internal.ui.editor.AntEditor.doSetInput(AntEditor.java:511)
at org.eclipse.ui.texteditor.AbstractTextEditor$15.run(AbstractTextEditor.java:2207)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:588)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:585)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1653)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2221)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2239)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:721)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:780)
at org.eclipse.ui.internal.EditorManager.access$12(EditorManager.java:766)
at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:951)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:925)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:918)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:914)
at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1559)
at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:877)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2416)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1222)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183)
at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:817)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1323)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
at org.eclipse.core.launcher.Main.run(Main.java:647)
at org.eclipse.core.launcher.Main.main(Main.java:631)!ENTRY org.eclipse.ant.core 4 2 Mar 17, 2005 10:21:13.687
!MESSAGE Malformed URL.
!STACK 0
java.net.MalformedURLException: no protocol: anttasks.jar
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:54)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:60)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:113)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.InternalPlatform.asActualURL(InternalPlatform.java:205)
at org.eclipse.core.internal.runtime.InternalPlatform.asLocalURL(InternalPlatform.java:188)
at org.eclipse.core.runtime.Platform.asLocalURL(Platform.java:471)
at org.eclipse.ant.core.AntCorePreferences.configureAntObject(AntCorePreferences.java:460)
at org.eclipse.ant.core.AntCorePreferences.computeDefaultTasks(AntCorePreferences.java:404)
at org.eclipse.ant.core.AntCorePreferences.<init>(AntCorePreferences.java:89)
at org.eclipse.ant.core.AntCorePlugin.getPreferences(AntCorePlugin.java:194)
at org.eclipse.ant.internal.ui.editor.model.AntDefiningTaskNode.setJavaClassPath(AntDefiningTaskNode.java:79)
at org.eclipse.ant.internal.ui.editor.outline.AntModel.<init>(AntModel.java:137)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createAntModel(AntEditorDocumentProvider.java:355)
at org.eclipse.ant.internal.ui.editor.text.AntEditorDocumentProvider.createFileInfo(AntEditorDocumentProvider.java:373)
at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:425)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2786)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1083)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290)
at org.eclipse.ant.internal.ui.editor.AntEditor.doSetInput(AntEditor.java:511)
at org.eclipse.ui.texteditor.AbstractTextEditor$15.run(AbstractTextEditor.java:2207)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:588)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:585)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1653)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2221)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2239)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:721)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:780)
at org.eclipse.ui.internal.EditorManager.access$12(EditorManager.java:766)
at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:951)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:925)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:918)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:914)
at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1559)
at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:877)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2416)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1222)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183)
at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:758)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:817)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1323)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
at org.eclipse.core.launcher.Main.run(Main.java:647)
at org.eclipse.core.launcher.Main.main(Main.java:631)!ENTRY org.eclipse.osgi Mar 17, 2005 10:21:21.609
!MESSAGE While loading class “org.eclipse.team.internal.ccvs.ui.console.ConsoleDocument$ConsoleLine”, thread “main” timed out waiting (5000ms) for thread “Worker-0” to finish starting bundle “org.eclipse.team.cvs.ui”. To avoid deadlock, thread “main” is proceeding but “org.eclipse.team.internal.ccvs.ui.console.ConsoleDocument$ConsoleLine” may not be fully initialized.
!STACK 0
java.lang.Exception: Generated exception.
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at org.eclipse.team.internal.ccvs.ui.console.ConsoleDocument.getLines(ConsoleDocument.java:78)
at org.eclipse.team.internal.ccvs.ui.console.CVSOutputConsole.dump(CVSOutputConsole.java:140)
at org.eclipse.team.internal.ccvs.ui.console.CVSOutputConsole.access$1(CVSOutputConsole.java:137)
at org.eclipse.team.internal.ccvs.ui.console.CVSOutputConsole$1.run(CVSOutputConsole.java:108)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1375)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1346)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
at org.eclipse.core.launcher.Main.run(Main.java:647)
at org.eclipse.core.launcher.Main.main(Main.java:631)!ENTRY com.genuitec.eclipse.easie.jboss3 1 1 Mar 17, 2005 10:21:24.703
!MESSAGE Error starting JBoss: err:: No such file or directory
Error [2] in connect() call!
Socket transport failed to init.
Transport dt_socket failed to initialize, rc = -1.
Riyad KallaMemberDo me a favor, please go download JBoss 4 and unzip it to C:\Temp\JBoss4, and change your JBoss 4 connector settings to point to it and try and run it. Did that work? This has me stumped, so I want to back up to the beginning here…
harpourjMemberI’m sad to say it didn’t work. Same behaviour, works OK in run mode, not in debug with Jboss 4.0.1
Should I try the JDK next?
Cheers
J
Riyad KallaMember<rips out hair>
Should I try the JDK next?
Sure… it can’t hurt.
Also double check you haven’t dropped any custom libs into your <jdk dir>\jre\lib\ext directory.
harpourjMemberI uninstalled and reinstalled the JDK 1.4.2_06.
It’s a fresh install, so nothing extra has been added anywhere in the Java environment.
Behaviour remains the same on both JBoss 3.2.5 and Jboss 4.0.1.
I guess it’s safe to assume both the JDK, and the Jboss install are not the problem. So what remains is Eclipse and MyEclipse.
I have the latest MyEclipse (3.8.4+QF2), so what about Eclipse itself?? Is there any chance this is where the problem lies?
Cheers
J
harpourjMemberAnother data point for you.
I had an older version of Eclipse 3.0.0 sitting on another disk (same machine). I installed MyEclipse 3.8.4 against this instance, and tried to run JBoss 4.0.1 in debug mode.
Same problem occured.
Cheers
J
Riyad KallaMemberJohn,
I asked a dev about this and they mentioned that the debugger issue you are seeing is most likely a “busted Eclipse install and shouldn’t be happening”, so I would suggest pulling down Eclipse 3.0.1 SDK, re-unzipping it to a temp dir like C:\Temp\Eclipse-3.0.1 and trying debugging in a normal Java class, then install MyEclipse against that and see if it works all the sudden.I believe you are rigth that the problem “is with Eclipse/MyEclipse”.
-
AuthorPosts