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 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.php.project.PhpActionProvider
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.php.pro...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-20 06:25 UTC by testingteam2
Modified: 2017-06-20 06:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229500


Attachments
stacktrace (2.02 KB, text/plain)
2017-06-20 06:25 UTC, testingteam2
Details

Note You need to log in before you can comment on or make changes to this bug.
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