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 271237 - ClassNotFoundException: javax.xml.bind.JAXBException
Summary: ClassNotFoundException: javax.xml.bind.JAXBException
Status: RESOLVED DUPLICATE of bug 270672
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-05 03:02 UTC by MackSix
Modified: 2017-08-06 02:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229934


Attachments
stacktrace (5.14 KB, text/plain)
2017-08-05 03:02 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2017-08-05 03:02:24 UTC
Build: NetBeans IDE Dev (Build 201708020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+180, Java(TM) SE Runtime Environment, 9+180
OS: Windows 7

User Comments:
MackSix: Trying to execute SQL statements in editor on MySQL database.




Stacktrace: 
java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
   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.db.sql.execute.SQLExecuteHelper.execute(SQLExecuteHelper.java:115)
Comment 1 MackSix 2017-08-05 03:02:26 UTC
Created attachment 164900 [details]
stacktrace
Comment 2 MackSix 2017-08-05 06:58:55 UTC
Sorry, probably because I was using JK9 EA.
Comment 3 matthias42 2017-08-06 02:02:55 UTC

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