Fórum

Social Office 1.5b : Start Up Error

viks jain, modificado 14 Anos atrás.

Social Office 1.5b : Start Up Error

New Member Postagens: 5 Data de Entrada: 11/02/10 Postagens Recentes
After starting server i am getting below error.I have searched on the internet and find out that it is the know bug of Tomcat 6.0.18 but didn't find how to resolve it.
currently i am using Social Office 1.5b.Please resolve it ASAP.

SEVERE:
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)


Thanks in advance.
thumbnail
Amos Fong, modificado 14 Anos atrás.

RE: Social Office 1.5b : Start Up Error

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
Hi Viks,

Does Social Office still work ok even with the exception?

See this ticket:
http://issues.liferay.com/browse/LPS-4021
vikas jain, modificado 14 Anos atrás.

RE: Social Office 1.5b : Start Up Error

New Member Postagens: 5 Data de Entrada: 11/02/10 Postagens Recentes
Thanks Amos
Yes it was working fine
thumbnail
Shagul Khaja, modificado 14 Anos atrás.

RE: Social Office 1.5b : Start Up Error

Liferay Master Postagens: 758 Data de Entrada: 27/09/07 Postagens Recentes
Hi Viks,

Try the following.

Set the below property to empty as shown below in portal-ext.properties.


browser.launcher.url=


If you still have issue, find the below section in tomcat/conf/server.xml


 <connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" />


and replace with


 <connector port="8080" protocol="org.apache.coyote.http11.Http11Protocol" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" />



Hope this helps.

-Shagul
vikas jain, modificado 14 Anos atrás.

RE: Social Office 1.5b : Start Up Error

New Member Postagens: 5 Data de Entrada: 11/02/10 Postagens Recentes
Thanks Shagul.
now it resolved.
but i have one more issue.I am not able to connect to my server from different system through IP.Earlier i thought due to connector issue i was happening but as now its resolve even than also i am not able to connect to my server.
If i run liferay portal 5.2.1 server instead of social office then we can access this mean this my network settings are working fine.
thumbnail
Shagul Khaja, modificado 14 Anos atrás.

RE: Social Office 1.5b : Start Up Error

Liferay Master Postagens: 758 Data de Entrada: 27/09/07 Postagens Recentes
It looks very environment specific and I haven't seen such issues. You may want to compare the portal-ext.properties, server.xml etc. If you are running them behind a web server like apache, you may want to check the configuration for that too.


Best,
Shagul