Forum Discussion

soapuser's avatar
soapuser
New Contributor
16 years ago

soapui plugin with eclipse

I am getting a no class def error when I am using soapui plugin with eclipse?...I am using soapui version 2.5 and this is the stack trace

java.lang.NoClassDefFoundError: org/w3c/dom/Node
at com.eviware.soapui.DefaultSoapUICore.initLog(DefaultSoapUICore.java:385)
at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:100)
at com.eviware.soapui.DefaultSoapUICore.(DefaultSoapUICore.java:88)
at com.eviware.soapui.SwingSoapUICore.(SwingSoapUICore.java:44)
at com.eviware.soapui.eclipse.SoapUIActivator$1.(SoapUIActivator.java:109)
at com.eviware.soapui.eclipse.SoapUIActivator.initSoapUI(SoapUIActivator.java:109)
at com.eviware.soapui.eclipse.SoapUIActivator.getWorkspace(SoapUIActivator.java:211)
at com.eviware.soapui.eclipse.views.NavigatorView.buildUI(NavigatorView.java:103)
at com.eviware.soapui.eclipse.views.NavigatorView.createPartControl(NavigatorView.java:56)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3479)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:997)
at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPage.java:981)
at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3578)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3576)
at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:123)
at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:92)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
  • Lars's avatar
    Lars
    Contributor
    Hi,

    This is fixed now. Please replace /plugins/com.eviware.soapui.libs_2.5.1/META-INF/MANIFEST.MF with the attached file and start eclipse -clean.

    Regards,
    Lars, eviware.com
  • For everyone who's stilll interessted in the topic above. I've solved it.

    I linked an older xercesImpl.jar in the /plugins/soapui..lib/META-INF/MANIFEST.MF an now everything works fine.
  • jbrinnand's avatar
    jbrinnand
    New Contributor
    The soapUI plugin locks up eclipse continuously. One consistent scenario is to keep the soapUI open, go to a browser (or some other windows application) and make it active, then go back to eclipse. At this point eclipse hangs and has to be terminated and restarted.  And after a restart soapUI has lost all it's projects. I have had to save them all and reload them - so at least there's a workaround for that. 

    This tool is very cool - but this is an obvious failure. Is there a workaround or a fix for this bug?

    OS: Windows Server 2003 64 bit
    Eclipse: Ganymede - Version 3.4.1
    soapUI: 3.0.1



    Thanks,