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

Summary: [65cat] NullPointerException at org.netbeans.modules.xml.wsdlextui.property.http.HttpAddressConfigurator.generateAddressLocation
Product: xml Reporter: rajivderas <rajivderas>
Component: WSDL ToolsAssignee: Sujit Biswas <sujitbiswas>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: oswaldodantas
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=103524
Issue Type: DEFECT Exception Reporter: 103524
Attachments: stacktrace
145864 log file

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.