Hi, if anyone can shed some light on the problem below, I would very much
appreciate it.

I'm using the 1.1.7v3 JDK on RedHat 5.2 with gnujsp-1.0 and I'm getting the
following exception when trying to get one of the properties of my bean after
it's been initialized.  It's been bugging me for about a half a day, and I have
no idea what's the matter.  Obviously from the stacktrace the problem's
someplace inside one of the JDK methods, but I don't know if it's a jdk bug or
a problem as a result of something I'm doing.  Is this a bug?

Thanks very much,

-Tim

Exception: java.lang.NullPointerException
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java)
        at java.beans.Introspector.getDeclaredMethods(Introspector.java:735)
        at java.beans.Introspector.getTargetEventInfo(Introspector.java:444)
        at java.beans.Introspector.getBeanInfo(Introspector.java:192)
        at java.beans.Introspector.getBeanInfo(Introspector.java:75)
        at org.gjt.jsp.HttpJspPageUtil.getProperty(HttpJspPageUtil.java:47)
        at jsp__bpES__ResEdit_2ejsp._jspService(jsp__bpES__ResEdit_2ejsp.java:98)
        at org.gjt.jsp.HttpJspPageImpl.service(HttpJspPageImpl.java:75)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:907)
        at org.gjt.jsp.JspServlet.xservice(JspServlet.java:547)
        at org.gjt.jsp.JspServlet.service(JspServlet.java:433)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java)


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to