This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136755

Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpenAction.performAction
Product: xml Reporter: freduva <freduva>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: RESOLVED WONTFIX    
Severity: blocker CC: brueva81, emiddio, sunbiz
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=63257
Issue Type: DEFECT Exception Reporter: 63257
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description freduva 2008-06-08 11:31:18 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows Vista, 6.0, x86

User Comments: 
Tried to open wsit-client.xml for editing.
Comment 1 freduva 2008-06-08 11:31:24 UTC
Created attachment 62533 [details]
stacktrace
Comment 2 emiddio 2008-06-11 07:38:56 UTC
Created attachment 62644 [details]
stacktrace
Comment 3 emiddio 2008-06-11 07:39:06 UTC
Created attachment 62645 [details]
stacktrace
Comment 4 Sergey Lunegov 2008-10-01 14:10:42 UTC
Changed target milestone.
Comment 5 sunbiz 2008-10-19 18:37:27 UTC
Build: NetBeans IDE Dev (Build 200810171401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 
Opened WSDL while running through the profiling session and got this exception

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpenAction.performAction(WSDLViewOpenAction.java:59)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1492)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
Comment 6 sunbiz 2008-10-19 18:37:31 UTC
Created attachment 72219 [details]
stacktrace
Comment 7 sunbiz 2008-10-21 18:43:59 UTC
Build: NetBeans IDE Dev (Build 200810210201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 
Refresh web service client and then double clicking on the web service reference

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpenAction.performAction(WSDLViewOpenAction.java:59)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1492)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
Comment 8 sunbiz 2008-10-21 18:44:03 UTC
Created attachment 72410 [details]
stacktrace
Comment 9 emiddio 2009-02-07 00:52:25 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpenAction.performAction(WSDLViewOpenAction.java:59)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1492)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
Comment 10 emiddio 2009-02-07 00:52:30 UTC
Created attachment 76688 [details]
stacktrace
Comment 11 Martin Balin 2016-07-07 09:56:49 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss