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 249300 - IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
Summary: IllegalStateException: Problem in some module which uses Window System: Windo...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 19:13 UTC by misterm
Modified: 2014-12-13 06:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214097


Attachments
stacktrace (2.15 KB, text/plain)
2014-12-11 19:13 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-12-11 19:13:48 UTC
Build: NetBeans IDE Dev (Build 20141210-8d3bc43bbc5f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: Commiting after cherry pick




Stacktrace: 
java.lang.IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
   at org.netbeans.core.windows.WindowManagerImpl.warnIfNotInEDT(WindowManagerImpl.java:1764)
   at org.netbeans.core.windows.WindowManagerImpl.findTopComponent(WindowManagerImpl.java:290)
   at org.netbeans.modules.git.ui.status.GitVersioningTopComponent.findInstance(GitVersioningTopComponent.java:228)
   at org.netbeans.modules.git.ui.status.StatusAction.performContextAction(StatusAction.java:91)
   at org.netbeans.modules.git.ui.branch.CherryPickAction$CherryPickResultProcessor.askForCommit(CherryPickAction.java:349)
   at org.netbeans.modules.git.ui.branch.CherryPickAction$CherryPickResultProcessor.processResult(CherryPickAction.java:266)
Comment 1 misterm 2014-12-11 19:13:50 UTC
Created attachment 151050 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-12-12 09:19:26 UTC
fix: http://hg.netbeans.org/core-main/rev/aff6c671c307
Comment 3 Quality Engineering 2014-12-13 06:13:13 UTC
Integrated into 'main-silver', will be available in build *201412130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/aff6c671c307
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #249300 - IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/