This discussion is locked
Ted Waldron II

Q: Error: Connection refused

I am new to FCS and I have a server setup. Just recently it is giving me an error message when I try to log in with the Final Cut Server client on all computers connected to the server.
The error reads: Error: Connection refused


Launch File

<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://xserve" href="/~fcsvr/webstart/macJnlp.php">
<information>
<icon kind="default" href="~fcsvr/webstart/FinalCutServer.icns"/>
<icon kind="shortcut" href="~fcsvr/webstart/FinalCutServer.icns"/>
<icon kind="splash" href="~fcsvr/webstart/FinalCutServer.png"/>
<title>Final Cut Server</title>
<vendor>Apple Inc.</vendor>
<homepage href="/FinalCutServer"/>
<description>Final Cut Server</description>
<description kind="short">Final Cut Server</description>
<shortcut online="true">
<desktop/>
<menu submenu="Apple"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="/~fcsvr/webstart/FinalCutServer.jar"/>
<j2se version="1.5*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false"/>
<j2se version="1.6*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32"/>
<property name="apple.awt.graphics.UseQuartz" value="false"/>
<property name="file.encoding" value="UTF-8"/>
</resources>
<resources os="Mac OS X" arch="i386">
<nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
</resources>
<resources os="Mac OS X" arch="ppc">
<nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
</resources>
<application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer">
</application-desc>
</jnlp>


Thank you for your time.

G5, Mac OS X (10.6.4)

Posted on Oct 7, 2010 10:07 AM

Close

Q: Error: Connection refused

  • All replies
  • Helpful answers

  • by John F. Whitehead,

    John F. Whitehead John F. Whitehead Oct 12, 2010 7:04 PM in response to Ted Waldron II
    Level 2 (380 points)
    Oct 12, 2010 7:04 PM in response to Ted Waldron II
    Log in with the client from the server. If that works, see what the admin log is reporting.

    Look at OD/AD/local user permission setups and any firewalls/network ports blocked.
  • by RicM,

    RicM RicM Oct 13, 2010 8:09 AM in response to Ted Waldron II
    Level 1 (10 points)
    Oct 13, 2010 8:09 AM in response to Ted Waldron II
    My FCS has been working well. Came in this morning and got the same error.


    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://192.168.0.5" href="/~fcsvr/webstart/macJnlp.php">
    <information>
    <icon kind="default" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="shortcut" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="splash" href="~fcsvr/webstart/FinalCutServer.png"/>
    <title>Final Cut Server</title>
    <vendor>Apple Inc.</vendor>
    <homepage href="/FinalCutServer"/>
    <description>Final Cut Server</description>
    <description kind="short">Final Cut Server</description>
    <shortcut online="true">
    <desktop/>
    <menu submenu="Apple"/>
    </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <jar href="/~fcsvr/webstart/FinalCutServer.jar"/>
    <j2se version="1.5*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false"/>
    <j2se version="1.6*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32"/>
    <property name="apple.awt.graphics.UseQuartz" value="false"/>
    <property name="file.encoding" value="UTF-8"/>
    </resources>
    <resources os="Mac OS X" arch="i386">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <resources os="Mac OS X" arch="ppc">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer">
    </application-desc>
    </jnlp>

    Message was edited by: RicM
  • by RicM,

    RicM RicM Oct 13, 2010 8:29 AM in response to RicM
    Level 1 (10 points)
    Oct 13, 2010 8:29 AM in response to RicM
    Solved my own problem. The network was shut down last night due to power outage. When FCS was restarted this AM DHCP gave it a different IP address. I changed the network config to "Manual" with a static IP matching what was on the server when I setup FCS. Rebooted and everything is back to normal.