MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
panickert
Post subject: Nullpointer on creating a webservice client  PostPosted: Jun 14, 2011 - 04:38 PM
Registered Member
Registered Member


Joined: May 03, 2006
Posts: 27

When create a new webservice client is invoked, a NPE is thrown...

build id info is as follows
Code:

*** Date:
Tuesday, June 14, 2011 11:24:01 AM EDT

** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_22


*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 9.0
Build id: 9.0-20110318


*** Eclipse details:
Eclipse IDE for Java Developers

Version: Helios Service Release 2
Build id: 20110218-0911



Eclipse Platform

Version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Build id: M20110210-1200


Eclipse Java Development Tools

Version: 3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F
Build id: M20110210-1200


Eclipse Graphical Editing Framework GEF

Version: 3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242
Build id: 201009132020


Eclipse RCP

Version: 3.6.2.r362_v20101104-9SAxFMKFkSAqi8axkv1ZjegmiBLY
Build id: M20110210-1200


Eclipse Plug-in Development Environment

Version: 3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL
Build id: M20110210-1200




Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\java\eclipse\fastIDE2\eclipse\ide\eclipse.exe
-name
Eclipse
--launcher.library
C:\java\eclipse\fastIDE2\eclipse\ide\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222\eclipse_1312.dll
-startup
C:\java\eclipse\fastIDE2\eclipse\ide\plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-exitdata
272c_60
-product
org.eclipse.epp.package.java.product
-vm
C:/Program Files/Java/jdk1.5.0_22/bin/javaw.exe




<Workspace>/.metadata/.log content is as follows
Code:


!ENTRY org.eclipse.jface 4 2 2011-06-14 11:34:33.098
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
   at com.genuitec.eclipse.ws.xfire.WSFrameworkManager$WSFrameworkComparator.compare(WSFrameworkManager.java:60)
   at com.genuitec.eclipse.ws.xfire.WSFrameworkManager$WSFrameworkComparator.compare(WSFrameworkManager.java:1)
   at java.util.TreeMap.compare(TreeMap.java:1093)
   at java.util.TreeMap.getEntry(TreeMap.java:347)
   at java.util.TreeMap.get(TreeMap.java:265)
   at com.genuitec.eclipse.ws.xfire.WSFrameworkManager.getFramework(WSFrameworkManager.java:43)
   at com.genuitec.eclipse.ws.xfire.wizards.WSFrameworkSelectionHelper.doFillIntoGrid(WSFrameworkSelectionHelper.java:62)
   at com.genuitec.eclipse.ws.xfire.wizards.NewBlueWSScenarioWizardPage.createControl(NewBlueWSScenarioWizardPage.java:185)
   at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
   at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
   at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
   at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
   at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
   at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
   at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
   at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPageOrFinish(NewWizardSelectionPage.java:71)
   at org.eclipse.ui.internal.dialogs.NewWizardNewPage$1.doubleClick(NewWizardNewPage.java:354)
   at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:824)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
   at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
   at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:822)
   at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1421)
   at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1225)
   at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238)
   at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235)
   at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
   at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
   at org.eclipse.jface.window.Window.open(Window.java:801)
   at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:254)
   at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
   at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
   at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
   at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
   at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
   at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
   at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
   at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
   at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
   at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:592)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1384)

 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject: RE: Nullpointer on creating a webservice client  PostPosted: Jun 15, 2011 - 06:14 AM



Joined: Nov 11, 2010
Posts: 2154

panickert,

Sorry that you ran into this issue.

Can you answer some more questions for me to understand the issue better ?

1) Did you install MyEclipse 9 on top of Classic Eclipse Helios ?

2) Do you have any third party plugins ?

3) Can you please take a look at this thread and try starting the IDE with -clean or go for a clean install ?
http://www.myeclipseide.com/PNphpBB2-viewtopic-p-54108.html

Let me know how this works for you.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits