Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » websphere 6.0 for webtools
websphere 6.0 for webtools [message #160882] Wed, 15 February 2006 19:48 Go to next message
Harley is currently offline HarleyFriend
Messages: 20
Registered: July 2009
Junior Member
Hi, I'm trying to set up eclipse with webtools to work with websphere 6.0 app server. I'm having some problems though. I've tried about every suggested combo of web tools and its dependancies, and none of it solves this problem. Currently I am running a clean Eclipse 3.2 with the following:
wtp-sdk-1.5M4.zip
emf-sdo-xsd-SDK-2.2.0M4.zip
JEM-SDK-1.2M1.zip
GEF-SDK-3.2M4.zip

When I try to create a websphere 6.0 server through
window->preferences->servers->runtime, Once I click next, nothing happens. An
error is created in the log.

java.lang.NullPointerException
at
org.eclipse.jst.server.generic.ui.internal.GenericServerRunt imeWizardFragment.enter(GenericServerRuntimeWizardFragment.j ava:99)
at
org.eclipse.wst.server.ui.internal.wizard.TaskWizard.switchW izardFragment(TaskWizard.java:292)
at
org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.set Visible(TaskWizardPage.java:92)
at
org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDi alog.java:1043)
at
org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog. java:1026)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.jav a:1016)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog. java:1014)
at
org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDial og.java:753)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:345)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:607)
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:914)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3285)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2905)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:808 )
at org.eclipse.jface.window.Window.open(Window.java:786)
at
org.eclipse.wst.server.ui.internal.RuntimePreferencePage.sho wWizard(RuntimePreferencePage.java:354)
at
org.eclipse.wst.server.ui.internal.RuntimePreferencePage$2.w idgetSelected(RuntimePreferencePage.java:133)
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:914)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3285)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2905)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:808 )
at org.eclipse.jface.window.Window.open(Window.java:786)
at
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPrefer encesAction.java:66)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3285)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2905)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1762)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: websphere 6.0 for webtools [message #162192 is a reply to message #160882] Mon, 27 February 2006 15:50 Go to previous message
Harley is currently offline HarleyFriend
Messages: 20
Registered: July 2009
Junior Member
This is a JVM issue. Previously we were running 1.4.1. While debugging we noticed that the xml wasn't being parsed correctly. There had been some changes to those classes, and once we upgraded our JVM to 4.1.2 we were getting websphere to install properly.
Previous Topic:WTP1.0.x and .deployables
Next Topic:Can't configure JBoss 4.0.x
Goto Forum:
  


Current Time: Thu Mar 28 08:26:17 GMT 2024

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

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

Back to the top