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 116127 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: VERIFIED FIXED
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: 2007-09-20 11:27 UTC by nouar38
Modified: 2008-11-04 00:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 4576


Attachments
stacktrace (1.79 KB, text/plain)
2007-09-20 11:27 UTC, nouar38
Details
stacktrace (3.40 KB, text/plain)
2007-10-15 19:26 UTC, allen_a_george
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nouar38 2007-09-20 11:27:30 UTC
Build: NetBeans IDE Dev (Build 200709181200)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: SunOS, 5.10, sparc

User Comments: 
double click on a wsit-client.xml in dist/<app.war>/WEB-INF/classes/META-INF
to verify if the content is changed every time.

** created project SecureCalculatorApp, build & deploy to a new personal domain developer type GF v2
(did not use domain1)

** build & depploy & run the SecureCalculatorClientApp changed to have the upper service deployed to another port than 8080.

got exception  certificate not found for alias xws-security-server in server.log
wanted to try the other option in Qos/Security for static auth to see if working

** un check in webServiceClient Ref security/ "use developer defaul"t => selected static and wsitUser and set password to same value.
built & deployed  &run
=> can see a different message for the authentication failure with the user (as my browser/ide launched as root)

** rechecked again box "use developer default" built & deployed but could not see any change at Run
was expecting to see the certifcate issue in the server.log

** remove build directory of
Comment 1 nouar38 2007-09-20 11:27:38 UTC
Created attachment 49143 [details]
stacktrace
Comment 2 allen_a_george 2007-10-15 19:26:08 UTC
Build: NetBeans IDE Dev (Build 200709280000)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
I was editing a wsdl file and changed an xsd:import to a wsdl:import and moved it to just before wsdl:types
Comment 3 allen_a_george 2007-10-15 19:26:16 UTC
Created attachment 50964 [details]
stacktrace
Comment 4 Shivanand Kini 2007-10-25 18:45:24 UTC
Fixed the NPE.
Comment 5 ggenipudi 2008-11-04 00:16:14 UTC
tested and verified using gfesb 11/03  and could not reproduce NPE.