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 258455 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AbstractLogicalViewProvider.RP
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Ab...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 03:41 UTC by chandrahasan
Modified: 2016-03-21 03:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213544


Attachments
stacktrace (4.09 KB, text/plain)
2016-03-21 03:41 UTC, chandrahasan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chandrahasan 2016-03-21 03:41:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
chandrahasan: Step1 : Add multiple wildfly server (Tools -> Server -> Add Server)
Step 2: Create Enterprice Bean (EAR)  set any one Server for this
Step 3: Close the netbeanse and reopen and change the Server for that EAR (Right click properties change server in RUN menu) 
Setp 4: Got Dead lock error and its shows to close and reopen (:

GUEST: Nothing special. It was while launching the IDE

GUEST: .

GUEST: 1111

GUEST: deploying the app but app wouldn't deploy

GUEST: deadlock after installing Wildfly 8.2.0 Final with existing 8.1.0 Final




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AbstractLogicalViewProvider.RP
   at org.netbeans.modules.javaee.wildfly.WildflyDeploymentFactory.getInstance(WildflyDeploymentFactory.java:110)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.getDeploymentDirectory(WildflyClient.java:1213)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyIncrementalDeployment.<init>(WildflyIncrementalDeployment.java:79)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyOptionalDeploymentManagerFactory.getIncrementalDeployment(WildflyOptionalDeploymentManagerFactory.java:87)
   at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory.getIncrementalDeployment(ProxyOptionalFactory.java:124)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.isDeployOnSaveSupported(ServerInstance.java:180)
Comment 1 chandrahasan 2016-03-21 03:41:49 UTC
Created attachment 158939 [details]
stacktrace