On 10/11/2010 10:07 PM, Nico Toerl wrote:
On 10/12/10 01:41, Adam Heath wrote:

<snip>
Now, here it comes.  The url to the site.
http://ofbizdemo.brainfood.com/.

Things to note.  There are *no* database calls *at all*.  It's all
done with files on disk.  History browsing is backed by git, using
jgit to read it directly in java.  CSS styling is rather poor.  Most
unimplemented pages should do something nice(instead of a big read
'Not Yet Implemented'); at least there shouldn't be an exceptions on
those pages.

that sounded real interesting and i thought i have to have a look at
this, unfortunately all i got is:


   HTTP Status 500 -

------------------------------------------------------------------------

*type* Exception report

*message*

*description* _The server encountered an internal error () that
prevented it from fulfilling this request._

*exception*

java.lang.NullPointerException
        
WEB_45$INF.Events.System.Request.DetectUserAgent_46$jn.run(DetectUserAgent.jn:166)

Hmm, nice, thanks.

Your user-agent is:

"Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.2.9)
 Gecko/20100824 Firefox/3.6.9"

The (x86_64) is what is causing the problem, I hadn't seen this type of string in the wild. The regex doesn't like nested (). It's fixed now.

Reply via email to