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 271273 - ClassNotFoundException: javax.xml.bind.DatatypeConverter
Summary: ClassNotFoundException: javax.xml.bind.DatatypeConverter
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-12 08:08 UTC by piedriver101
Modified: 2017-08-12 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230007


Attachments
stacktrace (4.46 KB, text/plain)
2017-08-12 08:08 UTC, piedriver101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description piedriver101 2017-08-12 08:08:21 UTC
This issue was reported manually by piedriver101.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201708110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Linux

User Comments:
piedriver101: Immediately after netbeans had loaded, with the projecy name highlighted, I clicked the "Run Project" button.

The project is a plain jane html5 type, running on chromium




Stacktrace: 
java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.netbeans.modules.netserver.websocket.AbstractWSHandler7.generateAcceptKey(AbstractWSHandler7.java:255)
Comment 1 piedriver101 2017-08-12 08:08:23 UTC
Created attachment 164933 [details]
stacktrace