Question from a N00B

My Openfire log is spitting out this error:

2009.02.18 23:25:37 [org.jivesoftware.openfire.audit.spi.AuditorImpl$SaveQueuedPacketsTask.run(Audi torImpl.java:335)] Internal server error
java.lang.NullPointerException
at org.jivesoftware.openfire.audit.spi.AuditorImpl.ensureMaxTotalSize(AuditorImpl. java:197)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.prepareAuditFile(AuditorImpl.ja va:173)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.saveQueuedPackets(AuditorImpl.j ava:345)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.access$200(AuditorImpl.java:31)
at org.jivesoftware.openfire.audit.spi.AuditorImpl$SaveQueuedPacketsTask.run(Audit orImpl.java:332)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
2009.02.18 23:27:37 [org.jivesoftware.openfire.audit.spi.AuditorImpl$SaveQueuedPacketsTask.run(Audi torImpl.java:335)] Internal server error
java.lang.NullPointerException
at org.jivesoftware.openfire.audit.spi.AuditorImpl.ensureMaxTotalSize(AuditorImpl. java:197)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.prepareAuditFile(AuditorImpl.ja va:173)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.saveQueuedPackets(AuditorImpl.j ava:345)
at org.jivesoftware.openfire.audit.spi.AuditorImpl.access$200(AuditorImpl.java:31)
at org.jivesoftware.openfire.audit.spi.AuditorImpl$SaveQueuedPacketsTask.run(Audit orImpl.java:332)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)

Is this mean anything to anyone? Because I am lost!

Thanks!

The error seems to be related to Audit service. Though i cant say what is wrong and how can you check this. Audit logs are saved in /openfire/logs

Thanks! I will take a look.