Hello.

Do you probably know if such (see subject) error message mean serious trouble?

Jboss 4.2.2 + jbossws 3.0.1 are installed.

Quite often, may be on every WS call a error message is posted to the log
18:40:52,551 ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cannot close 
output stream
  | 18:40:56,699 ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cannot 
close output stream
  | 18:41:21,552 ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cannot 
close output stream

source of org.jboss.wsf.stack.jbws.RequestHandlerImpl
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossws/branches/jbossws-2.0/integration/native/src/main/java/org/jboss/wsf/stack/jbws/RequestHandlerImpl.java?view=markup&pathrev=3507
gives no explanation

  | ......
  | try
  |          {
  |             ServletRequestContext reqContext = new 
ServletRequestContext(context, req, res);
  |             handleWSDLRequest(endpoint, out, reqContext);
  |          }
  |          catch (Exception ex)
  |          {
  |             handleException(ex);
  |          }
  |          finally
  |          {
  |             try
  |             {
  |                out.close();
  |             }
  |             catch (IOException ioex)
  |             {
  |                log.error("Cannot close output stream");
  |             }
  |          }
  | ....
  | 
Questions
1) Do you probably know if such (see subject) error message mean serious 
trouble?
2) What can be reason of the error message?
3) Can it be that WS code has inappropriate code which somehow closes that 
stream?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145980#4145980

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145980
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to