Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2004 19:58:31 -0400
From:      Adam VanderHook <acidos@bandwidth-junkies.net>
To:        java@freebsd.org
Subject:   Eclipse Run Problem
Message-ID:  <20040710235830.GD54184@regen.bandwidth-junkies.net>

next in thread | raw e-mail | index | archive | help
After doing a port upgrade yesterday I have not been able to launch
eclipse.  I've go so far as to deinstall, make clean, and make install
again, as well as move my workspace out of the way.  I have been able to
recreate this on my system at work too.

5.2.1-RELEASE
eclipse-2.1.3_1     An open extensible IDE for anything and nothing in particul
jdk-1.4.2p6_4       Java Development Kit 1.4.2
linux-sun-jdk-1.4.2.05 Sun Java Development Kit 1.4 for Linux

I get the following popup:

	Problems during startup.  Check the ".log" file in the ".metadata"
	directory of your workspace.

The following is the .log file from my fresh workspace after my
above-mentioned reinstall:

!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jul 10, 2004 19:53:53.109
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ExceptionInInitializerError
	at org.eclipse.core.internal.plugins.RegistryLoader.processManifestFile(RegistryLoader.java:89)
	at org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathFile(RegistryLoader.java:136)
	at org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathEntry(RegistryLoader.java:127)
	at org.eclipse.core.internal.plugins.RegistryLoader.processManifestFiles(RegistryLoader.java:104)
	at org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:63)
	at org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:71)
	at org.eclipse.core.internal.runtime.InternalPlatform.parsePlugins(InternalPlatform.java:890)
	at org.eclipse.core.internal.runtime.InternalPlatform.loadRegistry(InternalPlatform.java:834)
	at org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:684)
	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.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:1042)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:838)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:468)
	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:291)
	at org.eclipse.core.launcher.Main.run(Main.java:747)
	at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.ClassCastException
	at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
	at org.eclipse.core.internal.plugins.PluginParser.initializeParser(PluginParser.java:80)
	at org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:44)
	... 23 more


-- 
Adam VanderHook
acidos@bandwidth-junkies.net
http://acidos.bandwidth-junkies.net/


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040710235830.GD54184>