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 253479 - java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://localhost:9990. The connection timed out
Summary: java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://...
Status: RESOLVED DUPLICATE of bug 253480
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 02:11 UTC by MackSix
Modified: 2015-07-15 02:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218538


Attachments
stacktrace (2.95 KB, text/plain)
2015-07-15 02:11 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2015-07-15 02:11: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. Wildfly running in Profile mode. 
2. Started JSF project.
3.  Ran Profiler and clicked Profile button. It ran and finished. 
4. Clicked Profile buttona gain. 

This happened.

(I really don't know what I was doing since I don't understan profiler.)




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:11:46 UTC
Created attachment 154634 [details]
stacktrace
Comment 2 MackSix 2015-07-15 02:25:33 UTC

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