Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problems running Eclipse 2.1.3 on AIX using IBM JDK v1.4.2
Problems running Eclipse 2.1.3 on AIX using IBM JDK v1.4.2 [message #265144] Mon, 02 August 2004 19:58 Go to next message
Eclipse UserFriend
I've been running Eclipse 2.1.3 using IBM's JDK 1.4.0 on AIX 5.1 for
about a year without any problems. My oslevel is up to date (5100-06)
and I've installed all recent patches/fixes from IBM.

Recently, I upgraded to version 1.4.2 of IBM's JDK and I can no longer
build or start a runtime launch. When I try to build a project, I get
the following exception in my error log:

java.lang.IllegalAccessError:
org.apache.xerces.impl.XMLEntityManager$EntityScanner tried to access f
ity from class

When I try to launch a runtime workbench process I get this exception:

java.lang.reflect.InvocationTargetException

Has anyone run into these problems before? Or is IBM Java not backwards
compatible with Eclipse?

Thanks,
-B. Townsend




-----------





!ENTRY org.eclipse.core.resources 4 2 Aug 02, 2004 16:35:38.75
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.resources".
!STACK 0
java.lang.IllegalAccessError:
org.apache.xerces.impl.XMLEntityManager$EntityScanner tried to access f
ity from class
at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.getExp andedSystemId(XMLEntityManager
at
org.apache.xerces.parsers.AbstractDOMParser.startDocument(Un known Source)
at
org.apache.xerces.impl.xs.XMLSchemaValidator.startDocument(U nknown Source)
at
org.apache.xerces.impl.XMLNamespaceBinder.startDocument(Unkn own Source)
at
org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(Unk nown Source)
at
org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(Un known Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLEntityManager.startDocumentEntity( Unknown Source)
at
org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource (Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at
org.eclipse.pde.internal.core.plugin.XMLDocumentModelBuilder .parse(XMLDocumentModelBuilder
at
org.eclipse.pde.internal.core.plugin.DocumentModel.reconcile (DocumentModel.java:129)
at
org.eclipse.pde.internal.core.plugin.DocumentModel.load(Docu mentModel.java:107)
at
org.eclipse.pde.internal.core.plugin.DocumentModel.load(Docu mentModel.java:95)
at
org.eclipse.pde.internal.core.plugin.AbstractPluginModelBase .load(AbstractPluginModelBase.
at
org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBas e.load(WorkspacePluginModelBas
at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker .validatePlugin(ManifestConsis
at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker .checkFile(ManifestConsistency
at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker .checkThisProject(ManifestCons
at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker .build(ManifestConsistencyChec
at
org.eclipse.core.internal.events.BuildManager$2.run(BuildMan ager.java:427)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java(Compiled
Code
at org.eclipse.core.runtime.Platform.run(Platform.java(Inlined
Compiled Code))
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java(Compiled
Code))
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java(Compiled
Code))
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java(Compiled
Code))
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:151)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java(Inlined
Compi
at org.eclipse.core.runtime.Platform.run(Platform.java(Inlined
Compiled Code))
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java(Inlined
Compile
at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java(Compiled
Co
at
org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java(Compiled
Code))
at
org.eclipse.core.internal.resources.Workspace.build(Workspac e.java:181)
at
org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAc tion.java:174)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:101)





!ENTRY org.eclipse.debug.ui 4 120 Aug 02, 2004 16:29:35.471
!MESSAGE Error logged from Debug UI:
!STACK 0
java.lang.reflect.InvocationTargetException
at
org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:283)
at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(Progress MonitorDialog.java:357)
at org.eclipse.debug.ui.DebugUITools.launch(DebugUITools.java:4 94)
at
org.eclipse.debug.ui.actions.AbstractLaunchToolbarAction.run (AbstractLaunchToolbarAction.java:69)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:251)
at
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPl uginAction.java:207)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:72)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined
Compiled Code))
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
Code))
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code))
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
Code))
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
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: org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2330)
at org.eclipse.swt.SWT.error(SWT.java:2260)
at org.eclipse.swt.widgets.Widget.error(Widget.java:338)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:234)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:310)
at org.eclipse.jface.window.Window.createShell(Window.java:335)
at org.eclipse.jface.window.Window.create(Window.java:301)
at org.eclipse.jface.window.Window.open(Window.java:552)
at
org.eclipse.jface.dialogs.MessageDialog.openError(MessageDia log.java:286)
at
org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigur ationDelegate.validatePlugins(WorkbenchLaunchConfigurationDe legate.java:453)
at
org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigur ationDelegate.createWorkspaceRunnerConfiguration(WorkbenchLa unchConfigurationDelegate.
java:184)
at
org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigur ationDelegate.launch(WorkbenchLaunchConfigurationDelegate.ja va:78)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:156)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:676)
at
org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITool s.java:538)
at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:48 7)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:101)
Re: Problems running Eclipse 2.1.3 on AIX using IBM JDK v1.4.2 [message #265150 is a reply to message #265144] Mon, 02 August 2004 20:18 Go to previous messageGo to next message
Eclipse UserFriend
http://www.eclipsefaq.org/chris/faq/html/faq108.html

--
Ed Burnette, co-author, Eclipse in Action
www.manning.com/gallardo
www.eclipsepowered.org


"B. Townsend" <btownsend@rocketmail.com> wrote in message
news:cemkb3$9ll$1@eclipse.org...
>
> I've been running Eclipse 2.1.3 using IBM's JDK 1.4.0 on AIX 5.1 for
> about a year without any problems. My oslevel is up to date (5100-06)
> and I've installed all recent patches/fixes from IBM.
>
> Recently, I upgraded to version 1.4.2 of IBM's JDK and I can no longer
> build or start a runtime launch. When I try to build a project, I get
> the following exception in my error log:
>
> java.lang.IllegalAccessError:
> org.apache.xerces.impl.XMLEntityManager$EntityScanner tried to access f
> ity from class
Re: Problems running Eclipse 2.1.3 on AIX using IBM JDK v1.4.2 [message #265252 is a reply to message #265150] Tue, 03 August 2004 12:27 Go to previous message
Eclipse UserFriend
Ed, thanks for the link. One thing that was curious is that the FAQ
mentions "You cannot use Eclipse 2.1 or earlier with an IBM 1.4 VM" but
I was able to run fine with 1.4.0 and Eclipse 2.1.3. I think it was in
versions 1.4.1 and later that this problem shows up.

Thanks again,
-B. Townsend


Ed Burnette wrote:

> http://www.eclipsefaq.org/chris/faq/html/faq108.html
>
Previous Topic:Build doesn't work
Next Topic:any german eclipse forum
Goto Forum:
  


Current Time: Thu Jul 17 20:52:17 EDT 2025

Powered by FUDForum. Page generated in 0.06575 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top