Last active
December 6, 2016 19:30
-
-
Save darranl/2f6cebf64d9bb0e781dc457836afec9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m[31m12:10:38,054 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.undertow-test-server: org.jboss.msc.service.StartException in service jboss.undertow-test-server: Failed to start service | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1919) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: java.lang.RuntimeException: java.lang.NullPointerException | |
at io.undertow.Undertow.start(Undertow.java:203) | |
at org.wildfly.test.undertow.UndertowService.start(UndertowService.java:54) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(Ser227viceControllerImpl.java:1963) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896) | |
... 3 more | |
Caused by: java.lang.NullPointerException | |
at org.xnio.nio.QueuedNioTcpServer.<init>(QueuedNioTcpServer.java:227) | |
at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:200) | |
at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:243) | |
at io.undertow.Undertow.start(Undertow.java:163) | |
... 6 more | |
&#27;[0m&#27;[31m14:43:37,189 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.network.public: org.jboss.msc.service.StartException in service jboss.network.public: java.lang.NullPointerException | |
at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:88) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1963) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: java.lang.NullPointerException | |
at java.net.NetworkInterface.getSubInterfaces(NetworkInterface.java:213) | |
at org.jboss.as.server.services.net.NetworkInterfaceService.storeAddresses(NetworkInterfaceService.java:146) | |
at org.jboss.as.server.services.net.NetworkInterfaceService.resolveInterface(NetworkInterfaceService.java:126) | |
at org.jboss.as.server.services.net.NetworkInterfaceService.createBinding(NetworkInterfaceService.java:105) | |
at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:86) | |
... 5 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar issues for me too.
Exception 1
Corresponding Line to NPE 1
Exception 2
Corresponding Line to NPE 2