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 253635 - ClassNotFoundException: org.dynalang.dynalink.support.Guards
Summary: ClassNotFoundException: org.dynalang.dynalink.support.Guards
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 253683 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-22 05:25 UTC by mrpc
Modified: 2015-07-23 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218683


Attachments
stacktrace (7.90 KB, text/plain)
2015-07-22 05:25 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2015-07-22 05:25:54 UTC
Build: NetBeans IDE Dev (Build 201507200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8.1

User Comments:
mrpc: Mostly browsing in the projects window. Had 3 projects open: a large php project, a cordova project and a html project (just cloned ngbp).




Stacktrace: 
java.lang.ClassNotFoundException: org.dynalang.dynalink.support.Guards
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 mrpc 2015-07-22 05:25:56 UTC
Created attachment 154784 [details]
stacktrace
Comment 2 mrpc 2015-07-23 13:39:24 UTC
*** Bug 253683 has been marked as a duplicate of this bug. ***
Comment 3 mrpc 2015-07-23 13:39:45 UTC
I noted that it happens every time I open a project that is actually a git clone of https://github.com/ngbp/ngbp (i think I also did an npm install and a bower install to get all dependencies)
When I open any other project, no problem. When I close this one and i reopen it, I get this error.