Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Could not read router packet from socket error

Status
Not open for further replies.

ggriffit

Programmer
Oct 25, 2002
1,578
0
0
GB
Dear All,
One instance of my Java app is throwing the following :

<html><head><title>Apache Tomcat/5.5.23 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Could not read router packet from socket
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.causeway.hibernate.HibernateFilter.doFilter(HibernateFilter.java:117)
</pre></p><p><b>root cause</b> <pre>com.opentext.api.LLIOException: Could not read router packet from socket
com.opentext.api.LLConnectRouter.receiveOpenResponse(Unknown Source)
com.opentext.api.LLConnect.executeTraditional(Unknown Source)
com.opentext.api.LLConnect.execute(Unknown Source)
com.opentext.api.COOKIELOGINAPI.CrackAuthenticationCookie(COOKIELOGINAPI.java:25)
com.causeway.collaboration.action.LoginUserAction.processLogin(LoginUserAction.java:274)
com.causeway.collaboration.action.LoginUserAction.checkLoggedIn(LoginUserAction.java:210)
com.causeway.collaboration.ui.iform.action.ContactDetailsListAction.execute(ContactDetailsListAction.java:159)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.causeway.hibernate.HibernateFilter.doFilter(HibernateFilter.java:117)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.23</h3></body></html>

Can anyone shed any light on the possible causes.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Oh, LAPI, those were the times ...

Looks like it's a LAPI exception, can you see the whole stacktrace in the logs.

I'd post in the Java forum, as I think this not strictly related to Struts

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top