Broken pipe with auto-deployment ?

2001-05-01 Thread Eddie

Hellu,

When I touch the ejb-jar.xml and the application.xml during operation, I
always get the following error.
---
Error binding to server: com.evermind.server.rmi.OrionRemoteException: IO
Error: Broken pipe; nested exception is:
java.io.IOException: Broken pipe
---
So until now I just always killed and restarted Orion (restarting doesn't
work with me with the admin.jar: it says in the STDOUT log: shutting down
orion.. and it never says anyting more).
But Now the time has come that I also like to kill that error.
Please some advice and help ??

Eddie





Broken Pipe

2001-02-02 Thread Marc Rabil

I am experiencing a sporadic IOException in an application that
has a message of "Broken pipe".  I've included the stack trace below.

I am not sure where to look for possible problems since I don't really
understand what a broken pipe is.  My system is Orion 1.3.8 running on
Redhat 6.2 accessing Interbase 6.0.1 through Interclient 1.6.  There are 2
tiers: a web tier and an EJB tier.

Any help would be greatly appreciated,

Marc

1/31/01 9:42 AM simplica_survey-web: Servlet error
javax.servlet.jsp.JspTagException: Problem accessing the JspWriter in
WrapperTag. IOExecption message was: Broken pipe
at com.simplica.web.taglib.WrapperTag.doStartTag(WrapperTag.java:70)
at /survey_template.jsp._jspService(/survey_template.jsp.java:49) (JSP page
line 4)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.w5(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d1.si(JAX)
at com.evermind.server.http.d1.include(JAX)
at com.simplica.web.JspView.render(JspView.java:45)
at
com.simplica.survey.web.SurveyViewManager.update(SurveyViewManager.java:101)
at com.simplica.web.MainServlet.doPost(MainServlet.java:29)
at com.simplica.web.MainServlet.doGet(MainServlet.java:46)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at com.evermind.server.http.d1.si(JAX)
at com.evermind.server.http.d1.forward(JAX)
at com.evermind.server.http.ed.sp(JAX)
at com.evermind.server.http.ed.so(JAX)
at com.evermind.util.f.run(JAX)





RE: Broken Pipe

2001-02-02 Thread Kevin Duffey

My guess would be that the connection to the web browser that the JspWriter
would send output to was broken

Did you look in the WrapperTag at line 70 to see what it says? Post that
maybe for some further help.



 1/31/01 9:42 AM simplica_survey-web: Servlet error
 javax.servlet.jsp.JspTagException: Problem accessing the JspWriter in
 WrapperTag. IOExecption message was: Broken pipe
   at com.simplica.web.taglib.WrapperTag.doStartTag(WrapperTag.java:70)
   at
 /survey_template.jsp._jspService(/survey_template.jsp.java:49) (JSP page
 line 4)
   at com.orionserver.http.OrionHttpJspPage.service(JAX)
   at com.evermind.server.http.HttpApplication.w5(JAX)
   at com.evermind.server.http.JSPServlet.service(JAX)
   at com.evermind.server.http.d1.si(JAX)
   at com.evermind.server.http.d1.include(JAX)
   at com.simplica.web.JspView.render(JspView.java:45)
   at
 com.simplica.survey.web.SurveyViewManager.update(SurveyViewManager
 .java:101)
   at com.simplica.web.MainServlet.doPost(MainServlet.java:29)
   at com.simplica.web.MainServlet.doGet(MainServlet.java:46)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at com.evermind.server.http.d1.si(JAX)
   at com.evermind.server.http.d1.forward(JAX)
   at com.evermind.server.http.ed.sp(JAX)
   at com.evermind.server.http.ed.so(JAX)
   at com.evermind.util.f.run(JAX)