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 208363 - NullPointerException at org.netbeans.modules.websvc.api.jaxws.project.CatalogUtils.copyCatalogEntriesForClient
Summary: NullPointerException at org.netbeans.modules.websvc.api.jaxws.project.Catalog...
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 21:16 UTC by thonyfd
Modified: 2012-02-14 07:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166233


Attachments
stacktrace (1.21 KB, text/plain)
2012-02-13 21:16 UTC, thonyfd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thonyfd 2012-02-13 21:16:26 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
thonyfd: updating a Ws Client in a web application, the ws are in weblogic 10 server and web aplication in tomcat 7.0




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.api.jaxws.project.CatalogUtils.copyCatalogEntriesForClient(CatalogUtils.java:106)
   at org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientChildren.refreshKeys(JaxWsClientChildren.java:187)
   at org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientNode.refreshService(JaxWsClientNode.java:368)
   at org.netbeans.modules.websvc.core.jaxws.actions.JaxWsRefreshAction.performAction(JaxWsRefreshAction.java:77)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 thonyfd 2012-02-13 21:16:29 UTC
Created attachment 115676 [details]
stacktrace
Comment 2 Denis Anisimov 2012-02-14 07:11:45 UTC
The stacktrace is not enough to find a reason of the NPE.
Please provide exact steps to reproduce.