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 145864 - [65cat] NullPointerException at org.netbeans.modules.xml.wsdlextui.property.http.HttpAddressConfigurator.generateAddressLocation
Summary: [65cat] NullPointerException at org.netbeans.modules.xml.wsdlextui.property.h...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sujit Biswas
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 09:31 UTC by rajivderas
Modified: 2015-02-04 03:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 103524


Attachments
stacktrace (2.33 KB, text/plain)
2008-09-02 09:32 UTC, rajivderas
Details
145864 log file (79.64 KB, text/plain)
2008-09-02 09:35 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-09-02 09:31:55 UTC
Build: NetBeans IDE Dev (Build 200808311401)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
OS: Windows XP, 5.1, x86

User Comments: 
created sample secure calculator application webservice and opened it's webservice file in the editor and clicked goto previous button  in the toolbar

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdlextui.property.http.HttpAddressConfigurator.generateAddressLocation(HttpAddressConfigurator.java:125)
        at org.netbeans.modules.xml.wsdlextui.property.http.HttpAddressConfigurator.getProperty(HttpAddressConfigurator.java:90)
        at org.netbeans.modules.xml.wsdl.ui.property.view.impl.PropertyViewFactoryImpl.createDefaultNodeProperty(PropertyViewFactoryImpl.java:335)
        at org.netbeans.modules.xml.wsdl.ui.property.view.impl.PropertyViewFactoryImpl.populateDefaultPropertySet(PropertyViewFactoryImpl.java:441)
        at org.netbeans.modules.xml.wsdl.ui.property.view.impl.PropertyViewFactoryImpl.getPropertySets(PropertyViewFactoryImpl.java:263)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.ExtensibilityElementNode.refreshAttributesSheetSet(ExtensibilityElementNode.java:321)
Comment 1 rajivderas 2008-09-02 09:32:01 UTC
Created attachment 68830 [details]
stacktrace
Comment 2 rajivderas 2008-09-02 09:35:18 UTC
Created attachment 68831 [details]
145864 log file
Comment 3 rajivderas 2008-09-02 09:36:15 UTC
Dev Build 200808311401
JDK 6 Update 10
Glassfish V2
Comment 4 Sherry Weng 2008-09-10 21:06:54 UTC
Assigning to Sujit
Comment 5 Sujit Biswas 2008-09-10 21:41:56 UTC
Can you please attach the project
Comment 6 Sujit Biswas 2008-09-10 22:29:56 UTC
few more information required, do you see a red button on the right bottom corner of the netbeans, if you click on 
that it will show the related exception, for this case, The exception which you have send should occur in case of wsdl 
with http binding, however in this case ( secure calculator app) the wsdl should have soap binding, 
Comment 7 rajivderas 2008-09-11 10:22:47 UTC
sorry i have deleted that project so am unable to attach it.
The wsdl did not had soap binding
Comment 8 Sujit Biswas 2008-09-12 02:03:08 UTC
if you have used the sample app , which is available as part of the netbeans , you should be able to easily build the 
app again, Once you build and see the same issue , please send me the app along with the exception which happens when 
you try the previous button , It will be of great help if you can also send the screen shots of the exception, In 
netbeans if an exception happens you will see a red button the right/bottom corner, if you click on the red button you 
can see the related exception.

One my side I did try the secure app, however I am not able to produce it, 
Comment 9 Sergey Lunegov 2008-10-01 15:39:02 UTC
Changed target milestone.
Comment 10 Quality Engineering 2015-02-04 03:37:39 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.