|
From: Bryan W. <bwa...@wa...> - 2008-05-19 20:23:52
|
On Mon, 19 May 2008, Leech, Jonathan wrote: > If you don't mind testing some untested code, the following > com\virtela\poller\Target.java should take care of the missing value > after the reparse. If it works I will incorporate it into the next JRTG > version on sourceforge. It doesn't quite like that. Builds successfully, but dies on startup: Exception in thread "main" java.lang.NullPointerException at com.virtela.poller.Target.<init>(Target.java:31) at com.virtela.poller.RTGTargetParser.parseTargets(RTGTargetParser.java:201) at com.virtela.poller.Poller.main(Poller.java:91) where line 31 is: targetStatisticKey = (targetInterface.getIID() + "," + OID).intern(); Met vriendelijke groet/kind regards, bryan |