Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » creating a new Web Service Project fails on WTP 3.3M4
creating a new Web Service Project fails on WTP 3.3M4 [message #186212] Mon, 15 January 2007 12:37 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I installed WTP 3.3M4 plus all prereq's (eclipse 3.3M4, EMF/SDO/WDO
2.3.0M4, GEF 3.3M4 and DTP SDK 1.0_200612211) all running on WinXP & IBM
JVM 5.0.

Things start up fine, configuration shows no issues, Web Services
preferences also seem to work, so the plugins seem to be present and
running.
But if I try to create a Web Service Project, i.e. New => Other... =>
Web Services => Web Service I right away get the below exception.

Any idea, what might have gone wrong here???

------------------------------------------------------------ ------------
IWAB0014E Unexpected exception occured.

java.lang.NullPointerException
at
org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getAllServerFactoryIdsWithRuntimes(WebS erviceRuntimeExtensionUtils2.java:1652)
at
org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByFacetRuntimes(WebS erviceRuntimeExtensionUtils2.java:252)
at
org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceRuntime(Web ServiceRuntimeExtensionUtils2.java:622)
at
org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceType(WebSer viceRuntimeExtensionUtils2.java:557)
at
org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getDefaultServerValueFor(WebServiceRunt imeExtensionUtils2.java:728)
at
org.eclipse.jst.ws.internal.creation.ui.widgets.ServerWizard WidgetDefaultingCommand.execute(ServerWizardWidgetDefaulting Command.java:46)
at
org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.runCommand(CommandFragmentEngine.java:414)
at
org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.visitTop(CommandFragmentEngine.java:354)
at
org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.moveForwardToNextStop(CommandFragmentEngine.jav a:252)
at
org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager$5.run(SimpleCommandEngineManager.java:250)
at
org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager.runForwardToNextStop(SimpleCommandEngineManag er.java:214)
at
org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:94)
at
org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:145)
at
org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getStartingPage(WizardPageManager.java:76)
at
org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizar d.getStartingPage(DynamicWizard.java:314)
at
org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(Wiz ardSelectionPage.java:116)
at
org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage .getNextPage(WorkbenchWizardSelectionPage.java:100)
at
org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:766)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:363)
at
org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:638)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
at org.eclipse.jface.window.Window.open(Window.java:796)
at
org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:182)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:545)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:490)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:402)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1945)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:425)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hod(EclipseAppContainer.java:522)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:147)
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(EclipseS tarter.java:354)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
at org.eclipse.core.launcher.Main.run(Main.java:984)
at org.eclipse.core.launcher.Main.main(Main.java:959)
------------------------------------------------------------ ------------

Michael
Re: creating a new Web Service Project fails on WTP 3.3M4 [message #186231 is a reply to message #186212] Mon, 15 January 2007 18:27 Go to previous messageGo to next message
Mark Hutchinson is currently offline Mark HutchinsonFriend
Messages: 53
Registered: July 2009
Member
I just downloaded WTP 2.0M4 and all prereqs including Eclipse 3.3M4 and
could not reproduce the problem you were seeing.

Did you create a Dynamic web project before creating the web service?
What server are you targeting and do you see it under preferences >
server > installed runtimes?

I would suggest opening a bug at https://bugs.eclipse.org/bugs/ if you
are still running into this problem. It would be helpful if you could
provide steps outlining exactly what you did before this error occurred,
because I am not able to get the exception you are seeing when I
create a new web service.

Mark

Michael Moser wrote:
> I installed WTP 3.3M4 plus all prereq's (eclipse 3.3M4, EMF/SDO/WDO
> 2.3.0M4, GEF 3.3M4 and DTP SDK 1.0_200612211) all running on WinXP & IBM
> JVM 5.0.
>
> Things start up fine, configuration shows no issues, Web Services
> preferences also seem to work, so the plugins seem to be present and
> running.
> But if I try to create a Web Service Project, i.e. New => Other... =>
> Web Services => Web Service I right away get the below exception.
>
> Any idea, what might have gone wrong here???
>
> ------------------------------------------------------------ ------------
> IWAB0014E Unexpected exception occured.
>
> java.lang.NullPointerException
> at
> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getAllServerFactoryIdsWithRuntimes(WebS erviceRuntimeExtensionUtils2.java:1652)
>
> at
> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByFacetRuntimes(WebS erviceRuntimeExtensionUtils2.java:252)
>
> at
> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceRuntime(Web ServiceRuntimeExtensionUtils2.java:622)
>
> at
> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceType(WebSer viceRuntimeExtensionUtils2.java:557)
>
> at
> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getDefaultServerValueFor(WebServiceRunt imeExtensionUtils2.java:728)
>
> at
> org.eclipse.jst.ws.internal.creation.ui.widgets.ServerWizard WidgetDefaultingCommand.execute(ServerWizardWidgetDefaulting Command.java:46)
>
> at
> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.runCommand(CommandFragmentEngine.java:414)
>
> at
> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.visitTop(CommandFragmentEngine.java:354)
>
> at
> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.moveForwardToNextStop(CommandFragmentEngine.jav a:252)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager$5.run(SimpleCommandEngineManager.java:250)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager.runForwardToNextStop(SimpleCommandEngineManag er.java:214)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:94)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:145)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getStartingPage(WizardPageManager.java:76)
>
> at
> org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizar d.getStartingPage(DynamicWizard.java:314)
>
> at
> org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(Wiz ardSelectionPage.java:116)
>
> at
> org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage .getNextPage(WorkbenchWizardSelectionPage.java:100)
>
> at
> org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:766)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:363)
> at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:638)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
> at org.eclipse.jface.window.Window.open(Window.java:796)
> at
> org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:182)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:545)
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:490)
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:402)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1945)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:425)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:615)
> at
> org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hod(EclipseAppContainer.java:522)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:147)
>
> 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(EclipseS tarter.java:354)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:170)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:615)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
> at org.eclipse.core.launcher.Main.run(Main.java:984)
> at org.eclipse.core.launcher.Main.main(Main.java:959)
> ------------------------------------------------------------ ------------
>
> Michael
>
Re: creating a new Web Service Project fails on WTP 3.3M4 [message #186263 is a reply to message #186231] Tue, 16 January 2007 14:43 Go to previous message
Mark Hutchinson is currently offline Mark HutchinsonFriend
Messages: 53
Registered: July 2009
Member
Actually, there already is a bug open for this issue at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=159458

Mark Hutchinson wrote:
> I just downloaded WTP 2.0M4 and all prereqs including Eclipse 3.3M4 and
> could not reproduce the problem you were seeing.
>
> Did you create a Dynamic web project before creating the web service?
> What server are you targeting and do you see it under preferences >
> server > installed runtimes?
>
> I would suggest opening a bug at https://bugs.eclipse.org/bugs/ if you
> are still running into this problem. It would be helpful if you could
> provide steps outlining exactly what you did before this error occurred,
> because I am not able to get the exception you are seeing when I create
> a new web service.
>
> Mark
>
> Michael Moser wrote:
>> I installed WTP 3.3M4 plus all prereq's (eclipse 3.3M4, EMF/SDO/WDO
>> 2.3.0M4, GEF 3.3M4 and DTP SDK 1.0_200612211) all running on WinXP &
>> IBM JVM 5.0.
>>
>> Things start up fine, configuration shows no issues, Web Services
>> preferences also seem to work, so the plugins seem to be present and
>> running.
>> But if I try to create a Web Service Project, i.e. New => Other... =>
>> Web Services => Web Service I right away get the below exception.
>>
>> Any idea, what might have gone wrong here???
>>
>> ------------------------------------------------------------ ------------
>> IWAB0014E Unexpected exception occured.
>>
>> java.lang.NullPointerException
>> at
>> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getAllServerFactoryIdsWithRuntimes(WebS erviceRuntimeExtensionUtils2.java:1652)
>>
>> at
>> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByFacetRuntimes(WebS erviceRuntimeExtensionUtils2.java:252)
>>
>> at
>> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceRuntime(Web ServiceRuntimeExtensionUtils2.java:622)
>>
>> at
>> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getServerFactoryIdsByServiceType(WebSer viceRuntimeExtensionUtils2.java:557)
>>
>> at
>> org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRu ntimeExtensionUtils2.getDefaultServerValueFor(WebServiceRunt imeExtensionUtils2.java:728)
>>
>> at
>> org.eclipse.jst.ws.internal.creation.ui.widgets.ServerWizard WidgetDefaultingCommand.execute(ServerWizardWidgetDefaulting Command.java:46)
>>
>> at
>> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.runCommand(CommandFragmentEngine.java:414)
>>
>> at
>> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.visitTop(CommandFragmentEngine.java:354)
>>
>> at
>> org.eclipse.wst.command.internal.env.core.fragment.CommandFr agmentEngine.moveForwardToNextStop(CommandFragmentEngine.jav a:252)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager$5.run(SimpleCommandEngineManager.java:250)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.SimpleComman dEngineManager.runForwardToNextStop(SimpleCommandEngineManag er.java:214)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.runForwardToNextStop(WizardPageManager.java:94)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getNextPage(WizardPageManager.java:145)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.WizardPageMa nager.getStartingPage(WizardPageManager.java:76)
>>
>> at
>> org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizar d.getStartingPage(DynamicWizard.java:314)
>>
>> at
>> org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(Wiz ardSelectionPage.java:116)
>>
>> at
>> org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage .getNextPage(WorkbenchWizardSelectionPage.java:100)
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:766)
>> at
>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:363)
>>
>> at
>> org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:638)
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
>> at
>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
>> at org.eclipse.jface.window.Window.open(Window.java:796)
>> at
>> org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:182)
>> at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
>> at
>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:545)
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:490)
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:402)
>>
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3465)
>> at
>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3079)
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1945)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:425)
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>>
>> at java.lang.reflect.Method.invoke(Method.java:615)
>> at
>> org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hod(EclipseAppContainer.java:522)
>>
>> at
>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:147)
>>
>> 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(EclipseS tarter.java:354)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:170)
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>>
>> at java.lang.reflect.Method.invoke(Method.java:615)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
>> at org.eclipse.core.launcher.Main.run(Main.java:984)
>> at org.eclipse.core.launcher.Main.main(Main.java:959)
>> ------------------------------------------------------------ ------------
>>
>> Michael
>>
Previous Topic:When try to stop the server IDE was blocking
Next Topic:Web Project does not include dependent jars of workspace Java projects
Goto Forum:
  


Current Time: Fri Apr 26 23:25:41 GMT 2024

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

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

Back to the top