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 221197 - 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
: P1 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 16:23 UTC by augcampos
Modified: 2012-10-31 18:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194350


Attachments
stacktrace (5.90 KB, text/plain)
2012-10-31 16:23 UTC, augcampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description augcampos 2012-10-31 16:23:49 UTC
Build: NetBeans IDE Dev (Build 201210310001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
augcampos: open netbeans after update




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 augcampos 2012-10-31 16:23:51 UTC
Created attachment 126875 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-31 17:54:28 UTC
A lot of duplicates, what have you done guys?
Comment 3 Ondrej Brejla 2012-10-31 18:11:56 UTC

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