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 249212 - IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778
Summary: IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10...
Status: RESOLVED DUPLICATE of bug 188949
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 23:01 UTC by Lou Dasaro
Modified: 2015-04-04 13:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213077


Attachments
stacktrace (3.62 KB, text/plain)
2014-12-08 23:01 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2014-12-08 23:01:40 UTC
Build: NetBeans IDE Dev (Build 201412050001)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
swilk: Just installed a new nightly, exception appeared at startup when projects was already loaded.

GUEST: after plugin update and installation of python modules

GUEST: When starting up dev build 201411270001 with python plugin
on MacBook Pro with Yosemite and jdk1.8.0_25.jdk

mr_lou_d: Invoke File->Open Project on a directory that contained Python projects

swilk: Problem appeared after startup of netbeans ide, when my projects were opened, but before I could do any work.

GUEST: .




Stacktrace: 
java.lang.IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778 
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.enterImpl(DefaultMutexImplementation.java:440)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.enter(DefaultMutexImplementation.java:405)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeEnter(DefaultMutexImplementation.java:381)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:290)
   at org.openide.util.Mutex.writeAccess(Mutex.java:299)
   at org.netbeans.spi.project.support.ant.PropertyUtils.putGlobalProperties(PropertyUtils.java:166)
Comment 1 Lou Dasaro 2014-12-08 23:01:43 UTC
Created attachment 150969 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-04-04 13:04:50 UTC

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