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 149676 - [65cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.<init>
Summary: [65cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.ui.clien...
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 19:28 UTC by wobster
Modified: 2009-09-08 21:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 30940


Attachments
stacktrace (3.14 KB, text/plain)
2008-10-09 19:28 UTC, wobster
Details
stacktrace (3.14 KB, text/plain)
2008-10-10 03:34 UTC, wobster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wobster 2008-10-09 19:28:05 UTC
Build: NetBeans IDE Dev (Build 200810090201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
wobster: trying to edit wsdl file

wobster: trying to edit wsdl file



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.<init>(ClientView.java:159)
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.doInitialize(ClientTopComponent.java:131)
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.addNotify(ClientTopComponent.java:154)
        at java.awt.Container.addNotify(Container.java:2592)
        at javax.swing.JComponent.addNotify(JComponent.java:4683)
        at java.awt.Container.addNotify(Container.java:2592)
Comment 1 wobster 2008-10-09 19:28:13 UTC
Created attachment 71498 [details]
stacktrace
Comment 2 wobster 2008-10-10 03:34:08 UTC
Build: NetBeans IDE Dev (Build 200810091401)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
just checking latest version. Trying to edit web service references after generating a web service client.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.<init>(ClientView.java:159)
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.doInitialize(ClientTopComponent.java:131)
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.addNotify(ClientTopComponent.java:154)
        at java.awt.Container.addNotify(Container.java:2592)
        at javax.swing.JComponent.addNotify(JComponent.java:4683)
        at java.awt.Container.addNotify(Container.java:2592)
Comment 3 wobster 2008-10-10 03:34:12 UTC
Created attachment 71519 [details]
stacktrace
Comment 4 Martin Grebac 2008-10-10 15:15:58 UTC
Would you please attach the WSDL file or better the whole project? I can't do much without it.
Comment 5 Martin Grebac 2008-10-17 14:21:58 UTC
Not able to reproduce.
Comment 6 wobster 2008-10-19 04:07:25 UTC
I still saw the null pointer exception in the Beta release as well. I can't release the XMLSchema to you since it is
proprietary, but if there is some logging I can turn on to help you trace down the NPE, let me know.
Comment 7 Martin Grebac 2008-10-20 10:45:21 UTC
Getting there through logging might not be a simple process due to the complexity of the files, so I think without any
files from you it's hard to get to the real cause. Would it be possible for you to provide a simpler files (remove
anything proprietary or not from the files such that the exception is still present)?

Btw, the code on the line which could cause exception is '... binding.getName() ...' which does indicate that the issue
might be connected to the binding names in your wsdl. Would you please check that? Thanks.
Comment 8 Jaroslav Pospisil 2008-12-02 12:14:06 UTC
Closing as worksforme due to no response from reporter.