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 180971 - NullPointerException at org.netbeans.api.project.ProjectManager$ProjectStateImpl.markModified
Summary: NullPointerException at org.netbeans.api.project.ProjectManager$ProjectStateI...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: OpenESB addons (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 08:26 UTC by asarango
Modified: 2010-03-30 23:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152191


Attachments
stacktrace (2.57 KB, text/plain)
2010-02-19 08:26 UTC, asarango
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asarango 2010-02-19 08:26:51 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
asarango: I was opening a bpel project.

GUEST: while building composite app. which do not have rules component

GUEST: I was starting Glassfish using netbeans 6.8. Also I can't open or create a new rules module using drools in spite I have the needed plugins.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ProjectManager$ProjectStateImpl.markModified(ProjectManager.java:543)
   at org.openesb.components.rules4jbi.netbeans.project.Rules4JBIProject$1.run(Rules4JBIProject.java:120)
   at org.openesb.components.rules4jbi.netbeans.project.Rules4JBIProject$1.run(Rules4JBIProject.java:98)
   at org.openide.util.Mutex.readAccess(Mutex.java:285)
   at org.openesb.components.rules4jbi.netbeans.project.Rules4JBIProject.loadConfiguration(Rules4JBIProject.java:98)
   at org.openesb.components.rules4jbi.netbeans.project.Rules4JBIProject.createLookup(Rules4JBIProject.java:71)
Comment 1 asarango 2010-02-19 08:26:56 UTC
Created attachment 94338 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-03-29 14:11:46 UTC
Change of default owner.
Comment 3 Jesse Glick 2010-03-30 23:57:33 UTC
Rules4JBIProject may not mark the project modified while it is being created.