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 246925 - exception
Summary: exception
Status: RESOLVED DUPLICATE of bug 188949
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 17:47 UTC by nexoma
Modified: 2015-05-26 02:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Журнал среды IDE (97.30 KB, text/plain)
2014-09-08 17:47 UTC, nexoma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nexoma 2014-09-08 17:47:50 UTC
Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-2000-on-20140810)
Operating System = Linux version 3.15.8-44.g258e3b0-desktop running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03



java.lang.IllegalStateException: WARNING: Going from readAccess to writeAccess through queue, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778 
[catch] at org.openide.util.Mutex.enterImpl(Mutex.java:713)
	at org.openide.util.Mutex.enter(Mutex.java:645)
	at org.openide.util.Mutex.writeEnter(Mutex.java:621)
	at org.openide.util.Mutex.writeAccess(Mutex.java:440)
	at org.netbeans.modules.python.api.PythonPlatformManager.storePlatform(PythonPlatformManager.java:212)
	at org.netbeans.modules.python.api.PythonPlatformManager.getBundledPlatform(PythonPlatformManager.java:98)
	at org.netbeans.modules.python.api.PythonPlatformManager.load(PythonPlatformManager.java:176)
	at org.netbeans.modules.python.api.PythonPlatformManager.<init>(PythonPlatformManager.java:61)
	at org.netbeans.modules.python.api.PythonPlatformManager.getInstance(PythonPlatformManager.java:112)
	at org.netbeans.modules.python.project.ui.actions.RunSingleCommand.<init>(RunSingleCommand.java:34)
	at org.netbeans.modules.python.project.PythonActionProvider.<init>(PythonActionProvider.java:45)
	at org.netbeans.modules.python.project.PythonProject.createLookup(PythonProject.java:95)
	at org.netbeans.modules.python.project.PythonProject.<init>(PythonProject.java:72)
	at org.netbeans.modules.python.project.PythonProjectType.createProject(PythonProjectType.java:31)
	at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.loadProject(AntBasedProjectFactorySingleton.java:264)
	at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:371)
	at org.netbeans.api.project.ProjectManager.access$300(ProjectManager.java:86)
	at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:292)
	at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:235)
	at org.openide.util.Mutex.readAccess(Mutex.java:337)
	at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:235)
	at org.netbeans.modules.project.ui.OpenProjectList.URLs2Projects(OpenProjectList.java:1260)
	at org.netbeans.modules.project.ui.OpenProjectList.access$1400(OpenProjectList.java:137)
	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:474)
	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:394)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 nexoma 2014-09-08 17:47:57 UTC
Created attachment 149068 [details]
Журнал среды IDE
Comment 2 Lou Dasaro 2015-05-26 02:24:40 UTC
See Bug#188949. This was Fixed in Development on 2015-Mar-23.

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