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 205487 - [71cat] [71cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForClient
Summary: [71cat] [71cat] NullPointerException at org.netbeans.modules.websvc.wsitconf....
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
: 206771 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-23 16:36 UTC by muellermi
Modified: 2012-01-11 19:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183129


Attachments
stacktrace (2.15 KB, text/plain)
2011-11-23 16:36 UTC, muellermi
Details
stacktrace (2.15 KB, text/plain)
2011-11-24 08:27 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-11-23 16:36:28 UTC
This bug was originally marked as duplicate of bug 174190, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
muellermi: Edit web service attributes




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForClient(WSITModelSupport.java:227)
   at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForClient(WSITModelSupport.java:208)
   at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModel(WSITModelSupport.java:147)
   at org.netbeans.modules.websvc.wsitconf.WSITEditor.createWSEditorComponent(WSITEditor.java:146)
   at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesPanel.addTabs(EditWSAttributesPanel.java:86)
   at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.doOpenEditor(EditWSAttributesCookieImpl.java:134)
Comment 1 muellermi 2011-11-23 16:36:30 UTC
Created attachment 113482 [details]
stacktrace
Comment 2 muellermi 2011-11-24 08:27:55 UTC
Created attachment 113498 [details]
stacktrace

refreshing web service
Comment 3 Denis Anisimov 2011-11-28 08:41:38 UTC
Please provide additional information.
As I see this is WS client attributes, right ?
So please provide a wsdl file and steps to reproduce.
Comment 4 Denis Anisimov 2011-12-28 14:44:04 UTC
*** Bug 206771 has been marked as a duplicate of this bug. ***
Comment 5 Denis Anisimov 2012-01-11 10:47:34 UTC
No response from user.
Comment 6 muellermi 2012-01-11 19:11:39 UTC
It was a one time problem, reported by exception reporter. No way to reproduce. Thus, I could not provide any more information.
But, whenever exception reporter gets active, a real error happened at the position reported in stack trace.