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 253059 - IllegalStateException: Deployment manager is disconnected
Summary: IllegalStateException: Deployment manager is disconnected
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-18 09:40 UTC by ymajoros
Modified: 2016-05-31 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218026


Attachments
stacktrace (980 bytes, text/plain)
2015-06-18 09:40 UTC, ymajoros
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ymajoros 2015-06-18 09:40:51 UTC
This bug was originally marked as duplicate of bug 247238, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
GUEST: .

heapifyman: Apparently I am too stupid to use Netbeans / JBoss Server plugin or they both suck

GUEST: <Please provide a description of the problem or the steps to reproduce>

ymajoros: ?




Stacktrace: 
java.lang.IllegalStateException: Deployment manager is disconnected
   at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.getTargets(JBDeploymentManager.java:766)
   at org.netbeans.modules.j2ee.jboss4.nodes.JBEjbModulesChildren$JBoss7EjbApplicationNodeUpdater$1.call(JBEjbModulesChildren.java:187)
   at org.netbeans.modules.j2ee.jboss4.nodes.JBEjbModulesChildren$JBoss7EjbApplicationNodeUpdater$1.call(JBEjbModulesChildren.java:182)
   at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.invokeLocalAction(JBDeploymentManager.java:266)
   at org.netbeans.modules.j2ee.jboss4.nodes.JBEjbModulesChildren$JBoss7EjbApplicationNodeUpdater.run(JBEjbModulesChildren.java:182)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Comment 1 ymajoros 2015-06-18 09:40:53 UTC
Created attachment 154283 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-29 10:51:34 UTC
This is likely caused by usage of EAP which is not supported by the server plugin.