Regression

co.codewizards.cloudstore.test.RestRepoTransportIT.getRepoFileDtoForNonExistingFile

Failing for the past 1 build (Since Unstable#844 )
Took 45 sec.

Error Message

java.net.ConnectException: Connection refused (Connection refused)

Stacktrace

javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
	at org.glassfish.jersey.client.HttpUrlConnector._apply(HttpUrlConnector.java:276)
	at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:182)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:227)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:422)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:667)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:396)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:296)
	at co.codewizards.cloudstore.rest.client.CloudStoreRestClient.determineBaseUrl(CloudStoreRestClient.java:115)
	at co.codewizards.cloudstore.rest.client.CloudStoreRestClient.getBaseUrl(CloudStoreRestClient.java:74)
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getPathAfterBaseURL(RestRepoTransport.java:421)
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryName(RestRepoTransport.java:398)
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryDto(RestRepoTransport.java:136)
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryId(RestRepoTransport.java:121)
	at co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand.run(RequestRepoConnectionSubCommand.java:53)
	at co.codewizards.cloudstore.client.CloudStoreClient.execute(CloudStoreClient.java:225)
	at co.codewizards.cloudstore.test.RestRepoTransportIT.getRepoFileDtoForNonExistingFile(RestRepoTransportIT.java:74)

Standard Output

07:25:19.581 [main] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'NioFileFactory' for fileFactory
07:25:22.806 [cloudStoreServerThread] INFO  c.c.c.s.CloudStoreServer - initKeyStore: keyStoreFile='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/jvm/ctWivlH6X11mBNEd3u8HXw/.cloudstore/ssl.server/keystore' does not exist!
07:25:22.806 [cloudStoreServerThread] INFO  c.c.c.s.CloudStoreServer - initKeyStore: Creating RSA key pair (this might take a while)...
**********************************************************************
There is no key, yet. Creating a new RSA key pair, now. This might
take a while (a few seconds up to a few minutes). Please be patient!
**********************************************************************
07:25:32.339 [cloudStoreServerThread] INFO  c.c.c.s.CloudStoreServer - initKeyStore: Creating RSA key pair took 9531 ms.
Generating a new RSA key pair took 9531 ms.
**********************************************************************
Server certificate fingerprint (SHA1):

    24:18:5C:F3:6E:98:08:BA:16:C8:6E:FB:9B:0D:5C:0B:9C:22:4E:14

Use this fingerprint to verify on the client-side, whether you're
really talking to this server. If the client shows you a different
value, someone is tampering with your connection!

Please keep this fingerprint at a safe place. You'll need it whenever
one of your clients connects to this server for the first time.
**********************************************************************
07:25:32.359 [cloudStoreServerThread] INFO  c.c.c.s.CloudStoreServer - initKeyStore: RSA fingerprint (SHA1): 24:18:5C:F3:6E:98:08:BA:16:C8:6E:FB:9B:0D:5C:0B:9C:22:4E:14
07:25:32.607 [cloudStoreServerThread] INFO  c.c.c.l.s.LocalServer - logMemoryStats: max=3.5 GiB, allocated=238.5 MiB, used=6.9 MiB, available=3.5 GiB
07:25:32.639 [cloudStoreServerThread] INFO  c.c.c.c.c.ConfigImpl - getLastModifiedAndWaitIfNeeded: Waiting 1987 ms.
07:25:34.759 [cloudStoreServerThread] INFO  o.e.j.u.log - Logging initialized @20737ms to org.eclipse.jetty.util.log.Slf4jLog
07:25:36.637 [cloudStoreServerThread] INFO  o.e.j.s.Server - jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03
07:25:37.055 [cloudStoreServerThread] INFO  o.e.j.s.session - DefaultSessionIdManager workerName=node0
07:25:37.061 [cloudStoreServerThread] INFO  o.e.j.s.session - No SessionScavenger set, using defaults
07:25:37.070 [cloudStoreServerThread] INFO  o.e.j.s.session - node0 Scavenging every 600000ms
07:25:42.049 [cloudStoreServerThread] INFO  o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@10c0a291{/,null,AVAILABLE}
07:25:42.441 [cloudStoreServerThread] INFO  o.e.j.s.AbstractConnector - Started ServerConnector@1e59b0c2{HTTP/1.1,[http/1.1]}{127.0.0.1:39135}
07:25:42.453 [cloudStoreServerThread] INFO  o.e.j.s.Server - Started @28431ms
07:25:42.735 [cloudStoreServerThread] INFO  o.e.j.s.Server - jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03
07:25:42.842 [cloudStoreServerThread] INFO  o.e.j.s.session - DefaultSessionIdManager workerName=node0
07:25:42.843 [cloudStoreServerThread] INFO  o.e.j.s.session - No SessionScavenger set, using defaults
07:25:42.843 [cloudStoreServerThread] INFO  o.e.j.s.session - node0 Scavenging every 600000ms
07:25:44.538 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]<init>: localRoot='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/repo/jymisoju-yqq7y-local'
07:25:44.624 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]initLockFile: Repository '/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/repo/jymisoju-yqq7y-local' locked successfully.
07:25:45.084 [cloudStoreServerThread] INFO  o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@dcf3879{/,null,AVAILABLE}
07:25:45.114 [cloudStoreServerThread] INFO  o.e.j.s.AbstractConnector - Stopped ServerConnector@1e59b0c2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
07:25:45.117 [cloudStoreServerThread] INFO  o.e.j.s.session - node0 Stopped scavenging
07:25:45.137 [cloudStoreServerThread] INFO  o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@10c0a291{/,null,UNAVAILABLE}
07:25:45.169 [cloudStoreServerThread] INFO  c.c.c.l.s.LocalServer - onStopOrFailure: File did not exist (could not delete): /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/jvm/ctWivlH6X11mBNEd3u8HXw/.cloudstore/localServerRunning.deleteToStop
07:26:11.087 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]initPersistenceManagerFactory: repositoryId=ada0dd8f-566c-4e76-aa77-544100c411a3
07:26:11.123 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]initPersistenceManagerFactory: Started up PersistenceManagerFactory successfully in 18999 ms.
07:26:11.634 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]getCloseDeferredMillis: closeDeferredMillis=20000
07:26:11.634 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]close: Deferring shut down of real LocalRepoManager 20000 ms.
07:26:11.646 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]<init>: localRoot='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/repo/jymit9kt-lullw-remote'
07:26:11.649 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]initLockFile: Repository '/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/repo/jymit9kt-lullw-remote' locked successfully.
07:26:26.239 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]initPersistenceManagerFactory: repositoryId=78018241-ea6a-47ea-b6ff-49c36885b20b
07:26:26.314 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]initPersistenceManagerFactory: Started up PersistenceManagerFactory successfully in 9794 ms.
07:26:26.506 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]getCloseDeferredMillis: closeDeferredMillis=20000
07:26:26.516 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [8ff5094]close: Deferring shut down of real LocalRepoManager 20000 ms.
07:26:27.498 [main] INFO  c.c.c.l.s.LocalServer - logMemoryStats: max=3.5 GiB, allocated=406.5 MiB, used=22.0 MiB, available=3.5 GiB
07:26:27.509 [main] INFO  o.e.j.s.Server - jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03
07:26:27.561 [main] INFO  o.e.j.s.session - DefaultSessionIdManager workerName=node0
07:26:27.562 [main] INFO  o.e.j.s.session - No SessionScavenger set, using defaults
07:26:27.562 [main] INFO  o.e.j.s.session - node0 Scavenging every 660000ms
07:26:28.360 [main] INFO  o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@4b76aa5a{/,null,AVAILABLE}
07:26:28.379 [main] INFO  o.e.j.s.AbstractConnector - Started ServerConnector@79eccc8c{HTTP/1.1,[http/1.1]}{127.0.0.1:34394}
07:26:28.379 [main] INFO  o.e.j.s.Server - Started @74358ms
07:26:29.558 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [294425a7]close: Deferring shut down of real LocalRepoManager 20000 ms.
07:26:29.573 [main] INFO  o.e.j.s.AbstractConnector - Stopped ServerConnector@79eccc8c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
07:26:29.574 [main] INFO  o.e.j.s.session - node0 Stopped scavenging
07:26:29.575 [main] INFO  o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4b76aa5a{/,null,UNAVAILABLE}
07:26:29.579 [main] INFO  c.c.c.l.s.LocalServer - onStopOrFailure: File did not exist (could not delete): /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore/co.codewizards.cloudstore.test/target/jvm/ctWivlH6X11mBNEd3u8HXw/.cloudstore/localServerRunning.deleteToStop
07:26:29.614 [main] ERROR c.c.c.c.CloudStoreClient - javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:184) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:227) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315) ~[jersey-common-2.5.1.jar:na]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297) ~[jersey-common-2.5.1.jar:na]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228) ~[jersey-common-2.5.1.jar:na]
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:422) ~[jersey-common-2.5.1.jar:na]
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:667) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:396) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:296) ~[jersey-client-2.5.1.jar:na]
	at co.codewizards.cloudstore.rest.client.CloudStoreRestClient.determineBaseUrl(CloudStoreRestClient.java:115) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.rest.client.CloudStoreRestClient.getBaseUrl(CloudStoreRestClient.java:74) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getPathAfterBaseURL(RestRepoTransport.java:421) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryName(RestRepoTransport.java:398) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryDto(RestRepoTransport.java:136) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.rest.client.transport.RestRepoTransport.getRepositoryId(RestRepoTransport.java:121) ~[co.codewizards.cloudstore.rest.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.client.RequestRepoConnectionSubCommand.run(RequestRepoConnectionSubCommand.java:53) ~[co.codewizards.cloudstore.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.client.CloudStoreClient.execute(CloudStoreClient.java:225) ~[co.codewizards.cloudstore.client-0.10.7-SNAPSHOT.jar:na]
	at co.codewizards.cloudstore.test.RestRepoTransportIT.getRepoFileDtoForNonExistingFile(RestRepoTransportIT.java:74) [test-classes/:na]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12]
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156) [jmockit-1.24.jar:na]
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65) [jmockit-1.24.jar:na]
	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37) [jmockit-1.24.jar:na]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17]
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17]
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_212]
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_212]
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_212]
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_212]
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_212]
	at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_212]
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[na:1.8.0_212]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[na:1.8.0_212]
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[na:1.8.0_212]
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[na:1.8.0_212]
	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[na:1.8.0_212]
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[na:1.8.0_212]
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[na:1.8.0_212]
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) ~[na:1.8.0_212]
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) ~[na:1.8.0_212]
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[na:1.8.0_212]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[na:1.8.0_212]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[na:1.8.0_212]
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[na:1.8.0_212]
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[na:1.8.0_212]
	at org.glassfish.jersey.client.HttpUrlConnector._apply(HttpUrlConnector.java:276) ~[jersey-client-2.5.1.jar:na]
	at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:182) ~[jersey-client-2.5.1.jar:na]
	... 49 common frames omitted

Standard Error

Jul 28, 2019 7:25:38 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00...
Jul 28, 2019 7:25:43 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00...
Exception in thread "cloudStoreServerThread" java.lang.RuntimeException: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:34426
	at co.codewizards.cloudstore.server.CloudStoreServer.run(CloudStoreServer.java:149)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:34426
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:396)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at co.codewizards.cloudstore.server.CloudStoreServer.run(CloudStoreServer.java:138)
	... 1 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	... 8 more
Jul 28, 2019 7:26:27 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00...