[ 
https://issues.apache.org/jira/browse/NETBEANS-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-6458:
-------------------------------------
    Labels: pull-request-available  (was: )

> Cyclic reference. Somebody is trying to get value from FolderInstance 
> (org.openide.awt.Toolbar$Folder) from the same thread that is processing the 
> instance.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-6458
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6458
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Other
>            Reporter: Martin Entlicher
>            Assignee: Martin Entlicher
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> INFO [org.openide.loaders.FolderInstance.Toolbars]: Cannot create 
> org.openide.loaders.FolderInstance$HoldInstance@1d0068b[Toolbars/File]
>     [junit] java.io.IOException: Cyclic reference. Somebody is trying to get 
> value from FolderInstance (org.openide.awt.Toolbar$Folder) from the same 
> thread that is processing the instance
>     [junit]   at 
> org.openide.loaders.FolderInstance.instanceCreate(FolderInstance.java:274)
>     [junit]   at 
> org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:555)
>     [junit]   at 
> org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:1132)
>     [junit] [catch] at 
> org.openide.loaders.FolderInstance$1R.instances(FolderInstance.java:675)
>     [junit]   at 
> org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:696)
>     [junit]   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     [junit]   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     [junit]   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>     [junit]   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
>     [junit] INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,811 ms for 
> org.openide.awt.Toolbar$Folder@512070e2(FolderList{MultiFileObject@3a04eb7f[Toolbars/UndoRedo]})
> {code}
> It has happened during test 
> org.netbeans.modules.debugger.jpda.truffle.DebugRubyTest.
> See https://app.travis-ci.com/github/apache/netbeans/jobs/559303759 for 
> details.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to