<p>THANK YOU FOR YOUR ATTENTION...WE TRIED A FEW THINGS AND BASICALLY THINGS RESULTED IN THE SAME ERROR...</p>
<p><br>Server startup failed. Exiting</p>
<div><br>WE SCRUBBED THE ICECAST.XML FILE AND VALIDATED IT AND NO ERROR WERE FOUND...WE THANK YOU FOR TAKING THE TIME TO LOOK OVER THE XML CONFIG FILE INCLUDED IN THE EMAIL AND SEE IF MAYBE OUR ISSUES FOR NOT BEING ABLE TO START THE ICECAST SERVER SUCCESSFULLY ARE HIDDEN TO US WITHIN THE CONFIG FILE...AGAIN THANK YOU FOR YOUR VALUABLE TIME AND KNOWLEDGE.</div>

<div> </div>
<div>THIS IS OUR icecast.xml config file...<br><br><br><icecast><br>    <limits><br>        <clients>100000</clients><br>        <sources>2</sources><br>        <threadpool>5</threadpool><br>
        <queue-size>524288</queue-size><br>        <client-timeout>0</client-timeout><br>        <header-timeout>15</header-timeout><br>        <source-timeout>0</source-timeout><br>
        <!-- If enabled, this will provide a burst of data when a client <br>             first connects, thereby significantly reducing the startup <br>             time for listeners that do substantial buffering. However,<br>
             it also significantly increases latency between the source<br>             client and listening client.  For low-latency setups, you<br>             might want to disable this. --><br>        <burst-on-connect>1</burst-on-connect><br>
        <!-- same as burst-on-connect, but this allows for being more<br>             specific on how much to burst. Most people won't need to<br>             change from the default 64k. Applies to all mountpoints  --><br>
        <burst-size>65535</burst-size><br>    </limits><br><br>    <authentication><br>        <!-- Sources log in with username 'source' --><br>        <source-password>boom</source-password><br>
        <!-- Relays log in username 'relay' --><br>        <relay-password>boom</relay-password><br><br>        <!-- Admin logs in with the username given below --><br>        <admin-user>admin</admin-user><br>
        <admin-password>boom</admin-password><br>    </authentication><br><br>    <!-- set the mountpoint for a shoutcast source to use, the default if not<br>         specified is /stream but you can change it here if an alternative is<br>
         wanted or an extension is required.--><br>    <shoutcast-mount>/stream1.mp3</shoutcast-mount> <br>    <br><br>    <!-- Uncomment this if you want directory listings --><br>    <br>    <directory> <br>
        <yp-url-timeout>15</yp-url-timeout><br>        <yp-url><a href="http://dir.xiph.org/cgi-bin/yp-cgi">http://dir.xiph.org/cgi-bin/yp-cgi</a></yp-url><br>    </directory> <br>     <br><br>
    <!-- This is the hostname other people will use to connect to your server.<br>    It affects mainly the urls generated by Icecast for playlists and yp<br>    listings. --><br>    <hostname>196.74.66.143</hostname><br>
<br>    <!-- You may have multiple <listener> elements --><br>    <listen-socket><br>        <port>8000</port><br>        <bind-address>127.0.0.1</bind-address> <br>        <shoutcast-mount>/stream1.mp3</shoutcast-mount> <br>
    </listen-socket><br>    <br>    <listen-socket><br>        <port>8001</port><br>    </listen-socket><br>    <br><br>    <master-server>127.0.0.1</master-server><br>    <master-server-port>8001</master-server-port><br>
    <master-update-interval>120</master-update-interval><br>    <master-password>boom</master-password><br><br>    <!-- setting this makes all relays on-demand unless overridden, this is<br>         useful for master relays which do not have <relay> definitions here.<br>
         The default is 0 --><br>    <!--<relays-on-demand>1</relays-on-demand>--><br><br>    <br>    <relay><br>        <server>127.0.0.1</server><br>        <port>8001</port><br>
        <mount>/stream1.mp3</mount><br>        <local-mount>/different.ogg</local-mount><br>        <on-demand>1</on-demand><br><br>        <relay-shoutcast-metadata>1</relay-shoutcast-metadata><br>
    </relay><br>    <br><br>    <!-- Only define a <mount> section if you want to use advanced options,<br>         like alternative usernames or passwords. --><br>    <mount><br>        <mount-name>/stream1.mp3</mount-name><br>
<br>        <username>sphynx</username><br>        <password>boom</password><br><br>        <max-listeners>10000</max-listeners><br>        <dump-file>/tmp/dump-stream1</dump-file><br>
        <burst-size>65536</burst-size><br>        <fallback-mount>/stream2.mp3</fallback-mount><br>        <fallback-override>1</fallback-override><br>        <fallback-when-full>1</fallback-when-full><br>
        <intro>/example_intro.ogg</intro><br>        <hidden>1</hidden><br>        <no-yp>1</no-yp><br>        <charset>latin1</charset><br>        <public>0</public><br>
        <stream-name>sphynxradio.com_stream1.mp3</stream-name><br>        <stream-description>the choice for new hits playing independent artist 24/7</stream-description><br>        <stream-url><a href="http://www.sphynxradio.com">http://www.sphynxradio.com</a></stream-url><br>
        <genre>multi-genre format</genre><br>        <authentication type="htpasswd"><br>                <option name="filename" value="myauth"/><br>                <option name="allow_duplicate_users" value="0"/><br>
        </authentication><br>        <on-connect>/home/icecast/bin/stream-start</on-connect><br>        <on-disconnect>/home/icecast/bin/stream-stop</on-disconnect><br>    </mount><br><br>
    <mount><br>        <mount-name>/stream2.mp3</mount-name><br>        <authentication type="url"><br>            <option name="mount_add"       value="<a href="http://myauthserver.net/notify_mount.php">http://myauthserver.net/notify_mount.php</a>"/><br>
            <option name="mount_remove"    value="<a href="http://myauthserver.net/notify_mount.php">http://myauthserver.net/notify_mount.php</a>"/><br>            <option name="listener_add"    value="<a href="http://myauthserver.net/notify_listener.php">http://myauthserver.net/notify_listener.php</a>"/><br>
            <option name="listener_remove" value="<a href="http://myauthserver.net/notify_listener.php">http://myauthserver.net/notify_listener.php</a>"/><br>        </authentication><br>    </mount><br>
<br>    <br><br>    <fileserve>1</fileserve><br><br>    <paths><br><!-- basedir is only used if chroot is enabled --><br>        <basedir>/vz/private/VID</basedir><br><br>        <!-- Note that if <chroot> is turned on below, these paths must both<br>
             be relative to the new root, not the original root --><br>        <logdir>/var/log</logdir><br>        <webroot>/var/www/html</webroot><br>        <adminroot>/home/sphynx/icecast-2.3.2/admin</adminroot><br>
        <pidfile>/usr/local/share/icecast/usr/local/etc/icecast.pid</pidfile> <br><br>        <!-- Aliases: treat requests for 'source' path as being for 'dest' path<br>             May be made specific to a port or bound address using the "port"<br>
             and "bind-address" attributes. --><br>          <br>     <br>        <alias source="/foo" dest="/bar"/><br>          <br>        <!-- Aliases: can also be used for simple redirections as well,<br>
             this example will redirect all requests for http://server:port/ to<br>             the status page. --><br>          <br>        <alias source="/" dest="/status.xsl"/><br>    </paths><br>
<br>    <logging><br>        <accesslog>icecast/access.log</accesslog><br>        <errorlog>icecast/error.log</errorlog><br>        <!--<playlistlog>/var/log/httpd/playlist_log</playlistlog>--><br>
      <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --><br>      <logsize>10000</logsize>1 <!-- Max size of a logfile --><br>        <!-- If logarchive is enabled (1), then when logsize is reached<br>
             the logfile will be moved to [error|access|playlist].log.DATESTAMP,<br>             otherwise it will be moved to [error|access|playlist].log.old.<br>             Default is non-archive mode (i.e. overwrite)--><br>
        <br>        <logarchive>1</logarchive> <br>    </logging><br><br>    <security><br>        <chroot>1</chroot><br>        <br>        <changeowner><br>            <user>sphynx</user><br>
            <group>sphynx</group><br>        </changeowner><br>        <br>    </security><br></icecast><br></div>
<div> </div>
<div>Thank you,</div>
<div> </div>
<div>Luis Barrett</div>
<div> </div>