YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

YAMJ don't run at all with r3040 #2403

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2404 created by Omertron on 2012-04-11T15:22:27.000Z:

What steps will reproduce the problem?

(With r3039 all is fine)

  1. update YMAJ r3040
  2. re run YAMJ
  3. YAMJ is immediatly stopped with this error:

[17:13:37 - main ] ERROR com.moviejukebox.MovieJukebox - Failed parsing moviejukebox library input file: My_Library.xml [17:13:37 - main ] ERROR com.moviejukebox.MovieJukebox - java.lang.NullPointerException at com.moviejukebox.model.MediaLibraryPath.toString(MediaLibraryPath.java:73) at java.lang.String.valueOf(Unknown Source) at java.lang.StringBuilder.append(Unknown Source) at com.moviejukebox.MovieJukebox.parseMovieLibraryRootFile(MovieJukebox.java:2347) at com.moviejukebox.MovieJukebox.<init>(MovieJukebox.java:690) at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:408)

[17:13:38 - main ] ERROR com.moviejukebox.tools.JukeboxProperties - JukeboxProperties: Error creating jukebox_details.xml file [17:13:38 - main ] ERROR com.moviejukebox.tools.JukeboxProperties - java.lang.NullPointerException at com.moviejukebox.model.MediaLibraryPath.toString(MediaLibraryPath.java:73) at java.lang.String.valueOf(Unknown Source) at java.lang.StringBuilder.append(Unknown Source) at java.util.AbstractCollection.toString(Unknown Source) at com.moviejukebox.tools.JukeboxProperties.writeFile(JukeboxProperties.java:233) at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:1662) at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:413)

(see attached file)

yamj : r3040 java : 1.7.0.3 os : windows 7 x64 skin : eversion

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2012-04-11T18:24:34.000Z:

Identical results as above yamj : r3040 java : 1.6.0.31 os : windows 7 x32 skin : Zappiti & PPP

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2012-04-11T18:44:28.000Z:

This issue was closed by revision r3041.

Omertron commented 9 years ago

Comment #3 originally posted by Omertron on 2012-04-13T20:23:37.000Z:

This issue was updated by revision r3044.

Finally properly fixed this time!