You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2005/10/04 12:11:44 UTC

locationmap is filling error.log

Recently the locationmap has been causing many errors
to appear in build/webapp/WEB-INF/error.log
e.g.

ERROR   (2005-10-04) 19:58.02:085   [core.modules.mapper.lm] (/index.html) PoolThread-4/MountNode: Failure processing LocationMap.
java.lang.NullPointerException
        at org.apache.forrest.locationmap.lm.LocationMap.locate(LocationMap.java:264)
        at org.apache.forrest.locationmap.lm.MountNode.locate(MountNode.java:157)
...
over and over, rapidly filling the error.log

-David

Re: locationmap is filling error.log

Posted by David Crossley <cr...@apache.org>.
Ross Gardler wrote:
> Ross Gardler wrote:
> >David Crossley wrote:
> >
> >>Recently the locationmap has been causing many errors
> >>to appear in build/webapp/WEB-INF/error.log
> >>e.g.
> >>
> >>ERROR   (2005-10-04) 19:58.02:085   [core.modules.mapper.lm] 
> >>(/index.html) PoolThread-4/MountNode: Failure processing LocationMap.
> >>java.lang.NullPointerException
> >>        at 
> >>org.apache.forrest.locationmap.lm.LocationMap.locate(LocationMap.java:264) 
> >>
> >>        at 
> >>org.apache.forrest.locationmap.lm.MountNode.locate(MountNode.java:157)
> >>...
> >>over and over, rapidly filling the error.log
> >
> >Thanks, I'm investigatingn now
> 
> I believe I have fixed this, error.log now only contains problems with 
> the fop processor. You know I have never looked in here on a succesfull 
> build - shame on me. Are the FOP related errors new?

They have been there for an extremely long time.

The log files are useful.

-David

Re: locationmap is filling error.log

Posted by Ross Gardler <rg...@apache.org>.
Ross Gardler wrote:
> David Crossley wrote:
> 
>> Recently the locationmap has been causing many errors
>> to appear in build/webapp/WEB-INF/error.log
>> e.g.
>>
>> ERROR   (2005-10-04) 19:58.02:085   [core.modules.mapper.lm] 
>> (/index.html) PoolThread-4/MountNode: Failure processing LocationMap.
>> java.lang.NullPointerException
>>         at 
>> org.apache.forrest.locationmap.lm.LocationMap.locate(LocationMap.java:264) 
>>
>>         at 
>> org.apache.forrest.locationmap.lm.MountNode.locate(MountNode.java:157)
>> ...
>> over and over, rapidly filling the error.log
> 
> 
> 
> Thanks, I'm investigatingn now

I believe I have fixed this, error.log now only contains problems with 
the fop processor. You know I have never looked in here on a succesfull 
build - shame on me. Are the FOP related errors new?

Ross

Re: locationmap is filling error.log

Posted by Ross Gardler <rg...@apache.org>.
David Crossley wrote:
> Recently the locationmap has been causing many errors
> to appear in build/webapp/WEB-INF/error.log
> e.g.
> 
> ERROR   (2005-10-04) 19:58.02:085   [core.modules.mapper.lm] (/index.html) PoolThread-4/MountNode: Failure processing LocationMap.
> java.lang.NullPointerException
>         at org.apache.forrest.locationmap.lm.LocationMap.locate(LocationMap.java:264)
>         at org.apache.forrest.locationmap.lm.MountNode.locate(MountNode.java:157)
> ...
> over and over, rapidly filling the error.log


Thanks, I'm investigatingn now - I'm on IRC Forrest Tuesday channel if 
anyone wants to help debutg this.

Ross