>I believe, from Brandon's post, that he understands the concept of a
>NumberFormatException. He real question is why it is occurring and as
>you can see in his stack trace:
> 2001-08-27 02:04:14 - ContextManager: Error reading request, ignored -
> java.lang.NumberFormatException: 3379
>the String which is trying to be interpreted seems to be 3379 which is
>a perfectly valid Number(providing there are no "invisible" whitespace
>characters after the 9.
>I would pose that this is a bug and would suggest searching the developer
>list to see if anyone has mentioned this one.
>Also, check all your config/xml files and make sure there is no whitespace
>where there shouldn't be. A good idea would be to search for a file
>containing
>the string 3379.
>Good Luck.
Thank you! You are correct, I do understand what the exception is
conceptually, but I can't find out what is causing it. It must be a bug
because I have seen other people with this post and it is always the same
number. There is not any string "3379" in my files, extra whitespace is
always a possiblity. Since it does not seem to do much more than put a
bunch of extra garbage in the logs, I guess I'll ignore it and try to get
more important things done first. If anyone else is familiar with this
problem or the solution, please send me an email. I would really appreciate
it!
>---
>Michael Wentzel
>Software Developer
>Software As We Think - http://www.aswethink.com
Brandon