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

Reply
3 replies

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

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.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Error: Connection refused

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.