10 Jan
2006
10 Jan
'06
23:06
Everytime getBoksMacs.sh run I got this message: Subject: Cron <navcron@localhost> $BINDIR/getBoksMacs.sh $NUM_THREADS java.lang.NullPointerException at QueryBoks.processMacEntry(QueryBoks.java:917) at QueryBoks.run(QueryBoks.java:264) How could I debug this? regards, -- Borge Brunes, Computer Center, University of Tromso, Norway http://www.cc.uit.no/~borge/ | http://www.freebsd.org
11 Jan
11 Jan
20:21
java.lang.NullPointerException at QueryBoks.processMacEntry(QueryBoks.java:917) How could I debug this?
The fix is to change line 917 in that file from: if (macVlan.size() == 0) continue; To: if (macVlan == null || macVlan.size() == 0) continue; I can check this into svn later. -- Kristian
7466
Age (days ago)
7467
Last active (days ago)
1 comments
2 participants
participants (2)
-
Borge.Brunes@cc.uit.no -
kreide@gmail.com