Re: more 500 Servlet Exception

From: vance (vmtigno_at_yahoo.com)
Date: 08/05/04


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!



Relevant Pages

  • Re: Question regarding fgets and new lines
    ... signature `char *getline' is simple enough that even I can ... When I designed ggets I considered that signature, ... Each error code is a unique pointer value. ... like an error message which could make it easier to track down bugs. ...
    (comp.lang.c)
  • Re: Error 800B0100 with Update KB938123
    ... No root certificate authority can verify the signature ... If Vista is not in English, than use the "Change Language" drop down window to obtain the language. ... IF KB938123 installs, than restart the system if requested to. ... Unable to find additional info will searching error code. ...
    (microsoft.public.windowsupdate)
  • Re: Design choice in LTC
    ... valid signature for the wrong document = error. ... In my cases I handle err!= 0 as a fatal ... I said unintuitive and error-prone (and not consistent). ... other functions only return an error code? ...
    (sci.crypt)
  • Re: Design choice in LTC
    ... it returns an int. ... I would create a new error code for verification failure, ... Because signature failures are not errors. ... How do you qualify a signature failure, if it is not an error? ...
    (sci.crypt)
  • Re: Design choice in LTC
    ... signature but not for that document. ... out of ram, the padding was wrong, etc. ... other functions only return an error code? ... to LTC that has the exact same style API. ...
    (sci.crypt)