Web Service fails Charles Massey

From: Charles Massey
Date: 2/6/14 2:57 AM
Topic: Web Service fails
Type: Installation
Post a follow up

Hi - I'm new to Xeam. Installed for the first time and I get the error in the error log below. The admin page can not be found. I've tried changing the port number but that has not helped. I've seen this issue else where on the forum but I have not seen a resolution for it. Any help would be gratefully appreciated. Error Message: 2014-02-06 00:09:11,359 INFO xeams.ServerStarter - --------------------------------------------------- 2014-02-06 00:09:11,375 INFO xeams.ServerStarter - Starting Xeams server. Current directory = C:\Xeams. Time = 06/02/14 00:09. Build number: 5751 2014-02-06 00:09:12,968 ERROR http11.Http11BaseProtocol - Error initializing endpoint java.net.BindException: Cannot assign requested address: JVM_Bind:5272 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297) at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138) at org.apache.catalina.connector.Connector.initialize(Connector.java:1016) at org.apache.catalina.startup.Embedded.start(Embedded.java:826) at com.synametrics.xeams.a.a(Unknown Source) at com.synametrics.xeams.ServerStarter.f(Unknown Source) at com.synametrics.xeams.ServerStarter.e(Unknown Source) at com.synametrics.xeams.ServerStarter.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:108) at java.lang.Thread.run(Unknown Source) 2014-02-06 00:09:12,968 ERROR xeams.ServerStarter - Protocol handler initialization failed: java.net.BindException: Cannot assign requested address: JVM_Bind:5272 com.synametrics.commons.exception.SynametricsException: Protocol handler initialization failed: java.net.BindException: Cannot assign requested address: JVM_Bind:5272 at com.synametrics.xeams.a.a(Unknown Source) at com.synametrics.xeams.ServerStarter.f(Unknown Source) at com.synametrics.xeams.ServerStarter.e(Unknown Source) at com.synametrics.xeams.ServerStarter.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:108) at java.lang.Thread.run(Unknown Source) Caused by: LifecycleException: Protocol handler initialization failed: java.net.BindException: Cannot assign requested address: JVM_Bind:5272 at org.apache.catalina.connector.Connector.initialize(Connector.java:1018) at org.apache.catalina.startup.Embedded.start(Embedded.java:826) ... 10 more 2014-02-06 00:09:12,968 WARN xeams.ServerStarter - Could not start the web server. Will try again... 2014-02-06 00:09:18,187 ERROR http11.Http11BaseProtocol - Error initializing endpoint java.net.BindException: Cannot assign requested address: JVM_Bind:5272 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297) at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138) Thanks, Charles
Top