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 270911

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.php.project.PhpActionProvider
Product: php Reporter: testingteam2
Component: ProjectAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229500
Attachments: stacktrace

Description testingteam2 2017-06-20 06:25:45 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 8.1

User Comments:
testingteam2: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.php.project.PhpActionProvider
   at org.netbeans.modules.php.project.PhpProject.createLookup(PhpProject.java:739)
   at org.netbeans.modules.php.project.PhpProject.<init>(PhpProject.java:306)
   at sun.reflect.GeneratedConstructorAccessor13.newInstance(GeneratedConstructorAccessor13.java:0)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   at org.netbeans.modules.project.ant.AntBasedGenericType.createProject(AntBasedGenericType.java:131)
Comment 1 testingteam2 2017-06-20 06:25:47 UTC
Created attachment 164576 [details]
stacktrace