RE: Debugging struts exceptions - get SP9 for WL5.1

2001-04-12 Thread Will Spies/Towers Perrin




Seems to be several new bugs though with SP9. So far, I'm having classpath
issues and the property file extraction issue is still not fixed.



   
 
   
 
  To: 
[EMAIL PROTECTED]
[EMAIL PROTECTED]cc: (bcc: Will Spies/Towers 
Perrin)   
elheim.comSubject:     RE: Debugging 
struts exceptions - get SP9 for WL5.1  
   
 
04/11/01 11:44 PM  
 
Please respond to  
 
struts-user
 
   
 
   
 




It appears that SP9 for WebLogic5.1 (recently released) fixes this problem.
The informative exception is now reported!




-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 10:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Debugging struts exceptions




On Wed, 4 Apr 2001, Will Spies/Towers Perrin wrote:

>
>
> I didn't get any response so I'm going to try again. Here is another
> exception:
>
> Wed Apr 04 10:53:26 EDT 2001:  Root
> cause of ServletException
> javax.servlet.ServletException: runtime failure in custom tag 'form'
>  at jsp_servlet._employee._jspService(_employee.java, Compiled Code)
>  at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)

You might want to complain to WebLogic about this.

The actual exception that is thrown *does* contain a more useful error
message -- it's just that WebLogic is not telling you about it.

Alternatively, you can declare an error page to handle runtime
errors.  The Struts tags that throw exceptions store a copy of the
underlying exception as a request attribute under key
"org.apache.struts.action.EXCEPTION", so you can display it yourself.

Craig McClanahan







RE: Debugging struts exceptions - get SP9 for WL5.1

2001-04-11 Thread rhayden


It appears that SP9 for WebLogic5.1 (recently released) fixes this problem.
The informative exception is now reported!




-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 10:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Debugging struts exceptions 




On Wed, 4 Apr 2001, Will Spies/Towers Perrin wrote:

> 
> 
> I didn't get any response so I'm going to try again. Here is another
> exception:
> 
> Wed Apr 04 10:53:26 EDT 2001:  Root
> cause of ServletException
> javax.servlet.ServletException: runtime failure in custom tag 'form'
>  at jsp_servlet._employee._jspService(_employee.java, Compiled Code)
>  at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)

You might want to complain to WebLogic about this.

The actual exception that is thrown *does* contain a more useful error
message -- it's just that WebLogic is not telling you about it.

Alternatively, you can declare an error page to handle runtime
errors.  The Struts tags that throw exceptions store a copy of the
underlying exception as a request attribute under key
"org.apache.struts.action.EXCEPTION", so you can display it yourself.

Craig McClanahan