Fórum

Error occur while connecting server through different system

viks jain, modificado 14 Anos atrás.

Error occur while connecting server through different system

New Member Postagens: 5 Data de Entrada: 11/02/10 Postagens Recentes
My tomcat6.0.18(Liferay social office 1.5b) is running and i am accessing the tomcat through localhost but i am getting an Error(Interrupted connection) occur while connecting server through different system(By IP address).
i have checked it out my network and its working properly.
If i am running tomcat5.5 then its working and connecting fine.

In tomcat6.0.18 i am getting an error also during startup.
error is
java.lang.NullPointerException
at org.apache.tomcat.util.net.NioEndpoint.setSocketOptions(NioEndpoint.java:1011)
at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:1204)
at java.lang.Thread.run(Thread.java:595)

but even then also i am able to connect through my system and thats why i should connect from some other system also.

Plz resolve.
thumbnail
Ryan Park, modificado 14 Anos atrás.

RE: Error occur while connecting server through different system

Regular Member Postagens: 120 Data de Entrada: 28/08/07 Postagens Recentes
Hi Vikas,

java.lang.NullPointerException
at org.apache.tomcat.util.net.NioEndpoint.setSocketOptions(NioEndpoint.java:1011)
at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:1204)
at java.lang.Thread.run(Thread.java:595)


That error should not be related to your connection issue. It is a known problem and does not affect Social Office in any way.

Also, have you turned off your firewall or allowed connections to port 8080 to pass?