zack1403 wrote:
This issue is popping up randomly on my production app and I cant relate it
to any change.  The exception is also deep rooted in tapestry.  I can post
code if necessary but it is a very simple isolated page and the exception is
occurring at line 1 of the tml.  Any ideas?

Exception: http://pastebin.com/m757f075b

Afaics resolve only throws a NullPointerException when either parent or child is null. The line numbers from the Stack trace do not exactly line up with my Java so I don't know at what line the exception actually occurs. I don't think child can be null because it is is the result of File.getPath(). So, parent must be null (I guess :). That would suggest that System.getProperty("user.dir") returns null (this is the parent from the overloaded resolve(File f)).

Just a wild guess

Could it be that somewhere, somehow inside your code or code from a library user.dir is set to null?

Martijn Brinkers

--
Djigzo open source email encryption

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to