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 150765 - [65cat] AssertionError at org.netbeans.modules.websvc.core.jaxws.projects.J2SEProjectJaxRpcClientSupport.getWsdlFolder
Summary: [65cat] AssertionError at org.netbeans.modules.websvc.core.jaxws.projects.J2S...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL: http://statistics.netbeans.org/except...
Keywords:
: 156655 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-20 19:09 UTC by sunbiz
Modified: 2009-02-19 23:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 113632


Attachments
stacktrace (1.15 KB, text/plain)
2008-10-20 19:09 UTC, sunbiz
Details
stacktrace (3.72 KB, text/plain)
2009-02-09 06:32 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-20 19:09:03 UTC
Build: NetBeans IDE Dev (Build 200810171401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Export as image on SVG project and move the timeline to the end and got this exception

GUEST: trying .. for the life of me .. to import existing source in to a new netbeans project.  aack!

sunbiz: Export as image on SVG project and move the timeline to the end and got this exception



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.websvc.core.jaxws.projects.J2SEProjectJaxRpcClientSupport.getWsdlFolder(J2SEProjectJaxRpcClientSupport.java:460)
        at org.netbeans.modules.websvc.api.client.WebServicesClientSupport.getWsdlFolder(WebServicesClientSupport.java:200)
        at org.netbeans.modules.websvc.jaxrpc.nodes.ProjectJaxRpcWebServiceView.removeNotify(ProjectJaxRpcWebServiceView.java:275)
        at org.netbeans.modules.websvc.core.ProjectWebServiceView.removeNotify(ProjectWebServiceView.java:223)
        at org.netbeans.modules.websvc.core.ProjectWebServiceNodeFactory$WsNodeList.removeNotify(ProjectWebServiceNodeFactory.java:157)
        at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.removeNotify(NodeFactorySupport.java:192)
Comment 1 sunbiz 2008-10-20 19:09:11 UTC
Created attachment 72299 [details]
stacktrace
Comment 2 Milan Kuchtiak 2008-10-21 10:19:33 UTC
Fixed:
http://hg.netbeans.org/main?cmd=changeset;node=759818add4b6
Comment 3 Quality Engineering 2008-10-21 15:45:19 UTC
Integrated into 'main-golden', will be available in build *200810211401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/759818add4b6
User: mkuchtiak@netbeans.org
Log: #150765; fixing assertion error
Comment 4 Milan Kuchtiak 2009-01-14 15:35:12 UTC
*** Issue 156655 has been marked as a duplicate of this issue. ***
Comment 5 emiddio 2009-02-09 06:32:29 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.websvc.core.jaxws.projects.J2SEProjectJaxRpcClientSupport.getWsdlFolder(J2SEProjectJaxRpcClientSupport.java:463)
        at org.netbeans.modules.websvc.api.client.WebServicesClientSupport.getWsdlFolder(WebServicesClientSupport.java:200)
        at org.netbeans.modules.websvc.jaxrpc.nodes.ProjectJaxRpcWebServiceView.createClientNodes(ProjectJaxRpcWebServiceView.java:152)
        at org.netbeans.modules.websvc.jaxrpc.nodes.ProjectJaxRpcWebServiceView.createView(ProjectJaxRpcWebServiceView.java:107)
        at org.netbeans.modules.websvc.core.ProjectWebServiceNodeFactory$WsNodeList$Children.createNodes(ProjectWebServiceNodeFactory.java:201)
        at org.netbeans.modules.websvc.core.ProjectWebServiceNodeFactory$WsNodeList$Children.createNodes(ProjectWebServiceNodeFactory.java:190)
Comment 6 emiddio 2009-02-09 06:32:34 UTC
Created attachment 76729 [details]
stacktrace