<div>I had the same problem. I changed the owner on all ProjectX files to "apache" (or whatever user your server is running under) and that solved my problem.</div>
<div> </div>
<div>Ron<br><br> </div>
<div><span class="gmail_quote">On 3/30/06, <b class="gmail_sendername">Dean Wilson</b> <<a href="mailto:dean.k.wilson@gmail.com">dean.k.wilson@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I'm trying to get MythBurn running correctly, but am having trouble.<br>Any help or tips would be great! (I suspect that the error lies with
<br>my ProjectX installation, but I don't know for sure)<br><br>I've installed ProjectX.jar in /media/MythBurn and copied the included<br>commons-net-1.3.0.jar to /media/MythBurn/lib<br><br>I've also created /usr/local/bin/projectx to run the following:
<br><br> #!/bin/bash<br> cd /media/MythBurn<br> java -jar /media/MythBurn/ProjectX.jar $@<br><br>and I've defined the following environment variables:<br> CLASSPATH="/usr/java/jdk1.5.0_06/lib:/media/MythBurn/lib"
<br> JAVA_HOME="/usr/java/jdk1.5.0_06"<br><br>When I run projectx from the command line, it finds commons-net<br>successfully. However, when I try to burn a DVD from mythweb, I get<br>the following error from
mythburn.log:<br>______________________________________________<br><br>MythBurn Script is running as user apache<br>Video format = ntsc<br>Background image =<br>/media/.background/root/installs/mythtv/mythBurn/mythburn/images/backgrounds/black.png
<br>Background music =<br>/media/.background/root/installs/mythtv/mythBurn/mythburn/music/silence.mp2<br>Make ISO image = yes<br>Burn to DVD-R = yes<br>Delete VIDEO_TS = no<br>Highlight image = bar.png<br>Animated thumbnails = no
<br>Chapter Submenus = yes<br>Recode to AC3 = yes<br>MythTV files are in /media/TV<br>Creating DVD at 30-03-2006 14:29....<br>Total file size of video files is 4452 Mbytes<br>QSettings: error creating /root/.qt<br>***************************************************************
<br>****** WARNING - DVD may not fit onto a recordable DVD ******<br>****** Requantizing with factor 1.035349 to fit onto DVD ******<br>***************************************************************<br>mkdir: cannot create directory `/media/MythBurn/temp/DVD': File exists
<br>Multiplexing MPEG2 video files to DVD format and applying cutlists<br>----- datestamp=30-03-2006 14:29<br>----- datestamp=30-03-2006 14:29<br>2056_20050727210000_20050727220000.nuv<br>commerical cut disabled, remultiplexing for DVD format only
<br>Re-multiplexing file /media/TV/2056_20050727210000_20050727220000.nuv<br>Reading GUI-Switch...<br>Reading Help Switch...<br>Reading Config File Switch...<br>Start without GUI...<br>Loading last Config or Standard File...
<br>Loading Language -> 'en'<br><br>ProjectX <a href="http://0.90.4.00/30.03.2006">0.90.4.00/30.03.2006</a> TEST PROJECT ONLY , User: apache<br><br><snip><br><br>quick CL usage:<br>Note: CL doesn't load the GUI components, except with switch [-gui]
<br><without options> ...starts the GUI<br>switches and inputfiles can be in any order<br><br>options:<br>[-ini <path + inifile>] ..use that specified iniFile instead of the standard<br>[-dvx1] ..create a .d2v ProjectFile on demux
<br>[-dvx2] ..create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)<br>[-dvx3] ..create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)<br>[-dvx4] ..create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)<br>
[-out <path>] ..use that specified directory for output<br>[-name <filename>] ..use that specified filename for output<br>[-cut <file>] ..use that text based file as cutpoint list<br>[-chp <file>] ..use that text based file as chapterpoint list
<br>[-id <tokens>] ..use only these (P)IDs, separated by comma ","<br>[-gui] ..display the GUI using all given CLI options<br>[-log] ..write the normal logfile<br>[-saveini] ..save changes made bei CLI in active .ini
<br>[-split <xxx>] ..split output at xxx MB<br>[-demux, -tom2p, -topva, -tovdr, -tots, -filter] ..action types<br><br>Loading Basic Classes...<br>Reading CLI Switches...<br>Checking Commons-Net library access...<br>
Stopped! An Error has occured...<br>java.lang.Exception:<br>commons-net library not accessible! see readme.txt [ii]<br>ensure the correct location/classpath, related to the executed .jar<br><br> at net.sourceforge.dvb.projectx.common.Start.main
(Unknown Source)<br>***********************************<br>MythTV BurnDVD stopped due to error<br>***********************************<br>______________________________________________<br><br>My questions are as follows:<br>
<br>1) I don't know much about java; why can't it find the commons-net<br>library? Have I installed something incorrectly?<br><br>2) Is it normal to get CL usage options, or is something else<br>configured incorrectly?
<br><br>3) Why do I get the following line? (Commercials are flagged for these shows)<br> "commerical cut disabled, remultiplexing for DVD format only"<br><br>I appreciate any help or input you guys can provide!
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>