[kaffe] build failure if old version present, ServletContext.setAttribute
Helmer Krämer
hkraemer at freenet.de
Mon May 26 15:55:01 PDT 2003
On Mon, 26 May 2003 09:09:54 -0400
Greg Wooledge <greg at wooledge.org> wrote:
Hi,
> stdout/stderr says this:
>
> java.lang.NullPointerException
> at freenet.client.http.FproxyServlet.init(FproxyServlet.java:151)
> at freenet.client.http.StreamInsertServlet.init(StreamInsertServlet.java:45)
> at javax.servlet.GenericServlet.init(GenericServlet.java:258)
> at freenet.interfaces.servlet.SimpleServletPool.createServlet(SimpleServletPool.java:31)
> at freenet.interfaces.servlet.SimpleServletPool.getServlet(SimpleServletPool.java:46)
> at freenet.interfaces.servlet.MultipleHttpServletContainer.starting(MultipleHttpServletContainer.java:393)
> at freenet.interfaces.servlet.MultipleHttpServletContainer.starting(MultipleHttpServletContainer.java:381)
> at freenet.interfaces.LocalInterface.starting(LocalInterface.java:262)
> at freenet.interfaces.Interface.run(Interface.java:148)
> at java.lang.Thread.run(Thread.java:334)
> assertion "!INTS_DISABLED()" failed: file "exception.c", line 398
this NullPointerException seems to be freenet's fault:
- FproxyServlet.init () wants to create HtmlTemplates
- IOExceptions are catched and logged using "logger.log()"
- However, logger is null, since it's initialized a few
lines further down
The IOException should be fixed in cvs now, so would
you please update and try again?
Greetings,
Helmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AppClassLoader.patch
Type: application/octet-stream
Size: 670 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20030526/d55a5e25/attachment-0002.obj
More information about the kaffe
mailing list