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 - NullPointerException at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpenAction.performAction
Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.actions.WSDLViewOpen...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-08 11:31 UTC by freduva
Modified: 2016-07-07 09:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 63257


Attachments
stacktrace (2.32 KB, text/plain)
2008-06-08 11:31 UTC, freduva
Details
stacktrace (2.41 KB, text/plain)
2008-06-11 07:38 UTC, emiddio
Details
stacktrace (2.41 KB, text/plain)
2008-06-11 07:39 UTC, emiddio
Details
stacktrace (2.41 KB, text/plain)
2008-10-19 18:37 UTC, sunbiz
Details
stacktrace (2.41 KB, text/plain)
2008-10-21 18:44 UTC, sunbiz
Details
stacktrace (2.41 KB, text/plain)
2009-02-07 00:52 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
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