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 218432 - 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 FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-16 21:23 UTC by Exceptions Reporter
Modified: 2012-09-19 03:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192478


Attachments
stacktrace (5.01 KB, text/plain)
2012-09-16 21:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-09-16 21:23:46 UTC
This issue was reported manually by dkonecny.
It already has 1 duplicates 


Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Linux

User Comments:
GUEST: Adding a project from a sshfs directory

permission on files was rw-rw-r and owner is different from local user, but group is the same




Stacktrace: 
java.lang.IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778 
   at org.openide.util.Mutex.enterImpl(Mutex.java:671)
   at org.openide.util.Mutex.enter(Mutex.java:636)
   at org.openide.util.Mutex.writeEnter(Mutex.java:614)
   at org.openide.util.Mutex.writeAccess(Mutex.java:435)
   at org.netbeans.spi.project.support.ant.PropertyUtils.putGlobalProperties(PropertyUtils.java:167)
   at org.netbeans.modules.php.project.ui.options.PhpOptions.setPhpGlobalIncludePath(PhpOptions.java:294)
Comment 1 Exceptions Reporter 2012-09-16 21:23:48 UTC
Created attachment 124417 [details]
stacktrace
Comment 2 Tomas Danek 2012-09-17 14:22:32 UTC
Lot of duplicates came right after split from big ER report.
Comment 3 Tomas Mysik 2012-09-18 12:26:00 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/426d078a6d22
Comment 4 Quality Engineering 2012-09-19 03:06:37 UTC
Integrated into 'main-golden', will be available in build *201209190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/426d078a6d22
User: Tomas Mysik <tmysik@netbeans.org>
Log: #218432 - IllegalStateException: WARNING: Going from readAccess to writeAccess