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 160399 - NoClassDefFoundError: Could not initialize class com.sun.xml.bind.DatatypeConverterImpl
Summary: NoClassDefFoundError: Could not initialize class com.sun.xml.bind.DatatypeCon...
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 18:50 UTC by ejfuhr
Modified: 2010-10-27 07:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 99685


Attachments
stacktrace (1.99 KB, text/plain)
2009-03-16 18:50 UTC, ejfuhr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ejfuhr 2009-03-16 18:50:47 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_04-b12
OS: Windows Vista, 6.0, x86

User Comments:
ejfuhr: stuck on Services/Web Services - all past available web services are "loading..."

GUEST: Tried to add a new web service to the web service services



Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.bind.DatatypeConverterImpl
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:258)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:117)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Comment 1 ejfuhr 2009-03-16 18:50:52 UTC
Created attachment 78258 [details]
stacktrace
Comment 2 Denis Anisimov 2010-10-27 07:42:07 UTC
Cannot reproduce.