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 271640 - ClassNotFoundException: javax.xml.soap.SOAPException starting from ModuleCL@4bc23830[org.netbeans.modules.websvc.design] with possible defining loaders null and declared parents [ModuleCL@391caa89[org
Summary: ClassNotFoundException: javax.xml.soap.SOAPException starting from ModuleCL@4...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-14 09:24 UTC by Exceptions Reporter
Modified: 2017-10-14 09:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230511


Attachments
stacktrace (4.86 KB, text/plain)
2017-10-14 09:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-10-14 09:24:03 UTC
This issue was reported manually by dentor.
It already has 1 duplicates 


Build: NetBeans IDE 8.2 (Build 20171002-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
GUEST: Create maven Web Application project.
Add Web Service.
After open file InputMessages.java with Web Service in Source Packages, NetBeans 8.2 view exception and not opened file with source code Web Service.




Stacktrace: 
java.lang.ClassNotFoundException: javax.xml.soap.SOAPException starting from ModuleCL@4bc23830[org.netbeans.modules.websvc.design] with possible defining loaders null and declared parents [ModuleCL@391caa89[org.netbeans.api.visual], ModuleCL@3f43a1bb[org.netbeans.modules.java.source], ModuleCL@2c5fc6a1[org.netbeans.api.progress], ModuleCL@77953327[org.openide.execution], ModuleCL@3bbc5607[org.netbeans.modules.xml.retriever], ModuleCL@33ac25ab[org.openide.nodes], ModuleCL@1a39f09f[org.netbeans.modules.websvc.jaxws.lightapi], ModuleCL@4d495166[org.netbeans.modules.projectuiapi], ModuleCL@244d9e13[org.netbeans.modules.xml.wsdl.model], ModuleCL@6899bc62[org.netbeans.api.java], ...28 more]
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:228)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.modules.websvc.design.loader.JaxWsDataObject.lazyInitialize(JaxWsDataObject.java:123)
   at org.netbeans.modules.websvc.design.loader.JaxWsDataObject.createMultiViewCookie(JaxWsDataObject.java:169)
   at org.netbeans.modules.websvc.design.loader.JaxWsDataObject.access$100(JaxWsDataObject.java:78)
   at org.netbeans.modules.websvc.design.loader.JaxWsDataObject$3.createCookie(JaxWsDataObject.java:106)
Comment 1 Exceptions Reporter 2017-10-14 09:24:06 UTC
Created attachment 165286 [details]
stacktrace