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 252734

Summary: NoClassDefFoundError: javax/xml/bind/annotation/XmlRootElement
Product: connecteddeveloper Reporter: alied <alied>
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217675
Attachments: stacktrace

Description alied 2015-06-02 00:23:15 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
alied: just started netbeans




Stacktrace: 
java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlRootElement
   at com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider.isReadable(AbstractRootElementProvider.java:91)
   at com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider.isReadable(JSONRootElementProvider.java:88)
   at com.sun.jersey.core.spi.factory.MessageBodyFactory._getMessageBodyReader(MessageBodyFactory.java:345)
   at com.sun.jersey.core.spi.factory.MessageBodyFactory._getMessageBodyReader(MessageBodyFactory.java:315)
   at com.sun.jersey.core.spi.factory.MessageBodyFactory.getMessageBodyReader(MessageBodyFactory.java:298)
   at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:535)
Comment 1 alied 2015-06-02 00:23:17 UTC
Created attachment 153999 [details]
stacktrace
Comment 2 Tomas Stupka 2015-07-22 15:58:47 UTC

*** This bug has been marked as a duplicate of bug 247921 ***
Comment 3 Tomas Stupka 2015-07-22 16:00:54 UTC

*** This bug has been marked as a duplicate of bug 243030 ***