Skip to content

Monthly Archives: May 2006

Struts-Menu crashes

This issue has been bugging us for some time now. When under load that was emulated using openload, struts-menu 2.3 was crashing, throwing NullPointerException:
java.lang.NullPointerException
at net.sf.navigator.taglib.DisplayMenuTag.setLocation(DisplayMenuTag.java:217)
at net.sf.navigator.taglib.DisplayMenuTag.setPageLocation(DisplayMenuTag.java:173)
at net.sf.navigator.taglib.DisplayMenuTag.setPageLocation(DisplayMenuTag.java:205)
at net.sf.navigator.taglib.DisplayMenuTag.doStartTag(DisplayMenuTag.java:123)
The interesting thing is that it only happend on the Linux server and is not reproducible on WinXP boxes, so it looked like the issue with the jvm [...]