Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] OS X port problem with Jag - Problem Solved

OK, I've solved my own problem here. Checking over the logs, I had a developer's inkling that that it might be something to do with JAR files I had installed in the ext directory... I had Xerces and JDom JARS in there. I removed them, and it worked. I assume Eclipse comes with its own Xerces classes to be able to parse XML, so that was probably conflicting with the version I had.

Sorry to bother you guys with all this. As I originally thought, it was nothing to do with Eclipse and everything to do with my dodgy installation.

Thanks all

CraigP

Begin forwarded message:

From: Craig Pugsley <craigp@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed Sep 11, 2002 10:33:01 AM Etc/GMT
To: platform-swt-dev@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] OS X port problem with Jag

Sorry for the long delay before replying, but I was away from work. This is the error that is given at the console:

!ENTRY org.eclipse.core.runtime 4 2 Sep 11, 2002 10:21:08.771
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
!STACK 0
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:139)
at org.eclipse.core.internal.resources.ModelObjectReader.read(ModelObjectReader.java:85)
at org.eclipse.core.internal.resources.ModelObjectReader.read(ModelObjectReader.java:107)
at org.eclipse.core.internal.resources.LocalMetaArea.readWorkspace(LocalMetaArea.java:241)
at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1263)
at org.eclipse.core.resources.ResourcesPlugin.startup(ResourcesPlugin.java:201)
at org.eclipse.core.internal.plugins.PluginDescriptor$1.run(PluginDescriptor.java:694)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:831)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:706)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:186)
at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:58)
at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginClassLoader.java:136)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:750)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:744)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:70)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:429)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:758)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:730)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:138)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)
at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:463)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:440)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:771)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
at org.eclipse.core.launcher.Main.run(Main.java:698)
at org.eclipse.core.launcher.Main.main(Main.java:534)
at java.lang.reflect.Method.invoke(Native Method)
at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)
!ENTRY org.eclipse.core.runtime 4 2 Sep 11, 2002 10:21:08.837
!MESSAGE Plug-in "org.eclipse.ui" was unable to instantiate class "org.eclipse.ui.internal.Workbench".
!STACK 0
org.eclipse.core.internal.boot.DelegatingLoaderException: org.eclipse.core.runtime.CoreException: Problems encountered starting up plug-in: "org.eclipse.core.resources".
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:712)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:186)
at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:58)
at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginClassLoader.java:136)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:750)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:744)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:70)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:429)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:758)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:730)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:138)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)
at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:463)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:440)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:771)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
at org.eclipse.core.launcher.Main.run(Main.java:698)
at org.eclipse.core.launcher.Main.main(Main.java:534)
at java.lang.reflect.Method.invoke(Native Method)
at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)
!ENTRY org.eclipse.core.runtime 4 2 Sep 11, 2002 10:21:08.857
!MESSAGE Plug-in "org.eclipse.ui" was unable to instantiate class "org.eclipse.ui.internal.Workbench".
!STACK 0
org.eclipse.core.internal.boot.DelegatingLoaderException: org.eclipse.core.runtime.CoreException: Problems encountered starting up plug-in: "org.eclipse.core.resources".
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:712)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:186)
at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:58)
at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginClassLoader.java:136)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:750)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:744)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:70)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:429)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:758)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:730)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:138)
at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)
at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:463)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:440)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:771)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
at org.eclipse.core.launcher.Main.run(Main.java:698)
at org.eclipse.core.launcher.Main.main(Main.java:534)
at java.lang.reflect.Method.invoke(Native Method)
at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)


I'm not sure how I find out which version of Eclipse I'm running, but I know I am using the 2.0 Windows release and the OS X package that was on the website as of 8th Sept.

I'm on 10.2 with a TiBook 400MHz with 318MB RAM. I have little free space left (about 300MB), but I don't think that it an issue...

I'm not sure what version of Java I'm using, but it is the default that comes with 10.2.

Sorry I wasn't any more descriptive before, but I didn't really know what kind of info you guys needed.

Any help on this one would be fantastic.

Thanks

CraigP

On Monday, September 2, 2002, at 01:36 PM, Andre Weinand wrote:

Craig,

I've recently upgraded to Jaguar and now Eclipse doesn't work. I know it was working before, and I was using the latest build Andre had up on the official Eclipse devel page. I tried again, making sure I copied the plug-ins correctly, and removed the Win32 that was already in the Windows distribution. I also made sure I didn't use Stuffit that would truncate the filenames.

What version of Eclipse are you using?
What Mac (dual processor?), how much RAM.
What Java version?

All Eclipse seems to do is to bounce in the dock, then exit silently. I've tried clicking it again, but the same happens.

Any message in the Console log or .log file?

I'm really stumped here, because Andre and others say that can get Eclipse working on 10.2, but I can't. What am I doing differently?

Have you tried to start with a new workspace (by renaming the old one)?

Sorry, that you experience problems...
--andre
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


CraigP
-- Software Engineer--
----------------------------------------
| The 'PolicyMatter' Project |
----------------------------------------
>> RulePool Editor <<
>> PolicyEditor <<

Extend Technologies
07803 109635

CraigP
-- Software Engineer--
----------------------------------------
| The 'PolicyMatter' Project |
----------------------------------------
>> RulePool Editor <<
>> PolicyEditor <<

Extend Technologies
07803 109635

Back to the top