You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matt Raible <ma...@yahoo.com> on 2001/07/11 22:41:41 UTC

java.lang.NullPointerException at java.util.Hashtable.put

I have installed SP3 for iPlanet Application Server, and when I try to view a struts form on my jsp page, I get the following error:

java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:381)
        at com.netscape.server.servlet.platformhttp.PlatformHttpServletRequest.setAttribute(Unknown Source)
        at com.netscape.jsp.PageContextImpl.removeAttribute(Unknown Source)
        at org.apache.struts.taglib.html.FormTag.doEndTag(FormTag.java:591)
        at jsp.APPS.timetracker.us.co.douglas.application.timetracker.presentation.workProfileList._jspService(workP
        at jsp.APPS.timetracker.us.co.douglas.application.timetracker.presentation.workProfileList.service(workProfi
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
        at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
        at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
        at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
        at com.kivasoft.thread.ThreadBasic.run(Native Method)
        at java.lang.Thread.run(Thread.java:479)

Does anyone know if this is a Struts bug or an iPlanet container bug?

Thanks,

Matt