[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[YAMJ] Errors generating HTML
06-03-2012, 06:29 PM (This post was last modified: 06-03-2012 06:34 PM by EaGler.)
Post: #1
Errors generating HTML
I'm busy troubleshooting my YAMJ install for about 1.5 day now. I cannot fix the problems. Im using a FRESH install with the following components:
-yamj-2.7-SNAPSHOT-r3111-bin
-MediaInfo_CLI_0.7.57_Windows_i386
-AiO_SabishGT_beta_24052011 (skin)
-Running Java Version: 7 update 4
-moviejukebox.properties entry:
filename.scanner.skip.episodeTitle=true

Im getting the following errors at the point its get to generating the HTML. For every movie (+900) I do not get an HTML file.

19:23:30 - Thread-8] WARN com.moviejukebox.writer.MovieJukeboxHTMLWriter - javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 20 errors detected.
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:199)
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:132​)
at net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:8​7)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.getTransformer(MovieJukeboxHTMLWr​iter.java:618)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.generateMovieDetailsHTML(MovieJuk​eboxHTMLWriter.java:112)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1459)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1440)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)

[19:23:31 - Thread-8] ERROR com.moviejukebox.writer.MovieJukeboxHTMLWriter - HTMLWriter: Failed generating HTML for movie 12.Rounds.2009.Unrated.Extreme.Cut.1080p.Bluray.DTS.x264-SHiTSoNy
[19:23:31 - Thread-8] ERROR com.moviejukebox.writer.MovieJukeboxHTMLWriter - java.lang.Exception: java.lang.NullPointerException
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.doTransform(MovieJukeboxHTMLWrite​r.java:652)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.generateMovieDetailsHTML(MovieJuk​eboxHTMLWriter.java:114)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1459)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1440)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)
Caused by: java.lang.NullPointerException
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.doTransform(MovieJukeboxHTMLWrite​r.java:645)
... 9 more

Any idea's where to look? Im my temp/JukeBox folder it also copies ALL JPGs again from all movies. It generates the following files (exept the HTML)
4.3.2.1 (2010) 1080P.X264.jpg
4.3.2.1 (2010) 1080P.X264.playlist.jsp
4.3.2.1 (2010) 1080P.X264.xml
4.3.2.1 (2010) 1080P.X264_large.png
4.3.2.1 (2010) 1080P.X264_small.png
Find all posts by this user
Add Thank You Quote this message in a reply
06-03-2012, 06:37 PM
Post: #2
RE: Errors generating HTML
Firstly, go into the skin directory and delete the preferences.xml file and then try re-running YAMJ

If you still get errors, post the first couple of errors (not any ones, as the first ones are likely the cause)

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
06-03-2012, 06:43 PM
Post: #3
RE: Errors generating HTML
I've gone into the following directory:
C:\YAMJ\skins\AiO_SabishGT_beta\
Here i;ve deleted the preferences.xsl like you said. Started the My_YAMJ batch file again and getting the following in the log (started from the top):
[19:40:08 - main ] WARN com.moviejukebox.tools.PropertiesUtil - Warning (non-fatal): User properties file './skins/AiO_SabishGT_beta\overlay.properties', not found.
[19:40:49 - Thread-1] WARN com.moviejukebox.tools.GraphicTools - GraphicsTools: Error reading image file. Possibly corrupt image, please try another image. Unsupported Image Type
[19:40:49 - Thread-1] WARN com.moviejukebox.tools.GraphicTools - javax.imageio.IIOException: Unsupported Image Type
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at com.moviejukebox.tools.GraphicTools.loadJPEGImage(GraphicTools.java:44)
at com.moviejukebox.tools.GraphicTools.loadJPEGImage(GraphicTools.java:90)
at com.moviejukebox.scanner.artwork.FanartScanner.scan(FanartScanner.java:213)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:937)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:890)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)

[19:41:35 - Thread-14] WARN com.moviejukebox.writer.MovieJukeboxHTMLWriter - javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 20 errors detected.
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:199)
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:132​)
at net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:8​7)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.getTransformer(MovieJukeboxHTMLWr​iter.java:618)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.generateMovieDetailsHTML(MovieJuk​eboxHTMLWriter.java:112)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1459)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1440)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)

[19:41:35 - Thread-13] WARN com.moviejukebox.writer.MovieJukeboxHTMLWriter - javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 20 errors detected.
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:199)
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:132​)
at net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:8​7)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.getTransformer(MovieJukeboxHTMLWr​iter.java:618)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.generateMovieDetailsHTML(MovieJuk​eboxHTMLWriter.java:112)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1459)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1440)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)

[19:41:36 - Thread-14] ERROR com.moviejukebox.writer.MovieJukeboxHTMLWriter - HTMLWriter: Failed generating HTML for movie 127.Hours.2010.x264.BluRay.1080.AC3-DTS.-SiMPLY
[19:41:36 - Thread-13] ERROR com.moviejukebox.writer.MovieJukeboxHTMLWriter - HTMLWriter: Failed generating HTML for movie 12.Rounds.2009.Unrated.Extreme.Cut.1080p.Bluray.DTS.x264-SHiTSoNy
[19:41:37 - Thread-14] ERROR com.moviejukebox.writer.MovieJukeboxHTMLWriter - java.lang.Exception: java.lang.NullPointerException
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.doTransform(MovieJukeboxHTMLWrite​r.java:652)
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.generateMovieDetailsHTML(MovieJuk​eboxHTMLWriter.java:114)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1459)
at com.moviejukebox.MovieJukebox$7.call(MovieJukebox.java:1440)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:95​)
Caused by: java.lang.NullPointerException
at com.moviejukebox.writer.MovieJukeboxHTMLWriter.doTransform(MovieJukeboxHTMLWrite​r.java:645)
... 9 more
Find all posts by this user
Add Thank You Quote this message in a reply
06-03-2012, 09:20 PM
Post: #4
RE: Errors generating HTML
I've cleaned out all XML, jsp. But still same issues. No HTML generated.
Find all posts by this user
Add Thank You Quote this message in a reply
06-03-2012, 10:57 PM
Post: #5
RE: Errors generating HTML
If that happens for all images you need to reinstall Java and try again because there is something seriously wrong .

If it happens to one or two images then replace them

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
06-04-2012, 10:44 PM
Post: #6
RE: Errors generating HTML
Reinstalled with version Java 6.31 and your newest YAMJ revision, and now its working alright! Thanks.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [HTML SKIN] GTspecial Zappiti yakoman 1 240 06-08-2013 08:22 AM
Last Post: yakoman
  C-200 YAMJ HTML nbat58 7 480 06-01-2013 01:50 PM
Last Post: jack84an
  [YAMJ] Few errors in log mattty_d2002 6 274 05-31-2013 11:11 AM
Last Post: Omertron
  [YAMJ] Plenty of errors during jukebox generating Neo1tex 14 720 05-18-2013 02:54 PM
Last Post: Neo1tex
  Unable to updata jukebox I/O errors and failed to create output files mabies 3 323 05-15-2013 08:52 AM
Last Post: Omertron
  [YAMJ] I/O errors fa355115 13 650 05-05-2013 08:15 PM
Last Post: wgstarks
  [YAMJ] Errors when running new jukebox Tsunamijhoe 3 487 03-29-2013 01:31 PM
Last Post: jluc2808
  export to HTML theother 8 1,066 03-19-2013 12:35 PM
Last Post: Ander
  [FLASH SKIN] Eversion Lot of Java I/O errors when creating the Jukebox fa355115 7 704 03-15-2013 12:03 PM
Last Post: Omertron
Question [HTML SKIN] How can I browse the files of my drive that auto launches the index.html? Temujin 2 493 02-07-2013 01:42 PM
Last Post: ad-d

Forum Jump: