brleeflang / eurocarb

Automatically exported from code.google.com/p/eurocarb
0 stars 0 forks source link

Unhandled exception during /internal/login.action #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

---context---
action:org.eurocarbdb.action.user.UserManagerurl:/internal/login.action
params:
server:192.168.1.73

---
java.lang.NullPointerException
org.eurocarbdb.action.user.UserManager.processLocalLogin(UserManager.java:241)
org.eurocarbdb.action.user.UserManager.login(UserManager.java:213)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...

Original issue reported on code.google.com by nia...@gmail.com on 15 Sep 2009 at 4:02

GoogleCodeExporter commented 9 years ago
It looks the source has changed for this action - the current revision in SVN 
(rev 1549) has a string on line 241 
and a blank line on 213. Looking around that area, there's a lot of checking to 
avoid any null values. Has the 
source for UserManager.java changed from the trunk?

Original comment by hir...@gmail.com on 16 Sep 2009 at 4:36