Make sure that the ip address specified in the server.config is actually assigned to an interface on the linux box.
-Tad On Thu, Dec 16, 2010 at 9:02 PM, Mani <[email protected]> wrote: > All, > > i have done setup in my local machine (windows) , it is working > fine. > > But When i tried in my actual dev server with static ip address in the > linux , the server is not starting. its giving the below error. > > > 2010-12-17 04:57:56.588:WARN::FAILED > [email protected]:7777: java.net.BindException: > Cannot assign requested address > 2010-12-17 04:57:56.588:DBUG::EXCEPTION > java.net.BindException: Cannot assign requested address > at sun.nio.ch.Net.bind(Native Method) > at > sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java: > 137) > at > sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77) > at > > org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java: > 209) > at > > org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java: > 289) > at > > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java: > 55) > at org.eclipse.jetty.server.Server.doStart(Server.java:253) > at > > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java: > 55) > at > > org.waveprotocol.box.server.rpc.ServerRpcProvider.startWebSocketServer(ServerRpcProvider.java: > 364) > at org.waveprotocol.box.server.ServerMain.run(ServerMain.java: > 161) > at org.waveprotocol.box.server.ServerMain.main(ServerMain.java: > 76) > org.eclipse.jetty.server.ser...@61f533 STOPPED > > I understand this could be a reason the port number is being used in > some other services.But i have checked that too. its not being used > any other services. Please let me know your findings . Highly > appreciated . thanks > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
