Re: more 500 Servlet Exception
From: vance (vmtigno_at_yahoo.com)
Date: 08/05/04
- Next message: Andrew Thompson: "Re: Why won't my Applet run online?"
- Previous message: Phil Latio: "Re: Java syntax style and tool question"
- In reply to: Sudsy: "Re: more 500 Servlet Exception"
- Next in thread: Sudsy: "Re: more 500 Servlet Exception"
- Reply: Sudsy: "Re: more 500 Servlet Exception"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Aug 2004 10:56:16 -0700
Hi!
Thank you for the responses.
What is happening here is that I am trying to run this PL/SQL script
that contains a signature. This signature is then passed into a
servlet that checks it for validity and what not. The servlet will
then call the database and returns an error code if needed. I was
successful so far with returning the error codes. However, when I try
to play around with the signature (such as removing a character or
interchanging them), it gives me the 500 Servlet Exception, which is
not what should happen. It should actually return an error code from
the db. The error below is the complete error that appears on the
result pane whenever I run it in SQL Station(PL/SQL).
500 Servlet Exception
com.trw.dts.wl.security.FilterVerifySig.makeP7(FilterVerifySig.java:188)
Servlet.service(HttpServlet.java:126)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
Connection.run(TcpConnection.java:139)
Thanks again!
- Next message: Andrew Thompson: "Re: Why won't my Applet run online?"
- Previous message: Phil Latio: "Re: Java syntax style and tool question"
- In reply to: Sudsy: "Re: more 500 Servlet Exception"
- Next in thread: Sudsy: "Re: more 500 Servlet Exception"
- Reply: Sudsy: "Re: more 500 Servlet Exception"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|