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 253480

Summary: java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://localhost:9990. The connection timed out
Product: serverplugins Reporter: MackSix
Component: WildFlyAssignee: ehsavoie <ehsavoie>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218539
Attachments: stacktrace

Description MackSix 2015-07-15 02:23:43 UTC
Build: NetBeans IDE Dev (Build 201507140001)
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:
MackSix: 1. Start Wildfly 9.0
2. Ran JSF Project.
3. Profile>>Profile Project.
4. Clicked Profile Button.
 
This happened.




Stacktrace: 
java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://localhost:9990. The connection timed out
   at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:124)
   at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:257)
   at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:71)
   at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:212)
   at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:146)
   at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:65)
Comment 1 MackSix 2015-07-15 02:23:45 UTC
Created attachment 154635 [details]
stacktrace
Comment 2 MackSix 2015-07-15 02:25:34 UTC
*** Bug 253479 has been marked as a duplicate of this bug. ***
Comment 3 ehsavoie 2015-07-15 06:42:35 UTC
Currently profiling isn't working as I have classloading issues between jboss-logging and the profiling agent which makes the whole stuff rather complicated to load :(
Comment 4 ehsavoie 2015-09-23 12:43:26 UTC

*** This bug has been marked as a duplicate of bug 254086 ***