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 243215 - IllegalStateException: Instance registered without UI. No common instance available.
Summary: IllegalStateException: Instance registered without UI. No common instance ava...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: RANDOM
: 237314 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-24 13:30 UTC by Martin Fousek
Modified: 2017-02-01 11:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208641


Attachments
stacktrace (470 bytes, text/plain)
2014-03-24 13:30 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2014-03-24 13:30:55 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-993-on-20131202)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
marfous: Invoked run immediately after the IDE start (before the project was openned/scanned




Stacktrace: 
java.lang.IllegalStateException: Instance registered without UI. No common instance available.
   at org.netbeans.modules.j2ee.deployment.plugins.api.CommonServerBridge.getCommonInstance(CommonServerBridge.java:96)
   at org.netbeans.modules.tomcat5.optional.StartTomcat$StartRunnable.run(StartTomcat.java:404)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Martin Fousek 2014-03-24 13:30:57 UTC
Created attachment 146273 [details]
stacktrace
Comment 2 Petr Hejl 2014-03-28 09:53:12 UTC
*** Bug 237314 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2014-07-31 09:57:04 UTC
Is the problem reproducible for you? It is not for me so I can only make a blind fix.
Comment 4 Martin Fousek 2014-07-31 10:42:02 UTC
Sorry, it is not. According to the count of reports it happens only few times per release.