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

Summary: IllegalStateException: Deployment manager is disconnected
Product: serverplugins Reporter: ymajoros <ymajoros>
Component: JBossAssignee: Petr Hejl <phejl>
Status: RESOLVED WORKSFORME    
Severity: normal CC: heapifyman
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218026
Attachments: stacktrace

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.