Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Digest NullPoint Exception NullPointerException Resolved

When Generating the digest file, if no custom JVM, files are generated, java.lang.NullPointerException is raised if custom JVM does not exist.

Defects resolved\


Issue No.

Details
N/AGenerating digest file 'F:\getdown\target\digesters\digest.txt'...
Exception in thread "main" java.io.IOException: Error computing digest for: null
at com.threerings.getdown.data.Digest$1.run(Digest.java:76)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.threerings.getdown.data.Digest$1.run(Digest.java:73)
... 3 more