500 Servlet Exception

V

vance

Hi everyone!

Can somebody please interpret the following 500 Servlet Exception
error? How do I solve it?

Thank you in advance for your help!



500 Servlet Exception
sun.security.pkcs.ParsingException: IOException: Sequence tag error
at sun.security.pkcs.PKCS7.parse(PKCS7.java:107)
at sun.security.pkcs.PKCS7.<init>(PKCS7.java:85)
at com.trw.dts.wl.security.FilterVerifySig.makeP7(FilterVerifySig.java:215)
at com.trw.dts.wl.security.FilterVerifySig.process(FilterVerifySig.java:131)
at com.trw.dts.wl.security.FilterVerifySig.doGet(FilterVerifySig.java:98)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:479)
 
S

Sudsy

vance said:
Hi everyone!

Can somebody please interpret the following 500 Servlet Exception
error? How do I solve it?

Thank you in advance for your help!



500 Servlet Exception
sun.security.pkcs.ParsingException: IOException: Sequence tag error
at sun.security.pkcs.PKCS7.parse(PKCS7.java:107)

This is the key: PKCS7 is Public Key Cryptography Standard #7. It's
a key store for your X.509 certificates. If I had to hazard a guess,
it's probably a case where you're trying to use HTTPS without the
proper cert and key in place. Of course that's just a shot in the
dark...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,127
Latest member
CyberDefense
Top