Hi All,
Need a little help with regards to the following unexpected server error found in the scm-server-0.log (attached log). Anyone know what it means?
Here's a snippet below:
2014-12-08 02:50:53.370 THREAD 30 SEVERE: Unknown Exception in: com.sygate.scm.server.task.PackageTask
java.lang.NullPointerException
at com.sygate.scm.server.util.LuServerUtility.getDownloadedContentArray(LuServerUtility.java:474)
at com.sygate.scm.server.util.LuServerUtility.getDownloadedContentArray(LuServerUtility.java:465)
at com.sygate.scm.server.liveupdate.ContentCleaner.fetchLatestContentArray(ContentCleaner.java:633)
at com.sygate.scm.server.liveupdate.ContentCleaner.<init>(ContentCleaner.java:85)
at com.sygate.scm.server.liveupdate.ContentsCleaner.processAllContentTypes(ContentsCleaner.java:198)
at com.sygate.scm.server.liveupdate.ContentsCleaner.processAll(ContentsCleaner.java:84)
at com.sygate.scm.server.util.LuServerUtility.cleanupLuDownloadedContent(LuServerUtility.java:878)
at com.sygate.scm.server.task.PackageTask.publishSecurityContents(PackageTask.java:731)
at com.sygate.scm.server.task.PackageTask.run(PackageTask.java:450)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)