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 149748 - NoClassDefFoundError: Could not initialize class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
Summary: NoClassDefFoundError: Could not initialize class com.sun.xml.messaging.saaj.s...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 13:14 UTC by Lukas Hasik
Modified: 2008-11-28 11:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 81563


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 13:14:31 UTC
Build: NetBeans IDE Dev (Build 200807240010)
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: Trying to open CalculatorWS web service, so that it opens in the Visual Designer
STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at javax.xml.soap.FactoryFinder.newInstance(FactoryFinder.java:0)
        at javax.xml.soap.FactoryFinder.find(FactoryFinder.java:0)
        at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:0)
        at org.netbeans.modules.websvc.design.javamodel.Utils.setSoapRequest(Utils.java:464)
Comment 1 Milan Kuchtiak 2008-11-28 11:33:17 UTC
The issue was fixed for 6.5:
http://hg.netbeans.org/main?cmd=changeset;node=8dd581bd79f3