I've configured J2EE 1.2.1 and Pet Shop Demo 1.0 on WinNT SP6: all works
nice, but I can't order products. When I ask to process the Checkout, after
login with j2ee userid, it prompts for Credit Card Information, I press
Continue two times and the server throws the following exception:
HANDLER THREAD PROBLEM: java.lang.NullPointerException
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:381)
at org.apache.tomcat.core.Request.setAttribute(Request.java:566)
at
org.apache.tomcat.core.HttpServletRequestFacade.setAttribute(HttpServ
letRequestFacade.java:110)
.....
I configured J2ee and Pet Store Demo with Linux, but I obtained the same
error message. It could be a null value passed to setAttribute(...), but I
wonder why I'm the only one reporting this error: I didn't change any option
during deployment!
Thanks in advance for any answer,
Stefano Andreani.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".