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 243587 - WildFly application server does not start
Summary: WildFly application server does not start
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 10:44 UTC by bennyn
Modified: 2014-04-07 01:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bennyn 2014-04-05 10:44:21 UTC
I installed the latest WildFly application server for NetBeans 8.0 and added a WildFly 4.0 server to my NetBeans but whenever I want to start the server from NetBeans I get the following error message:

Calling "Q:\dev\env\java\application-server\wildfly-8.0.0.Final\bin\standalone.conf.bat"
"127.0.0.1" can be syntactically processed.

I am running NetBeans 8 on Windows 8.1 with Java v1.8.0 (build 132).
Comment 1 bennyn 2014-04-05 10:53:45 UTC
Ok. I solved the "127.0.0.1" warning with disabling "Use IDE Proxy settings" option for the WildFly server configuration. But still I cannot start the server:

12:52:01,807 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=Q:\dev\env\java\application-server\wildfly-8.0.0.Final\standalone\data\messagingjournal,bindingsDirectory=Q:\dev\env\java\application-server\wildfly-8.0.0.Final\standalone\data\messagingbindings,largeMessagesDirectory=Q:\dev\env\java\application-server\wildfly-8.0.0.Final\standalone\data\messaginglargemessages,pagingDirectory=Q:\dev\env\java\application-server\wildfly-8.0.0.Final\standalone\data\messagingpaging)
12:52:01,838 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
12:52:01,854 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: JBAS015811: Failed to start the http-interface service
	at org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:258) [wildfly-server-8.0.0.Final.jar:8.0.0.Final]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.8.0]
Caused by: java.lang.RuntimeException: java.net.BindException: Address already in use: bind
	at org.jboss.as.domain.http.server.ManagementHttpServer.start(ManagementHttpServer.java:156)
	at org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:224) [wildfly-server-8.0.0.Final.jar:8.0.0.Final]
	... 5 more
Caused by: java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind0(Native Method) [rt.jar:1.8.0]
	at sun.nio.ch.Net.bind(Net.java:414) [rt.jar:1.8.0]
	at sun.nio.ch.Net.bind(Net.java:406) [rt.jar:1.8.0]
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) [rt.jar:1.8.0]
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) [rt.jar:1.8.0]
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) [rt.jar:1.8.0]
	at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:175)
	at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:242)
	at org.jboss.as.domain.http.server.ManagementHttpServer.start(ManagementHttpServer.java:135)
	... 6 more
Comment 2 bennyn 2014-04-05 11:08:07 UTC
Ok. I had to kill the "NVIDIA Network Service" on Windows to get it running. Sorry for the confusion!
Comment 3 Quality Engineering 2014-04-07 01:14:02 UTC
Integrated into 'main-silver', will be available in build *201404070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/62b09c07a27a
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing #243587 which was failing because of the " around the nonProxy hosts list.