Anyone know how to resolve this javax.servlet.jsp.JspException?
596 views
Skip to first unread message
graeme
unread,
Nov 24, 2006, 9:32:10 AM11/24/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
The below exception occurs on one of my selenium tests running through JUNIT. The error does not occur when I manually test the page. The page is just left hanging after the "selenium.click()" command of the submit button. The application is running on weblogic.
Anyone come acroos this before or have any ideas on hat the problem is?
regards
Graeme
{code:html}<<WLS Kernel>> <> <BEA-101017>{code} <[Servlet
Context(id=22415287,name=adminapplication,context-path=/admin)] Root cause of ServletException.
javax.servlet.jsp.JspException: Input/output error: java.net.SocketException: Connection reset by peer: socket write error
at org.apache.struts.taglib.TagUtils.writePrevious(TagUtils.java:1308)
at org.apache.struts.taglib.logic.IterateTag.doAfterBody(IterateTag.java:348)
at jsp_servlet._reference.__refmapvaluecheck._jspService(__refmapvaluecheck.java:1335)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:301)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1056)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:388)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:231)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
graeme
unread,
Nov 24, 2006, 11:55:38 AM11/24/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
I have solved my own problem. It may help others with the same problem. the exception may have been a red hearing as on the loading of the page the checking of a number of check boxes initiated a number of javascript reload functions, the volume of which my server could not handle or they were causing problems when reloading my frame within the selenium window.