Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Exception creating Web Services example
Exception creating Web Services example [message #91941] Wed, 13 April 2005 14:53 Go to next message
Eclipse UserFriend
Whenever I try to generate a web services project, I get an error dialog
whose exception is below. I have installed using the bundled Eclipse/WTP
and added all the external jars per instructions:

IWAB0213E Error in starting server.
org.eclipse.core.runtime.CoreException[0]:
org.eclipse.core.runtime.CoreException: Could not load the Tomcat server
configuration at \Servers\Tomcat v5.0 Server @ localhost-config. The
configuration may be corrupt or incomplete.
at
org.eclipse.jst.server.tomcat.core.internal.Tomcat50Configur ation.load(Tomcat50Configuration.java:257)
at
org.eclipse.jst.server.tomcat.core.internal.TomcatServer.get TomcatConfiguration(TomcatServer.java:81)
at
org.eclipse.jst.server.tomcat.core.internal.TomcatServer.sav eConfiguration(TomcatServer.java:115)
at
org.eclipse.wst.server.core.internal.ServerWorkingCopy.save( ServerWorkingCopy.java:243)
at
org.eclipse.wst.server.core.internal.ServerWorkingCopy.saveA ll(ServerWorkingCopy.java:255)
at
org.eclipse.jst.ws.internal.common.ServerUtils.modifyModules (ServerUtils.java:151)
at
org.eclipse.jst.ws.internal.consumption.command.common.Creat eWebProjectCommand.execute(CreateWebProjectCommand.java:161)
at
org.eclipse.jst.ws.internal.consumption.command.common.Creat eServiceProjectCommand.execute(CreateServiceProjectCommand.j ava:138)
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:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
at org.eclipse.jface.window.Window.open(Window.java:696)
at
org.eclipse.wst.command.internal.env.ui.widgets.popup.Dynami cPopupWizard.run(DynamicPopupWizard.java:123)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:244)
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$6.handleEven t(ActionContributionItem.java:421)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
Re: Exception creating Web Services example [message #92049 is a reply to message #91941] Thu, 14 April 2005 03:53 Go to previous messageGo to next message
Eclipse UserFriend
Hi

I had this problem

The only way I got around it was to make sure no instances of tomcat were
running - that icluded stopping the tomcat service




"Cameron Bateman" <cbateman@rim.com> wrote in message
news:c5b05c8eac75815d1023b9489e867612$1@www.eclipse.org...
> Whenever I try to generate a web services project, I get an error dialog
> whose exception is below. I have installed using the bundled Eclipse/WTP
> and added all the external jars per instructions:
>
> IWAB0213E Error in starting server.
> org.eclipse.core.runtime.CoreException[0]:
> org.eclipse.core.runtime.CoreException: Could not load the Tomcat server
> configuration at \Servers\Tomcat v5.0 Server @ localhost-config. The
> configuration may be corrupt or incomplete.
> at
> org.eclipse.jst.server.tomcat.core.internal.Tomcat50Configur ation.load(Tomcat50Configuration.java:257)
> at
> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.get TomcatConfiguration(TomcatServer.java:81)
> at
> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.sav eConfiguration(TomcatServer.java:115)
> at
> org.eclipse.wst.server.core.internal.ServerWorkingCopy.save( ServerWorkingCopy.java:243)
> at
> org.eclipse.wst.server.core.internal.ServerWorkingCopy.saveA ll(ServerWorkingCopy.java:255)
> at
> org.eclipse.jst.ws.internal.common.ServerUtils.modifyModules (ServerUtils.java:151)
> at
> org.eclipse.jst.ws.internal.consumption.command.common.Creat eWebProjectCommand.execute(CreateWebProjectCommand.java:161)
> at
> org.eclipse.jst.ws.internal.consumption.command.common.Creat eServiceProjectCommand.execute(CreateServiceProjectCommand.j ava:138)
> 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:842)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
> at org.eclipse.jface.window.Window.open(Window.java:696)
> at
> org.eclipse.wst.command.internal.env.ui.widgets.popup.Dynami cPopupWizard.run(DynamicPopupWizard.java:123)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:244)
> 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$6.handleEven t(ActionContributionItem.java:421)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
> 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(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> 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)
>
>
Re: Exception creating Web Services example [message #92181 is a reply to message #91941] Thu, 14 April 2005 14:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

Cameron Bateman wrote:
> Whenever I try to generate a web services project, I get an error dialog
> whose exception is below. I have installed using the bundled
> Eclipse/WTP and added all the external jars per instructions:

Can you tell us how to generate a "web services project"...I can't find
any tutorials that are simple and relate to the WTP ( I know it's brand
new ) -- everything seems really out of date.
Re: Exception creating Web Services example [message #92221 is a reply to message #92181] Thu, 14 April 2005 14:38 Go to previous messageGo to next message
Eclipse UserFriend
> Can you tell us how to generate a "web services project"...I can't find
> any tutorials that are simple and relate to the WTP ( I know it's brand
> new ) -- everything seems really out of date.

The tutorial is entitled "Top Down Web Service Tutorial". It is under the
tutorials section available from the WTP top-level project page. The link
is
http://www.eclipse.org/webtools/jst/components/ws/tutorials/ TopDownWebService.html.

--Cam
Re: Exception creating Web Services example [message #92235 is a reply to message #92049] Thu, 14 April 2005 14:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

plork123 wrote:
> Hi
>
> I had this problem
>
> The only way I got around it was to make sure no instances of tomcat were
> running - that icluded stopping the tomcat service

Ok, I think we're on the same page now.

I'm seeing the same exact error.

I'm using this tutorial : http://eclipse.org/webtools/index.html

The error is occuring at the the "Service Deployment Configuration"
property sheet.

I installed the 5.0 version ( latest ) of Tomcat.

It seems up and running on my XP Pro workstation -- so I don't know why
Eclipse is having trouble running it. I installed the java JRE 1.5 as
well.



>
>
>
>
> "Cameron Bateman" <cbateman@rim.com> wrote in message
> news:c5b05c8eac75815d1023b9489e867612$1@www.eclipse.org...
>
>>Whenever I try to generate a web services project, I get an error dialog
>>whose exception is below. I have installed using the bundled Eclipse/WTP
>>and added all the external jars per instructions:
>>
>>IWAB0213E Error in starting server.
>> org.eclipse.core.runtime.CoreException[0]:
>>org.eclipse.core.runtime.CoreException: Could not load the Tomcat server
>>configuration at \Servers\Tomcat v5.0 Server @ localhost-config. The
>>configuration may be corrupt or incomplete.
>> at
>> org.eclipse.jst.server.tomcat.core.internal.Tomcat50Configur ation.load(Tomcat50Configuration.java:257)
>> at
>> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.get TomcatConfiguration(TomcatServer.java:81)
>> at
>> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.sav eConfiguration(TomcatServer.java:115)
>> at
>> org.eclipse.wst.server.core.internal.ServerWorkingCopy.save( ServerWorkingCopy.java:243)
>> at
>> org.eclipse.wst.server.core.internal.ServerWorkingCopy.saveA ll(ServerWorkingCopy.java:255)
>> at
>> org.eclipse.jst.ws.internal.common.ServerUtils.modifyModules (ServerUtils.java:151)
>> at
>> org.eclipse.jst.ws.internal.consumption.command.common.Creat eWebProjectCommand.execute(CreateWebProjectCommand.java:161)
>> at
>> org.eclipse.jst.ws.internal.consumption.command.common.Creat eServiceProjectCommand.execute(CreateServiceProjectCommand.j ava:138)
>> 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:842)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
>> at org.eclipse.jface.window.Window.open(Window.java:696)
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.popup.Dynami cPopupWizard.run(DynamicPopupWizard.java:123)
>> at
>> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:244)
>> 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$6.handleEven t(ActionContributionItem.java:421)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
>> 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(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> 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)
>>
>>
>
>
>
Re: Exception creating Web Services example [message #92251 is a reply to message #92221] Thu, 14 April 2005 14:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

Cameron Bateman wrote:

> The tutorial is entitled "Top Down Web Service Tutorial". It is under
> the tutorials section available from the WTP top-level project page.
> The link is
> http://www.eclipse.org/webtools/jst/components/ws/tutorials/ TopDownWebService.html.

One thing I notice is that at the top of the

"Service Deployment Configuration" section there is a warning message:

The project, converter, has a server target which is not compatible with
the selected server type.

My configuration is:

Server Side Deployment

Web service Runtime: Apache Axis 1.1
Server: Tomcat v.5.0 Server
J2EE Version: 1.4
Service Project: converter

Client-Side Environment Selection:
Web Service Runtime: Apache Axis 1.1
Server: Tomcat Server v5.0 Server
J2EE version: 1.4
Client type: Web
Client project: converter
Re: Exception creating Web Services example [message #92996 is a reply to message #92049] Mon, 18 April 2005 22:25 Go to previous message
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

plork123 wrote:
> Hi
>
> I had this problem
>
> The only way I got around it was to make sure no instances of tomcat were
> running - that icluded stopping the tomcat service

I tried your suggestion by stopping tomcat from Windows Services, but
received the exact same error message.

Is that what you mean when you say "stopping the tomcat service" ?



>
>
>
>
> "Cameron Bateman" <cbateman@rim.com> wrote in message
> news:c5b05c8eac75815d1023b9489e867612$1@www.eclipse.org...
>
>>Whenever I try to generate a web services project, I get an error dialog
>>whose exception is below. I have installed using the bundled Eclipse/WTP
>>and added all the external jars per instructions:
>>
>>IWAB0213E Error in starting server.
>> org.eclipse.core.runtime.CoreException[0]:
>>org.eclipse.core.runtime.CoreException: Could not load the Tomcat server
>>configuration at \Servers\Tomcat v5.0 Server @ localhost-config. The
>>configuration may be corrupt or incomplete.
>> at
>> org.eclipse.jst.server.tomcat.core.internal.Tomcat50Configur ation.load(Tomcat50Configuration.java:257)
>> at
>> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.get TomcatConfiguration(TomcatServer.java:81)
>> at
>> org.eclipse.jst.server.tomcat.core.internal.TomcatServer.sav eConfiguration(TomcatServer.java:115)
>> at
>> org.eclipse.wst.server.core.internal.ServerWorkingCopy.save( ServerWorkingCopy.java:243)
>> at
>> org.eclipse.wst.server.core.internal.ServerWorkingCopy.saveA ll(ServerWorkingCopy.java:255)
>> at
>> org.eclipse.jst.ws.internal.common.ServerUtils.modifyModules (ServerUtils.java:151)
>> at
>> org.eclipse.jst.ws.internal.consumption.command.common.Creat eWebProjectCommand.execute(CreateWebProjectCommand.java:161)
>> at
>> org.eclipse.jst.ws.internal.consumption.command.common.Creat eServiceProjectCommand.execute(CreateServiceProjectCommand.j ava:138)
>> 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:842)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:718 )
>> at org.eclipse.jface.window.Window.open(Window.java:696)
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.popup.Dynami cPopupWizard.run(DynamicPopupWizard.java:123)
>> at
>> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:244)
>> 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$6.handleEven t(ActionContributionItem.java:421)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
>> 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(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> 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)
>>
>>
>
>
>
Previous Topic:Server start and stop inmediatly
Next Topic:org.apache.axis.*
Goto Forum:
  


Current Time: Sun Jun 22 03:26:00 EDT 2025

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

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

Back to the top