problem with Eclipse and TPTP
- From: Andy <andysm@xxxxxx>
- Date: Mon, 03 Sep 2007 22:37:00 +0200
Hi,
i've installed Eclipse 3.3 and the TPTP plugin version xxx by using the integrated update manager.
I choose 'Run -> Profile' from the menu and the dialog opens. Then i create i chhose 'Java Application -> New' to create a new profile for my application. But then, after a short time the IDE crashes. It simply closes without any message.
I tried starting Eclipse from the console with the option 'eclipsec.exe -consolelog'. Then i get the below exception.
Does anyone know what causes this? I tried several times with a new Eclipse and plugin installation but still get the same result. :-(
The version of the JavaVM is 1.6.0_02.
Thanks and Best Regards,
Andy
Console output:
!SESSION 2007-09-03 21:46:47.046 -----------------------------------------------
eclipse.buildId=I20070625-1500
java.version=1.6.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments: -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m
Command-line arguments: -os win32 -ws win32 -arch x86 -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -consolelog
!ENTRY org.eclipse.tptp.platform.iac.administrator 4 0 2007-09-03 21:47:12.093
!MESSAGE unknown protocol: c
!STACK 0
java.net.MalformedURLException: unknown protocol: c
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at org.eclipse.tptp.platform.iac.administrator.internal.common.AdminUtil.parseFile(AdminUtil.java:79)
at org.eclipse.tptp.platform.iac.administrator.internal.common.AdminUtil.isConfigurationValid(AdminUtil.java:643)
at org.eclipse.tptp.platform.iac.administrator.internal.startstop.AutoStartStop.startIAC(AutoStartStop.java:81)
at org.eclipse.hyades.internal.execution.local.control.NodeImpl.connect(NodeImpl.java:283)
at org.eclipse.hyades.security.internal.util.BaseConnectUtil.insecureConnect(BaseConnectUtil.java:369)
at org.eclipse.hyades.security.internal.util.BaseConnectUtil.connect(BaseConnectUtil.java:255)
at org.eclipse.hyades.security.internal.util.BaseConnectUtil.connect(BaseConnectUtil.java:540)
at org.eclipse.tptp.platform.common.ui.trace.internal.util.PDCoreUtil.profileConnect(PDCoreUtil.java:827)
at org.eclipse.tptp.trace.ui.internal.launcher.deleg.application.PIDelegateHelper$JVMVersionDetector.run(PIDelegateHelper.java:473)
at java.lang.Thread.run(Unknown Source)
.
- Follow-Ups:
- Re: problem with Eclipse and TPTP
- From: Manish Pandit
- Re: problem with Eclipse and TPTP
- Prev by Date: Re: Usage of Static variable name in static context
- Next by Date: problem with Eclipse and TPTP
- Previous by thread: inconsistent compiler behavior with generics example
- Next by thread: Re: problem with Eclipse and TPTP
- Index(es):
Relevant Pages
|