| Author |
Error in starting the server from my RAD 6
|
Vidya Moorthy
Ranch Hand
Joined: Nov 13, 2003
Posts: 57
|
|
Hi
I am trying to regenerate Java proxy classes for a new schema in Web Services project. The proxy classes are getting generated but I get this error
IWAB0213E Error in starting server.
org.eclipse.core.runtime.CoreException: The server named WebSphere Application Server v6.0 did not start correctly. Check the Console for error messages. *
at com.ibm.wtp.server.core.internal.Server.synchronousStart(Unknown Source)
at com.ibm.etools.webservice.consumption.command.common.AbstractStartServer.startProject(Unknown Source)
at com.ibm.etools.webservice.consumption.command.common.AbstractStartServer.StartServer(Unknown Source)
at com.ibm.etools.webservice.consumption.command.common.StartProjectCommand.execute(Unknown Source)
at com.ibm.etools.webservice.consumption.command.common.ManageServerStartUpCommand.execute(Unknown Source)
at com.ibm.env.command.fragment.CommandFragmentEngine.runCommand(Unknown Source)
at com.ibm.env.command.fragment.CommandFragmentEngine.visitTop(Unknown Source)
at com.ibm.env.command.fragment.CommandFragmentEngine.moveForwardToNextStop(Unknown Source)
at com.ibm.env.widgets.SimpleCommandEngineManager$4.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Unknown Source)
at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.run(Unknown Source)
at com.ibm.env.widgets.SimpleCommandEngineManager.runForwardToNextStop(Unknown Source)
at com.ibm.env.internal.widgets.WizardPageManager.runForwardToNextStop(Unknown Source)
at com.ibm.env.internal.widgets.WizardPageManager.getNextPage(Unknown Source)
at com.ibm.env.internal.widgets.SimpleWizardPage.getNextPage(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(Unknown Source)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Unknown Source)
at org.eclipse.jface.window.Window.open(Unknown Source)
at com.ibm.env.widgets.popup.DynamicPopupWizard.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
There is no message in the console. Is my RAD 6.0 corrupted! Please let me know.
Thanks in advance
Vidya Moorthy
|
 |
 |
|
|
subject: Error in starting the server from my RAD 6
|
|
|