You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@multitask.com.au on 2003/03/02 12:57:39 UTC

Re: Cryptic error messages

short, dumb explanation follows:

null:74:29: <jxr:jxr> null

- The first null means that it's not a script loaded from a file, it's 
from a plugin.
- The 74:29 is the line:column where the error occurred
- <jxr:jxr> is the tag that caused the exception
- null is the message of that exception.

So, it's an NPE in the jxr plugin at line 74, column 29 of it's 
plugin.jelly, on the <jxr:jxr> tag

HTH,
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Mike Bowler <mb...@GargoyleSoftware.com> wrote on 01/03/2003 05:51:46 
AM:

> > null:74:29: <jxr:jxr> null
> 
> > What is the best way to decode the string "null:74:29: <jxr:jxr> null" 
into
> > something that could point me towards the source of the error?
> 
> I find that the -e option will often give me enough information to 
> figure out the problem.
> 
> For example, maven -e site:deploy
> 
> 
> -- 
> Mike Bowler
> Principal, Gargoyle Software Inc.
> Voice: (416) 822-0973 | Email  : mbowler@GargoyleSoftware.com
> Fax  : (416) 822-0975 | Website: http://www.GargoyleSoftware.com
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
turbine-maven-dev-help@jakarta.apache.org
> 


RE: Cryptic error messages

Posted by "O'brien, Tim" <to...@transolutions.net>.
Thanks for the explanation, it has been added to the Wiki FAQ.

--------
Tim O'Brien 


> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: Sunday, March 02, 2003 5:58 AM
> To: Turbine Maven Developers List
> Subject: Re: Cryptic error messages
> 
> 
> short, dumb explanation follows:
> 
> null:74:29: <jxr:jxr> null
> 
> - The first null means that it's not a script loaded from a 
> file, it's 
> from a plugin.
> - The 74:29 is the line:column where the error occurred
> - <jxr:jxr> is the tag that caused the exception
> - null is the message of that exception.
> 
> So, it's an NPE in the jxr plugin at line 74, column 29 of it's 
> plugin.jelly, on the <jxr:jxr> tag
> 
> HTH,
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
> 
> 
> Mike Bowler <mb...@GargoyleSoftware.com> wrote on 
> 01/03/2003 05:51:46 
> AM:
> 
> > > null:74:29: <jxr:jxr> null
> > 
> > > What is the best way to decode the string "null:74:29: <jxr:jxr> 
> > > null"
> into
> > > something that could point me towards the source of the error?
> > 
> > I find that the -e option will often give me enough information to
> > figure out the problem.
> > 
> > For example, maven -e site:deploy
> > 
> > 
> > --
> > Mike Bowler
> > Principal, Gargoyle Software Inc.
> > Voice: (416) 822-0973 | Email  : mbowler@GargoyleSoftware.com
> > Fax  : (416) 822-0975 | Website: http://www.GargoyleSoftware.com
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: 
> > turbine-maven-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: 
> turbine-maven-dev-help@jakarta.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> turbine-maven-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> turbine-maven-dev-help@jakarta.apache.org
>