Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 172297 - Code Generation Failed From MRT with IBMJava142
Summary: Code Generation Failed From MRT with IBMJava142
Status: CLOSED DUPLICATE of bug 169671
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP.monitoring (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Andrew Eberbach CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 05:46 EST by Bhanu Prathap V CLA
Modified: 2010-06-03 15:03 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bhanu Prathap V CLA 2007-01-31 05:46:20 EST
Build ID: TPTP-4.4.0-200701290100

Steps To Reproduce:
1.Start eclipse with IBMJava 1.4.2
2.Create a new manageability Project
3.Create new default MRT in the project
4.Now Generate Code from MRT, it fails
5.Check below error log for clarification

Build: TPTP-4.4.0-200701290100
(IBMJava 1.4.2 i used is (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20060824 (SR6))

errorlog:
java.lang.reflect.InvocationTargetException
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350)
	at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:890)
	at org.eclipse.tptp.wsdm.tooling.wizard.mrt.internal.NewProjectWizard.performFinish(NewProjectWizard.java:148)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:695)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:367)
	at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:638)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
	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.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code))
	at org.eclipse.jface.window.Window.open(Window.java:796)
	at org.eclipse.tptp.wsdm.tooling.editor.mrt.internal.Generation.run(Generation.java:41)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
	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.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2047)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:449)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:145)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:474)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:414)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1122)
Caused by: java.lang.IncompatibleClassChangeError: class org.apache.xerces.dom.DocumentImpl does not implement interface org.w3c.dom.Node
	at org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(Unknown Source)
	at org.apache.xml.serialize.BaseMarkupSerializer.serialize(Unknown Source)
	at org.apache.muse.util.xml.XmlUtils.toString(XmlUtils.java:1965)
	at org.apache.muse.util.xml.XmlUtils.toString(XmlUtils.java:1915)
	at org.apache.muse.util.xml.XmlUtils.toString(XmlUtils.java:1901)
	at org.apache.muse.tools.generator.projectizer.AbstractProjectizer.writeToFileCheck(AbstractProjectizer.java:83)
	at org.apache.muse.tools.generator.projectizer.Axis2Projectizer.createDescriptor(Axis2Projectizer.java:184)
	at org.eclipse.tptp.wsdm.tooling.internal.projectizer.EclipseAxis2Projectizer.projectize(EclipseAxis2Projectizer.java:94)
	at org.eclipse.tptp.wsdm.tooling.wizard.mrt.internal.NewProjectWizard.runProjectizer(NewProjectWizard.java:204)
	at org.eclipse.tptp.wsdm.tooling.wizard.mrt.internal.NewProjectWizard.performFinish(NewProjectWizard.java:119)
	at org.eclipse.tptp.wsdm.tooling.wizard.mrt.internal.NewProjectWizard.access$0(NewProjectWizard.java:92)
	at org.eclipse.tptp.wsdm.tooling.wizard.mrt.internal.NewProjectWizard$1.run(NewProjectWizard.java:143)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)



More information:
Comment 1 Dave Smith CLA 2007-02-07 02:15:03 EST
Adding a sizing for 16 hrs.  Please adjust if it is not accurate.

Setting target to iteration 2 as iteration 1 is in test pass now and CVS is closed.
Comment 2 Balan Subramanian CLA 2007-02-07 20:52:27 EST

*** This bug has been marked as a duplicate of bug 169671 ***
Comment 3 Andrew Eberbach CLA 2007-04-03 15:30:25 EDT
related bug was closed