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 221204 - ClassNotFoundException: org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Parser$actions
Summary: ClassNotFoundException: org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Par...
Status: RESOLVED DUPLICATE of bug 221167
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 17:26 UTC by paolosca
Modified: 2012-10-31 18:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194358


Attachments
stacktrace (5.73 KB, text/plain)
2012-10-31 17:26 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2012-10-31 17:26:43 UTC
Build: NetBeans IDE Dev (Build 201210310001)
VM: OpenJDK Client VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-b21
OS: Linux

User Comments:
paolosca: Run a svn update while downloading a plugin in background




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Parser$actions
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 paolosca 2012-10-31 17:26:45 UTC
Created attachment 126885 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-10-31 18:11:49 UTC

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