<div>I had the same problem.&nbsp; I changed the owner on all ProjectX files to &quot;apache&quot; (or whatever user your&nbsp;server is running under)&nbsp;and that solved my problem.</div>
<div>&nbsp;</div>
<div>Ron<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/30/06, <b class="gmail_sendername">Dean Wilson</b> &lt;<a href="mailto:dean.k.wilson@gmail.com">dean.k.wilson@gmail.com</a>&gt; 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!&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;&nbsp;#!/bin/bash<br>&nbsp;&nbsp;&nbsp;&nbsp;cd /media/MythBurn<br>&nbsp;&nbsp;&nbsp;&nbsp;java -jar /media/MythBurn/ProjectX.jar $@<br><br>and I've defined the following environment variables:<br>&nbsp;&nbsp;&nbsp;&nbsp;CLASSPATH=&quot;/usr/java/jdk1.5.0_06/lib:/media/MythBurn/lib&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;JAVA_HOME=&quot;/usr/java/jdk1.5.0_06&quot;<br><br>When I run projectx from the command line, it finds commons-net<br>successfully.&nbsp;&nbsp;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>******&nbsp;&nbsp;WARNING - DVD may not fit onto a recordable DVD&nbsp;&nbsp;******<br>******&nbsp;&nbsp;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 -&gt; '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>&lt;snip&gt;<br><br>quick CL usage:<br>Note: CL doesn't load the GUI components, except with switch [-gui]
<br>&lt;without options&gt;&nbsp;&nbsp;...starts the GUI<br>switches and inputfiles can be in any order<br><br>options:<br>[-ini &lt;path + inifile&gt;] ..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 &lt;path&gt;] ..use that specified directory for output<br>[-name &lt;filename&gt;] ..use that specified filename for output<br>[-cut &lt;file&gt;] ..use that text based file as cutpoint list<br>[-chp &lt;file&gt;] ..use that text based file as chapterpoint list
<br>[-id &lt;tokens&gt;] ..use only these (P)IDs, separated by comma &quot;,&quot;<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 &lt;xxx&gt;] ..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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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)&nbsp;&nbsp;I don't know much about java; why can't it find the commons-net<br>library?&nbsp;&nbsp;Have I installed something incorrectly?<br><br>2)&nbsp;&nbsp;Is it normal to get CL usage options, or is something else<br>configured incorrectly?
<br><br>3)&nbsp;&nbsp;Why do I get the following line?&nbsp;&nbsp;(Commercials are flagged for these shows)<br>&nbsp;&nbsp;&nbsp;&nbsp;&quot;commerical cut disabled, remultiplexing for DVD format only&quot;<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>