From owner-freebsd-java@FreeBSD.ORG Sat Jul 10 23:56:13 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890C116A4CE for ; Sat, 10 Jul 2004 23:56:13 +0000 (GMT) Received: from regen.bandwidth-junkies.net (pcp248006pcs.howard01.md.comcast.net [68.55.69.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACCB43D3F for ; Sat, 10 Jul 2004 23:56:10 +0000 (GMT) (envelope-from acidos@grimore.bandwidth-junkies.net) Received: from regen.bandwidth-junkies.net (localhost.bandwidth-junkies.net [127.0.0.1])i6ANwWQH082488 for ; Sat, 10 Jul 2004 19:58:32 -0400 (EDT) (envelope-from acidos@grimore.bandwidth-junkies.net) Received: (from acidos@localhost)i6ANwWx2082487 for java@freebsd.org; Sat, 10 Jul 2004 19:58:32 -0400 (EDT) (envelope-from acidos) Date: Sat, 10 Jul 2004 19:58:31 -0400 From: Adam VanderHook To: java@freebsd.org Message-ID: <20040710235830.GD54184@regen.bandwidth-junkies.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Eclipse Run Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 23:56:13 -0000 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.(SAXParser.java:95) at org.eclipse.core.internal.plugins.PluginParser.initializeParser(PluginParser.java:80) at org.eclipse.core.internal.plugins.PluginParser.(PluginParser.java:44) ... 23 more -- Adam VanderHook acidos@bandwidth-junkies.net http://acidos.bandwidth-junkies.net/