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 242413 - java.net.ConnectException: Connection refused
Summary: java.net.ConnectException: Connection refused
Status: RESOLVED FIXED
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: 2014-02-27 12:05 UTC by jportway
Modified: 2014-03-21 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207553


Attachments
stacktrace (4.04 KB, text/plain)
2014-02-27 12:05 UTC, jportway
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jportway 2014-02-27 12:05:47 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b123
OS: Mac OS X

User Comments:
GUEST: execute the application on wildfly

GUEST: cant deply simple JSF app

GUEST: deploying application to wildfly

jportway: deploying web app to wildfly server

GUEST: netbean 8 with wilfy

GUEST: Happend when I used 8.0 Final for first time.  Server seems to be started, But did not deploy WAR file.

GUEST: Trying to run wildfly deploy

GUEST: just starting the Wildfly 8.0beta application server and running the Java EE 7 Jands-on lab from Arun Gupta




Stacktrace: 
java.net.ConnectException: Connection refused
   at sun.nio.ch.SocketChannelImpl.checkConnect(SocketChannelImpl.java:0)
   at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
   at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:318)
   at org.xnio.nio.WorkerThread.run(WorkerThread.java:531)
   at ...asynchronous invocation...(.java:0)
   at org.jboss.remoting3.EndpointImpl.doConnect(EndpointImpl.java:272)
Comment 1 jportway 2014-02-27 12:05:49 UTC
Created attachment 145635 [details]
stacktrace
Comment 2 ehsavoie 2014-03-21 10:20:49 UTC
Wildfly 8.0.0.Final won't work with Netbeans 8.0beta as the management port has changed.
Upgrade the wildfly plugin and maybe it's time to move to netbeans 8.0 final.