IWAB0489E Error when deploying Web service to Axis runtime [message #75091] |
Sat, 19 February 2005 12:18  |
Eclipse User |
|
|
|
I was using the Skeleton Java Bean Web Service wizard to generate a web
service using http://www.xmethods.com/2001/sd/TemperatureService.wsdl.
However, I get the following exception on the 4th page:
A popup error message box:
IWAB0489E Error when deploying Web service to Axis runtime
And the exception trace in the console:
Processing file /home/ray/dev/m5/eclipse/wtp/WebServiceProject/WebContent/WE B-INF/deploy.wsdd
Exception in axis-admin
at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:325)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.executeAntTask(AxisDeployCommand.java:102)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.execute(AxisDeployCommand.java:72)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.runCommand(CommandFragmentEngine.java:322)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.visitTop(CommandFragmentEngine.java:288)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.moveForwardToNextStop(CommandFragmentEngine.java:208)
at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager$4.run(SimpleCommandEngineManager.java:206)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:344)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:289)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 824)
at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager.runForwardToNextStop(SimpleCommandEngineManager.java:1 75)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:69)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:91)
at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizard Page.getNextPage(SimpleWizardPage.java:123)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:741)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:338)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:543)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
at org.eclipse.jface.window.Window.open(Window.java:696)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:173)
at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizard DropDownAction.java:149)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:100 3)
at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:557)
at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:507)
at org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:462)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:293)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:333)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)
Caused by: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setPro perty(SAXParserImpl.java:395)
at org.apache.axis.encoding.DeserializationContextImpl.parse(De serializationContextImpl.java:246)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538 )
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:1672)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 355)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 334)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 341)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 292)
at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:308)
... 49 more
--- Nested Exception ---
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setPro perty(SAXParserImpl.java:395)
at org.apache.axis.encoding.DeserializationContextImpl.parse(De serializationContextImpl.java:246)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538 )
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:1672)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 355)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 334)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 341)
at org.apache.axis.client.AdminClient.process(AdminClient.java: 292)
at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:308)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.executeAntTask(AxisDeployCommand.java:102)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.execute(AxisDeployCommand.java:72)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.runCommand(CommandFragmentEngine.java:322)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.visitTop(CommandFragmentEngine.java:288)
at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.moveForwardToNextStop(CommandFragmentEngine.java:208)
at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager$4.run(SimpleCommandEngineManager.java:206)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:344)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:289)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 824)
at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager.runForwardToNextStop(SimpleCommandEngineManager.java:1 75)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:69)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:91)
at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizard Page.getNextPage(SimpleWizardPage.java:123)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:741)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:338)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:543)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
at org.eclipse.jface.window.Window.open(Window.java:696)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:173)
at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizard DropDownAction.java:149)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:100 3)
at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:557)
at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:507)
at org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:462)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:293)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:333)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)
I'm using:
eclipse-SDK-3.1M5-linux-gtk.tar.gz
emf-sdo-xsd-SDK-I200502171619.zip
GEF-SDK-I20050215.zip
JEM-runtime-1.0.2.zip
wtp-sdk-I20050219.zip
and I have followed the optional instructions to get WS to work:
http://www.eclipse.org/webtools/wst/components/xml/xercesInf o.xml
http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html
And also some log from Tomcat:
Feb 19, 2005 12:07:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/19 config=/home/ray/dev/jakarta-tomcat-5.0.28/conf/jk2.properti es
- Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
Feb 19, 2005 12:07:30 PM org.apache.catalina.startup.Catalina start
Am I missing something? Or it's a bug?
Thanks,
Raymond
|
|
|
|
Re: IWAB0489E Error when deploying Web service to Axis runtime [message #75385 is a reply to message #75175] |
Mon, 21 February 2005 05:55  |
Eclipse User |
|
|
|
Hi Seng,
Thanks for pointing out the relevant bug. :) It's nice to work with you
guys again. I will start with testing and some housekeeping work, like
migrating the deprecated code. As I gain more insight on the code, I will
attempt more challenging items ;-)
I haven't had a chance to verify if the error I saw was the same bug,
since I have been working on one assignment due by 5pm today. I will give
it a try tonight.
Thanks,
Raymond
On Sat, 19 Feb 2005 20:08:33 -0500, Seng Phung-Lu wrote:
> Hi Raymond,
> Nice to see that you're already playing with the Web services tools
> again. ;-)
>
> The issue you mentioned is a bug. Here is the the current bug report:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=84843
>
> Have a look and if you disagree that the bug is the same, let me know or
> open a new bug report.
>
> Since the tools are now open source, feel free to contribute any fixes
> or even comments on the bug directly. We appreciate your continued support.
>
> Thanks,
>
> Seng
>
> Raymond Lai wrote:
>> I was using the Skeleton Java Bean Web Service wizard to generate a web
>> service using http://www.xmethods.com/2001/sd/TemperatureService.wsdl.
>> However, I get the following exception on the 4th page:
>> A popup error message box:
>> IWAB0489E Error when deploying Web service to Axis runtime
>> And the exception trace in the console:
>> Processing file /home/ray/dev/m5/eclipse/wtp/WebServiceProject/WebContent/WE B-INF/deploy.wsdd
>> Exception in axis-admin
>> at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:325)
>> at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.executeAntTask(AxisDeployCommand.java:102)
>> at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.execute(AxisDeployCommand.java:72)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.runCommand(CommandFragmentEngine.java:322)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.visitTop(CommandFragmentEngine.java:288)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.moveForwardToNextStop(CommandFragmentEngine.java:208)
>> at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager$4.run(SimpleCommandEngineManager.java:206)
>> at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:344)
>> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:289)
>> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 824)
>> at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager.runForwardToNextStop(SimpleCommandEngineManager.java:1 75)
>> at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:69)
>> at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:91)
>> at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizard Page.getNextPage(SimpleWizardPage.java:123)
>> at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:741)
>> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:338)
>> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:543)
>> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
>> at org.eclipse.jface.window.Window.open(Window.java:696)
>> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:173)
>> at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizard DropDownAction.java:149)
>> at org.eclipse.jface.action.Action.runWithEvent(Action.java:100 3)
>> at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:557)
>> at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:507)
>> at org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:462)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1612)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
>> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:293)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:144)
>> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:102)
>> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:333)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:150)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
>> at org.eclipse.core.launcher.Main.run(Main.java:887)
>> at org.eclipse.core.launcher.Main.main(Main.java:871)
>> Caused by: java.lang.NullPointerException
>> at java.util.Hashtable.put(Hashtable.java:396)
>> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setPro perty(SAXParserImpl.java:395)
>> at org.apache.axis.encoding.DeserializationContextImpl.parse(De serializationContextImpl.java:246)
>> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538 )
>> at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
>> at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
>> at org.apache.axis.client.Call.invoke(Call.java:2553)
>> at org.apache.axis.client.Call.invoke(Call.java:1672)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 355)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 334)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 341)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 292)
>> at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:308)
>> ... 49 more
>> --- Nested Exception ---
>> java.lang.NullPointerException
>> at java.util.Hashtable.put(Hashtable.java:396)
>> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setPro perty(SAXParserImpl.java:395)
>> at org.apache.axis.encoding.DeserializationContextImpl.parse(De serializationContextImpl.java:246)
>> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538 )
>> at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
>> at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
>> at org.apache.axis.client.Call.invoke(Call.java:2553)
>> at org.apache.axis.client.Call.invoke(Call.java:1672)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 355)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 334)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 341)
>> at org.apache.axis.client.AdminClient.process(AdminClient.java: 292)
>> at org.apache.axis.tools.ant.axis.AdminClientTask.execute(Admin ClientTask.java:308)
>> at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.executeAntTask(AxisDeployCommand.java:102)
>> at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ax isDeployCommand.execute(AxisDeployCommand.java:72)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.runCommand(CommandFragmentEngine.java:322)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.visitTop(CommandFragmentEngine.java:288)
>> at org.eclipse.wst.command.env.core.fragment.CommandFragmentEng ine.moveForwardToNextStop(CommandFragmentEngine.java:208)
>> at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager$4.run(SimpleCommandEngineManager.java:206)
>> at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:344)
>> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:289)
>> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 824)
>> at org.eclipse.wst.command.env.ui.widgets.SimpleCommandEngineMa nager.runForwardToNextStop(SimpleCommandEngineManager.java:1 75)
>> at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:69)
>> at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:91)
>> at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizard Page.getNextPage(SimpleWizardPage.java:123)
>> at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:741)
>> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:338)
>> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:543)
>> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
>> at org.eclipse.jface.window.Window.open(Window.java:696)
>> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:173)
>> at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizard DropDownAction.java:149)
>> at org.eclipse.jface.action.Action.runWithEvent(Action.java:100 3)
>> at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:557)
>> at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:507)
>> at org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:462)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1009)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2728)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2427)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1612)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
>> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:293)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:144)
>> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:102)
>> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:333)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:150)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
>> at org.eclipse.core.launcher.Main.run(Main.java:887)
>> at org.eclipse.core.launcher.Main.main(Main.java:871)
>>
>> I'm using:
>> eclipse-SDK-3.1M5-linux-gtk.tar.gz
>> emf-sdo-xsd-SDK-I200502171619.zip
>> GEF-SDK-I20050215.zip
>> JEM-runtime-1.0.2.zip
>> wtp-sdk-I20050219.zip
>>
>> and I have followed the optional instructions to get WS to work:
>> http://www.eclipse.org/webtools/wst/components/xml/xercesInf o.xml
>> http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html
>>
>> And also some log from Tomcat:
>>
>> Feb 19, 2005 12:07:29 PM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/19 config=/home/ray/dev/jakarta-tomcat-5.0.28/conf/jk2.properti es
>> - Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
>> Feb 19, 2005 12:07:30 PM org.apache.catalina.startup.Catalina start
>>
>> Am I missing something? Or it's a bug?
>>
>> Thanks,
>> Raymond
|
|
|
Powered by
FUDForum. Page generated in 0.03851 seconds