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

Summary: ClassNotFoundException: org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Parser$actions
Product: php Reporter: augcampos
Component: CodeAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194350
Attachments: stacktrace

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 ***