Jon;145812 Wrote: > Thank you! I am running it now ... setting it up was pretty easy > (especially considering I don't know squat about java). It seems to be > running properly, it made it through step 1 (retrieving data from the > server - 776 albums in my case), and step 2 (applying the stylesheets), > and is now in step 3 - generating the PDF. Any guess as to how long it > should take to generate the PDF? It's been in that step for about 15 > minutes now, though I am running on a relatively slow machine (Sempron > 3100+ CPU, 768GB memory) and have 776 albums for it to generate a > report on. It doesn't seem to be consuming much CPU, but it is > definitely doing something. > > One useful testing feature would be an ability to tell it what albums > to report on, maybe even as simple as selecting a single genre, year, > or letter of the alphabet, or even just the first 20 albums it finds, > just to be able to give it less data to work with so you can see > relatively quickly if it is producing what you want. > > I am looking forward to seeing the output once it is generated! Well ... an hour later, I had to kill it ... turns out it wasn't doing anything during that hour, as far as I can tell. Here is the command I executed to run it: java -jar jsq-export.jar -s 127.0.0.1 e:\output.pdf
It made it as far as creating a 0 byte pdf file, but no farther. I also tried running it in debug mode and redirected the debug output to a file. The last two lines of the file were 2.Applying selected stylesheet to raw data... 3.Generating PDF... Nothing else was listed. Finally, I tried generating an XML file instead of a pdf. In this case, it made it through step 1 and then said "done!". But no xml file was generated. The command I executed was java -jar jsq-export.jar -o xml -s 127.0.0.1 e:\output.xml Also: I noticed that, while it was busy attempting to create the pdf, I could not play anything on the Squeezebox, the song title would appear in the display but no sound ... and as soon as I killed the java program, the music started. Do you lock the database while the java program is running? -- Jon ------------------------------------------------------------------------ Jon's Profile: http://forums.slimdevices.com/member.php?userid=2848 View this thread: http://forums.slimdevices.com/showthread.php?t=28457 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
