Final Cut Server Launch Error

Hi Folks,
I wanted to run this by the community; I can not seem to get Final Cut Server running on the client side. Every time I attempt to access the media management (http://mydomain/finalcutserver), Java begins to load the software, but subsequently fails to load with an error message “unable to lunch application”. Has any one encountered this before? Is this a Final Cut software error? If so, do you have any suggestions as to how I may go about fixing this?
Basically what happens is that Java throws an exception (see below):
Exception:
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Documents and Settings\olejnikp\Local Settings\Temporary Internet Files\Content.IE5\6Z9XEFXU\Final Cut Server[1].jnlp]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
*Wrapped Exception:*
java.io.FileNotFoundException: C:\Documents and Settings\olejnikp\Local Settings\Temporary Internet Files\Content.IE5\6Z9XEFXU\Final Cut Server[1].jnlp (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Message was edited by: Shiloh Arts
Message was edited by: Shiloh Arts
Message was edited by: Shiloh Arts

I had a similar error with one of my Mac clients. I found the following info that cleared it up for OS X users.
Here's how to reliably reinstall the Java Client on a Mac.
Delete the Java Applet, usually found on the Desktop. (Sometimes an end-user has placed this in their Applications folder.)
Delete the following folders (directories):
~/Library/Caches/Java/
~/Library/Caches/com.apple.finalcutserver/
Delete the following file:
~/Library/Preferences/com.apple.finalcutserver.plist
(Note: ~ means the user's home folder, ie. /Users/<username>)
Now, go back to the URL of your Final Cut Server box:
http://<ip or domain here>/finalcutserver
...and the reinstall should go well.

Similar Messages

  • Final Cut Server Client Error won't start Application

    Hello I am new to Final Cut Server 1.1 I have setup the server on a Mac Pro Intel based with 8Gb of memory 2x3.2Ghz Quad Core processor. the server is running fine I am able to connect to it from another workstation (windows and MAC) through the web browser but when the application starts this is the exception I get on the MAC client:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.javaws.Launcher.executeApplication(Launcher.java:1812)
    at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1750)
    at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1532)
    at com.sun.javaws.Launcher.run(Launcher.java:135)
    at java.lang.Thread.run(Thread.java:637)
    Caused by: java.lang.UnsatisfiedLinkError: quicktime.QTSession.Gestalt(I[I)S
    at quicktime.QTSession.Gestalt(Native Method)
    at quicktime.QTSession.gestalt(QTSession.java:935)
    at quicktime.QTSession.open(QTSession.java:641)
    at quicktime.QTSession.open(QTSession.java:608)
    at com.apple.FinalCutServer.javaui.quicktime.QTInit.open(QTInit.java:37)
    at com.apple.FinalCutServer.javaui.FinalCutServer.main(FinalCutServer.java:263)
    ... 9 more
    I have checked that all apple updates have been applied but can't get around this error. Has anyone any suggestions? We are very eager to get this server running.
    Thank you!

    Thank You
    That solution worked like a charm on the MAC workstations but it still does not work on the Windows XP workstations. Is there anything that addresses that issue?
    Newbie

  • Recently upgraded my Java to Java SE 6 1.6.0_33; now Final Cut Server won't launch due to security restrictions. Help!

    Running OSX 10.6.8, and I received a Software Update notification this morning stating that Java has a security update available. So, being the dilligent updater that I am, I updated to Java SE 6 1.6.0_33. Now Final Cut Server will not launch, stating "Unsigned application requesting unrestricted access to system"
    Is there an exception list somewhere for the Java client to which I can add FCS? (Sorry, I'm not very familiar with Java)
    Here is the launch file and exception info:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
      spec="1.0+"
      codebase="http://192.168.1.103" href="/FinalCutServer/FinalCutServer_mac.jnlp">
      <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>
    JNLPException[category: Security Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://192.168.1.103/" href="http://192.168.1.103/FinalCutServer/FinalCutServer_mac.jnlp">
      <information>
        <title>Final Cut Server</title>
        <vendor>Apple Inc.</vendor>
        <homepage href="http://192.168.1.103/FinalCutServer"/>
        <description>Final Cut Server</description>
        <description kind="short">Final Cut Server</description>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.icns" kind="default"/>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.icns" kind="shortcut"/>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.png" kind="splash"/>
        <shortcut online="true">
          <desktop/>
          <menu submenu="Apple"/>
        </shortcut>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <jar href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.jar" download="eager" main="false"/>
        <java initial-heap-size="67108864" max-heap-size="314572800" java-vm-args="-Dapple.awt.graphics.UseQuartz=false" version="1.5*"/>
        <java initial-heap-size="67108864" max-heap-size="314572800" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32" version="1.6*"/>
        <property name="apple.awt.graphics.UseQuartz" value="false"/>
        <property name="file.encoding" value="UTF-8"/>
        <nativelib href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer_MacOSX.jar" download="eager" main="false"/>
      </resources>
      <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer"/>
    </jnlp> ]
        at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:16 91)
        at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1507)
        at com.sun.javaws.Launcher.prepareResources(Launcher.java:1281)
        at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:634)
        at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:336)
        at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:208)
        at com.sun.javaws.Launcher.launch(Launcher.java:125)
        at com.sun.javaws.Main.launchApp(Main.java:451)
        at com.sun.javaws.Main.continueInSecureThread(Main.java:283)
        at com.sun.javaws.Main$1.run(Main.java:116)
        at java.lang.Thread.run(Thread.java:680)

    Aha! I was able to solve the problem thanks to the help of another editor.
    Open Java Preferences (Applications > Utilities)
    Click the check box on the first page to allow web applets
    Under the security tab, there will be an existing Security Certificate (signed by Apple Inc.) that is likely for FCSvr. Delete the certificate.
    Open FCSvr again, and Java will prompt you as to allow it or not. Click Allow and tell it to remember for future use.
    Badabing, badaboom! FCSvr is back up and running!
    (Note this is for client-side only)

  • After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.

    After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.
    I know this error on windows machines but cannot get a solution for OSX.

    I have fixed this by installing the latest combo update

  • Final Cut Server Error Result Too Large

    In Final Cut Server when trying to check out a project or add files to a project i get the following error ::
    Error: could not read block 5469422 of relation 1663/16385/16653: Result too large
    I have seen similar post's but no resolution.
    Final Cut Server on Xserve 10.5.8
    XSAN 2.2
    Present on all 12 client machines

    Does this occur only on specific projects or all projects?  If it only happens on a specific project it's likely a invalid asset in which deleting and re-cataloging it would be the simplest solution.  If this happens with any asset you try to check out, then there may be a larger database issue and you may consider restoring from a backup.

  • Final Cut Server 1.5: G5 clients won't launch from icon

    So I upgraded my client from FCServer 1.1.1 to 1.5. They have a mix of G5 and Mac Pro stations. The 4 Mac Pros are all working fine after some fiddling and Java cache deleting. The G5s, however, won't run the client launched from the saved icon.
    Scenario:
    Access the client download from (IP address)/finalcutserver in a web browser - this works.
    The applet downloads and saves - this works.
    SOMETIMES it asks where to save the app - sometimes works.
    The client app runs, logs in, all working fine - great.
    BUT...if you quit and try to relaunch from that icon, it doesn't work. Purged Java caches, emptied the cache in the client, etc. - nothing. Updated from 10.5.7 to 10.5.8, same problem.
    The Intel boxes all work, none of the G5s do - seems entirely platform specific.
    -mike

    Heh... I solved this... in a manner of speaking. I really appreciate the input from Nicholas, Andy, RadUS, and everyone else, but nothing worked.
    Weird. May be actually a Java problem, not a FCSvr problem, maybe something in the Java implementation of 10.5.7 and later. But who knows? No word on this from Apple. There's a surprise.
    Here's the solution I ended up with. It's a cop-out I know, but it works!
    My solution was to put the Final Cut Server.jnlp file on my desktop and just launch it from there. You can even make it look like the desktop app if you want. Here's how:
    First you have to get the Final Cut Server.jnlp file on your desktop. It's not easy to find, because it's located in some weird temp directory somewhere buried in the recesses of the OS. If you don't know where it is, look through your browser's download history and find it. You can always redownload it by going to your server (yourserver.com/finalcutserver) and redownloading it. When you find it, move it to your desktop. Then do a Get Info on both the desktop app and jnlp file. Click on the icon for the app (the tray with the balls) and press Command C to copy the icon. Then click on the jnlp icon (the document with the cup of java) and press Command V to paste the FCSvr desktop app icon to the jnlp. Then check "hide extension" in the jnlp's get info window. Voila. You now have a "fake" desktop app. Yes, it's fake. Get over it! You won't be able to tell a difference. This is the only solution I came up with and I reinstalled Leopard twice.
    Hope this helps others too!
    Jason
    Message was edited by: nylonoxygen77
    Message was edited by: nylonoxygen77

  • QT Error -8961 generated when exporting from Final Cut Server

    Not sure about this one.  We have a user that is trying to export a clip through quick time via Final Cut Server, but they are getting error -8961.
    Has any one heard of this error before?

    Yes, go into the Admin window in the Java client (as opposed to the System Preferences pane) and go to Transcode Settings. FInd the setting you wish to be able to export with, double click to open it, and add the "Export" device to its list of destination devices. Save and close. You may need to log out and back into FCSvr to see the changes reflected in your Export window.

  • Final Cut Server Client not opening

    So I really new to Final Cut Server (FCS). I have installed FCS on my Xserve as well as the FCS client on my laptop (Did all of that on a local LAN). When I go to my house and try to access FCS client it throws me an error, saying "Unable to launch the application". I really don't know what the issue. Here is the code that is given via java when i click details.
    Launch File:
    "<?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://xserve.local" href="/FinalCutServer/FinalCutServer_mac.jnlp">
    <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>"
    Exceptions:
    java.net.UnknownHostException: xserve.local
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:433)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:477)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
    at sun.net.www.http.HttpClient.New(HttpClient.java:304)
    at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection. java:965)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java :917)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:842)
    at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:185)
    at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(BasicHttpRequest.java:68)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:933)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:838)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:157 4)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:153 4)
    at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:217)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(LaunchDownload.java:1979)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:655)
    Please someone help me out. I have been trying to get this for a few days.

    Try removing the FCSvr client from your local machine and then reinstalling it from the web installer while you are connected via VPN. Run these commands in Terminal to remove it:
    rm -r ~/Library/Caches/Java/
    rm -r ~/Library/Caches/com.apple.finalcutserver/
    rm ~/Library/Preferences/com.apple.finalcutserver.plist
    rm -r ~/Desktop/Final Cut Server.app
    Sometimes my client just won't launch like you are seeing and reinstalling it within whatever network connection I'm using gets it working again.

  • Integrating Final Cut Server 1.5 with Active Directory

    Following the directions in the Final Cut Server Setup Guide and I am running into errors. Fun with Final Cut Server. Fun with Kerberos.
    Final Cut Server v.1.5 is running on an Intel Xserve running 10.5.6 Server, joined to AD. Active Directory is running on a Windows Server 2008 setup.
    I dropped the ini files on the domain controllers, as directed by Apple KB (http://support.apple.com/kb/HT3688) and I ran the commands directed in the setup guide.
    The adprincadd command should be run literally, of course, but there's a mistake straight-away when it should read "./adprincadd.pl", the ".pl" is missing. Also it says "fcsvr/fqdn of fcsvr", so naturally I replaced the fqdn, but the "fcsvr" prefixed threw me off. It gave me errors until I opened Kerberos.app and notcied that the kerb ticket was in ldap/, then the command worked for me. At least no errors, until I checked the ticket and it said I had no permissions and that the keytab entry was invalid. Wheeee.
    1. First I tried:
    (some info redacted)
    node09:sbin root# ./adprincadd.pl -dc dc01.example.com. fcs.example.com.
    Getting kerberos principal for computer account
    Kerberos principal is ---
    Getting computer id...---
    Getting AD Domain...---
    Base DN is dc=example,dc=com
    getting kerb ticket using [email protected] got ticket
    SASL-bind to dc01.example.com. successful
    Computer record is at CN=---,CN=Computers,DC=example,DC=com
    Checking to see if ---.--.---. exists...000020B5: AtrErr: DSID-031529F7, #1:
    0: 000020B5: DSID-031529F7, problem 1005 (CONSTRAINTATTTYPE), data 0, Att 90303 (servicePrincipalName)
    at ./adprincadd.pl line 165
    2. Then I noticed the /ldap in Kerberos.app and changed the adprinadd command:
    Everything ran well, with no errors...
    Finding kvno...2
    Reading /etc/krb5.keytab...done.
    Creating new keytab file...done.
    Writing out temporary keytab...done.
    Making backup of old keytab and moving new keytab into place...done.
    Operation Completed. You can verify with "kinit <ad user>; kvno -k /etc/krb5.keytab ldap/---.example.com"
    3. Verifying with kinit gave me the keytab errors:
    kinit matx; kvno -k /etc/krb5.keytab ldap/fcs.example.com
    Please enter the password for [email protected]:
    ldap/[email protected]: kvno = 2, keytab entry invalid
    kvno: Permission denied while decrypting ticket for 'ldap/[email protected]'
    Thoughts?

    Hello, I'm having issues with the client login after AD integration. I followed the steps from http://support.apple.com/kb/HT3818 and the Terminal output reported a success.
    I'm able to add AD groups in Final Cut Server Group Permissions. However, when I try logging in on the FCServer client using credentials associated with AD group I've added, I'm getting an error message from the client stating:
    "Please re-enter the username and password or contact the server administrator. Please note that the username and password are case-sensitive."
    The FQDN is correct in the Server field of the client.
    I'm able to log into the client using locally created user accounts that I've created on the server so I know the client is communicating correctly.
    The only thing I can find in the Console for the client machine is this:
    11/25/09 10:50:12 AM /Users/*/Desktop/Final Cut Server.app/Contents/MacOS/Final Cut Server[1773] Warning: accessing obsolete X509Anchors.
    In the server Console, this is a suspect message: /Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/MacOS/fcsvr_stored[77891] pps proxy error: dsDoDirNodeAuth = -14091
    Not finding much info out there regarding this. Any guidance is appreciated.

  • Long HDV and XDCAM clips through Final Cut Server

    Hi,
    I know that I could post this in Compressor and/or Quicktime and/or Leopard/Tiger Forums, but as this problem it`s causing my Final Cut Server to not working well, I think it makes sense to post here.
    To resume: HDV and XDCAM clips (all on original codec, only xdcam transferred to mov in xdcam transfer) with file size bigger than exactly 4GB always FAILS in "Final Cut Server"/"Compressor alone in ANY machine installed from scratch"/"Anything that uses Quicktime". Source and Destination being localy or networked. DV or DV50 can get bigger than that, I`ve never seen this error with DV`s codecs.
    I had seen this problem before I bought final cut server. When I was transcoding our interviews for transcription. We always worked with BETA SP and captured in DV or DV50. We were starting to go to HDV and now to XDCAM and this error has started to appear.
    I have a "proxy" made a year ago from a HDV and it`s original has 8GB. I tried this file again and as I expected didn`t work. In ANY computer with any installations with only the latest updates. I`ve remembered that I was using Tiger at this time, and Quicktime/Tiger/ProApps had a old version.
    My two cents are that some update from Tiger/Leopard/QuickTime/ProApps made this happen.
    So ANY HDV/XDCAM file bigger than 4GB it`s FAILING in ANY system. (Tiger or Leopard, With or without FCP and QT PRO, Installed from scratch and updated every thing).
    Some tests I`ve made:
    -Compressor works with this two codecs to lower res in TIGER and with QuickTime Version 7.4.0 and LOWER. (had to be tested, but I think that was my version of QT when I managed to make the proxy of this two codecs).
    -Compressor doesn`t work on any system with QT above 7.4.0.
    -CATDV (http://www.squarebox.co.uk/) version 6 can make proxy versions of this two codecs in TIGER ONLY! They already know of this problem and CATDV 7 works on both.
    -Compressing in compressor with H.264 (same codec as the FCSvr proxy) BUT without changing the resolution, size and etc. Works OK in both Tiger and Leopard.
    -Exporting through QT works in ANY system BUT I loose TC, so it`s not an option (and I can`t input this workflow in FCSvr without using compressor).
    -Exporting from FCP as QuickTime Movie with H.264 doesn`t work on Both (Tiger and Leopard).
    -Exporting fro FCP as QuickTime Conversion with H.264 works but as exporting from QT I loose TC and can`t input this into FCSvr workflow.
    Error message are always: "QuickTime error = -50" or "QuickTime error: corrupted data" (and of course it`s not corrupted because it`s used - even in FCP to edit - and opened viewed, catdv can do proxy and everything).
    I`m surprised not to see anyone freaking out about this issue... I don`t think that It`s only me.
    This is some problems that I came across while trying to find a solution:
    http://www.paulescandon.com/blog/?p=39
    http://discussions.apple.com/thread.jspa?messageID=4912265&#4912265
    http://www.squarebox.co.uk/faq155.html
    http://discussions.apple.com/thread.jspa?messageID=5513003&#5513003
    http://discussions.apple.com/thread.jspa?threadID=1903644&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1780228
    http://discussions.apple.com/thread.jspa?threadID=1853507
    As you can see this is not the first time I`ve posted about this issue.
    I`m sending a bug report as well.
    Thank You all in advance.
    Regards

    Hi Chará!
    We should, but I think the others will be disappointed eheheheh.
    It doesn`t matter what version of Leopard I`m using (right know I`m using Leopard Server 10.5.6, but this issue has happened even with 10.4 if QT is updated and all updates of 10.5 up, as I`
    ve mentioned above).
    What file size are those clips that are longer than 10min?
    I really don`t get, how it`s possible that just the two of us has HDV and XDCAM files with file size longer than usual? Maybe people that do interviews don`t like to record the entire interview and when capturing those clips would be under this file size limit? Or maybe we are the only ones in the whole world that transcode longer HDV and XDCAM clips (it`s funny that it doesn`t even need to be FCSrv, with only ONE machine and compressor this issue happens all the time).
    I`m convinced that I have to install a Tiger version in a virtual machine with compressor and doesn`t update anything to test this further on. But I`m certain that with TIGER and CATDV this works ok! And I think that CATDV uses QT engine to do this transcodes.
    This is too much of a mystery to me. Maybe it`s time to spend 24+ hours with apple in a international call and probably not getting anywhere.
    I`m only posting this here in FCSrv forum because this issue it`s must worse when you have hundreds of clips with this issue and if you bought the package it doen`t matter if it`s a problem with QT+OSX or whatever, apple has to solve it for FCSrv use.
    Do you reckon?
    Let`s get in touch through email: lucas at rwcine.com.br
    (at = @ and delete spaces).
    Regards

  • Hardware Configurations for Final Cut Server

    I am a small video production shop, currently running 2 standalone FCP stations; one Intel tower FCP7 with about 3T of firewire 800 Raid 1 storage, and one PPC G5 tower FCP6, on a gigibit ethernet network with a central NAS. I am adding a 3d station and a new employee. The problem we have run into is that many assets seem to always reside on the wrong system, and duplicate projects become impossible to resolve and archive effectively. We shoot exclusively on HDV.
    This is the setup I am considering....
    Convert the Intel Mac Pro tower to Final Cut Server
    Buy 3 27"iMacs for edit stations
    My plan would be to have all projects reside on the FCPServer and edit on 422 Proxy versions on the iMacs. I understand that each iMac would need a copy of FCP. Would they all need to be FCP7 to work on the same project at different times?
    Other questions:
    Would working on a gigabit ethernet network be a bottleneck?
    Could I ingest video directly to the server? Is there a way to capture 422 video onto the server or would that require a separate copy of FCP on the server to capture from tape? If so could I use the older FCP6 copy withot upgrading just for capture? Alternately could I use a copy of FCExpress on the server just to create a project and capture on the server then open and convert to FCP7?
    Any suggestions for what to do with the Dual 2.5G PowerPC Tower?

    ProRes wil be much faster for rendering on the client and transcoding on any machine, and will also allow for more realtime effects vs native HDV in FCP. "Full-rez" is a misnomer here, since ProRes Proxy does not sacrifice any resolution and indeed has a higher bitrate than native HDV. You might find that your HDV source looks just as good in ProRes Proxy (it is very high quality, just not as pristine as the higher quality versions of ProRes).
    Remember, ProRes 422 Proxy is still a 4:2:2 10-bit codec. I think you'd need to look awfully close to see a qualitative difference. You can choose to use ProRes Proxy at lower resolutions than your source media, but you don't need to. It is designed to work all the way up to 2K and maintain all the color fidelity of a 10-bit codec.
    When you check in a project that you are cutting locally with Edit Proxies, FCSvr relinks the project to the original media, but it does not render anything. You would need to open the project on the FCSvr host with FCP to create an flattened QuickTime against the original media (in your case native HDV).
    You can recapture, but when you have FCSvr cataloging your clips, you do not want to recapture the same media and duplicate the asset. If you are careful and recapture the clips that were disposed of to the exact same location with the exact same filename as before, FCSvr will re-link the media to the asset automatically. However, that workflow is very human-error-prone and I strongly recommend you not adopt it. Keep your source HDV tapes as a worst-case backup, but if you are going to use FCSvr, use its archive capability to RAID-1 external drives and only go back to the tapes if all else fails. And you'll need to be very careful to match you prior ingest if you do.
    Of course, you can always delete an asset altogether when you're done with its media and later recapture the footage from tape and treat it as a new asset. It depends on how interested you are in keeping your asset records and their proxies intact for media you plan to remove from storage.
    I'd take a good long look at ProRes Proxy vs HDV for quality. If you can't see a difference, capture to ProRes Proxy and make that your online format. Then you won't be eating up all your storage on the server keeping both the HDV original and a ProRes Proxy for edit proxies. If you don't enable edit proxies, FCSvr just hands out the original media.

  • Final Cut Server Info Window - Which Group Controls the information?

    I have been searching the forums and have found similar postings but none that solve what i am seeing and wondering if it is my database (been configuring quite a bit and may have messed something up) or just an oversight of the wrong metadata group. I did notice that it happened when shortly after i needed to recover from a backed up version of the database.
    Here is my issue. When you look at the main assets pane of final cut server you see all of the thumbnails which is great. Double clicking an asset bring up what i refer to as the info window for that asset. in configuration i have inadvertently removed the thumbnail representation of the asset and all of the data underneath from there, except for one custom metadata field. the productions still have the thumbnail, but have also lost a significant amount of data under the thumbnail.
    I would like to put some of the info back but do not know which group to modify. I have looked inside the metadata groups from this post to see if it would help but no luck:
    <http://discussions.apple.com/thread.jspa?messageID=9136299&#9136299>
    thought it was the AssetTilesView that affected that window's info on that pane. I looked inside that group but many fields in are listed in that configuration list when brought up. like i mentioned above, only one is listed when viewed outside the configuration window what the client app would see.
    The only group that i have been modifying as per my knowledge was the asset_search group to add custom fields i made to the search criteria.
    hope this is clear. i am tired and a little exhausted from racking my brain. thanks in advance.

    i figured it out. it was an error between the chair and the keybord..
    for those that stumble on this...
    aside from the order the groups show up in the list Asset, P2.. ect.
    the display priority affects the layout of the variables on the info page. so if the window layout looks odd (no thumbnail, or missing metadata) check the display priority.

  • Final Cut Server: Cannot connect to Java Web Start with a web browser

    I get this exact error http://support.apple.com/kb/TS1610, but their steps do not fix it.
    sudo cp /etc/apache2/sites/0000any_80.conf.default /etc/apache2/sites/0000any_80.conf
    has me validate and then goes back to the prompt the other:
    Xserve:~ admin$ sudo /Library/Application\ Support/Final\ Cut\ Server/Final\ Cut\ Server.bundle/Contents/Resources/sbin/post-install.sh
    Stopping Final Cut Server services ...
    launchctl: Error unloading: com.apple.FinalCutServer.fcsvr_ldsd
    launchctl: Error unloading: com.apple.FinalCutServer.fcsvr_stored
    Starting postgresql ...
    Initializing database ...
    could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.8820"?
    connection failed, retrying (1) ...
    -- updating: pxtraitclass
    -- updating: pxperm
    -- updating: pxgroup
    -- updating: pxschema
    -- updating: pxentitylinktype
    -- updating: pxenum
    -- updating: pxenumentry
    -- updating: pxmdfield
    -- updating: pxtrait
    -- updating: pxmdgroup
    -- updating: pxmdgrouphasfield
    -- updating: pxeventstatus
    -- initializing config package: base
    -- updating: enum
    -- updating: enumentry
    -- updating: mdfield
    -- updating: mdgroup
    -- updating: mdgrouphasfield
    -- updating: mdmap
    Settings plist already present, not overwriting.
    Starting Final Cut Server services ...
    Configuring webstart for OS X Server on default site ...
    web:Modules:array_id:php5module:enabled = yes
    web:Modules:array_id:userdirmodule:enabled = yes
    web:Modules:array_id:apple_userdirmodule:enabled = yes
    web:Sites:array_id:*:80_:IfModule:_array_id:mod_rewrite.c:RewriteCond:_arrayindex:0 = "%{REQUEST_METHOD} ^TRACE"
    web:Sites:array_id:*:80_:IfModule:_array_id:modrewrite.c:RewriteEngine = yes
    web:Sites:array_id:*:80_:IfModule:_array_id:mod_rewrite.c:RewriteRule:_arrayindex:0 = ".* - [F]"
    web:Sites:array_id:*:80_:IfModule:_array_id:mod_rewrite.c:RewriteRule:_arrayindex:1 = "^/FinalCutServer$ /~fcsvr/Sites/webstart/index.php [NC,L]"
    service: This command still works, but it is deprecated. Please use launchctl(8) instead.
    service: This command still works, but it is deprecated. Please use launchctl(8) instead.
    Xserve:~ admin$
    Help? I should point out this is my first experience with OSXserver and I am not exactly an advanced user.
    Message was edited by: otterholt

    Hi, this dind't help.
    I can resolve host name, so it looks like DNS works:
    If I typed: <IP address> or localhost or localhostname.local or hostname I stiil get the default OS X web page with services, but no service is available not I can't connect to FCS web start page.
    I didn't change DNS records - it is default as it was after installation of system and FCs.

  • Final Cut Server on edit suite?

    We're thinking about purchasing Final Cut Server, but I'm not clear about whether we'll need to put it on a dedicated system or if we could run it on an edit suite. We're rarely going to have more than 3 users at a time using it, and probably 75% of the media is already on one Mac Pro in a combination of internal and external drives and an Xsan. It would be a big advantage in terms of both cost and convenience to be able to run Final Cut Server on that computer, but is that a reasonable thing to do? Would it have a significant impact on editing? Would it use up too much CPU time and memory?

    FCS uses a lot of processing power when you add things to the library because it is doing several things at once. I've maxed out a 4 core 2.6GHZ easily, especially when there are errors. The whole thing will redline. We're actually thinking about using an 8 core instead. we're also offloading a lot of the compression to the server to free up the editing machines.

  • Final Cut Server Edit Proxy

    Hi,
    I need to do remote editing (with FCP7) over small bandwith WAN (1Mbps) therefore I configure Final Cut Server (V1.5.1) Edit Proxy to use a Quicktime H.264 codec with the following parameters:
    File Extension: mov
    Estimated size: unknown
    Audio Encoder
    AAC, Stereo (L R), 48.000 kHz
    Video Encoder
    Format: QT
    Width: (100% of source)
    Height: (100% of source)
    Pixel aspect ratio: Default
    Crop: None
    Padding: None
    Frame rate: (100% of source)
    Frame Controls: Automatically selected: Off
    Codec Type: H.264
    Multi-pass: Off, frame reorder: On
    Pixel depth: 24
    Spatial quality: 0
    Min. Spatial quality: 25
    Temporal quality: 50
    Min. temporal quality: 25
    The workflow is:
    The remote editor choose on Final Cut Server the FCP project he has to work on, do a Check Out of the project on his Final cut Pro 7 local station by selecting "use: edit proxy" and "keep media with project". Project and associated footage are then uploaded from the server to the remote FCP7 station with no problem.
    When the upload is complete, the editor simply open the project file to start editing on his station. This workflow was working allright till january: when opening the project the FCP7 doesn't reconnect the media with an error message:
    "one or more of the updates requested by Final Cut Server could not be applied. (one or more replacement (s) had unexpected track setting.)" and media files are Offline! When trying to reconnect manually by indicating the proper path for the missing files, I have to uncheck "Matched Name and reel only" to select the edit proxy files. It looks like it was still linked with the original media...
    Looking at the project file, the paths for the proxy files are the proper ones...
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>fileSubs</key>
    <array>
    <dict>
    <key>newurl</key>
    <string>file://localhost/Users/XXXXX/Desktop/testbdw10/media/_FCS__XXX.XXX.XXX.XXX/dev/3/1670_179_004301.mov</string>
    <key>originalurl</key>
    <string>file://localhost/Macintosh%20HD/Users/XXXXX/Documents/Final%20Cut%20Pro%20Docume nts/Capture%20Scratch/Untitled%20Project%201/179004301.mov</string>
    </dict>
    <dict>
    <key>newurl</key>
    <string>file://localhost/Users/XXXXX/Desktop/testbdw10/media/_FCS__xxx.xxx.xxx.xxx/dev/3/1674_179_003601.mov</string>
    <key>originalurl</key>
    <string>file://localhost/Macintosh%20HD/Users/XXXX/Documents/Final%20Cut%20Pro%20Documen ts/Capture%20Scratch/Untitled%20Project%201/179003601.mov</string>
    </dict>
    </array>
    <key>version</key>
    <integer>0</integer>
    <key>versionMin</key>
    <integer>0</integer>
    </dict>
    </plist>
    If I change the Edit Proxy setting for ProRes 422 (Proxy) on Final Cut Server edit proxy setting then the reconnection is working OK. I cannot use this workaround as the files are then far too big to be tranferred over a 1Mbps WAN.
    The setup with the Quicktime H.264 edit proxy was working fine after, it seems, the installation of Pro applications update 2009-01 issued end of october 2009, but since january 2010 it does not work anymore.
    Final Cut Server is version 1.5.1 with Mac Os X server is 10.5.8
    Editing station are running Final Cut Pro 7.0.1 and Mac Os X 10.5.8
    What could be wrong ? Does anybody encountered this type of problem?
    Any suggestions welcomed!
    Thanks.

    I'm dealing with this issue right now (FCSv 1.5.1 latest pro app updates, 10.6.2, FCP7). I was under the impression that you could make edit proxies that were 25% resolution (as opposed to just using an efficient codec), but Final Cut Pro is having a rough time getting it right. I too am only getting success with ProRes-Proxy, audio passthrough, and 100% res/everything else. I tried using Apple Intermediate Codec with default "100%" settings and audio passthrough but had no luck. It's way heavier than ProRes Proxy anyways.
    The only suggestion I can make is try your h264 solution with audio passthrough (or Linear PCM) instead of AAC. If that makes a difference we're on to something. Some people started having this issue after an iTunes update, so maybe AAC is the source of the problem.
    The edit proxy workflow really needs tweaking from Apple to cater to internet-based solutions rather than fiber/SAN environments where bandwidth is a non-issue.
    I'll report back later after some more testing.

Maybe you are looking for

  • Insert data in a user master data Table

    Hi every body, I've created a User Master data table named 'MyTable'. i want to add data to this table but there is an error which occur : 'to generate this. First Define the Numbering Series in the Administration Module'.  I want to add data to this

  • Updated original iPhone to OS 3.0 don't even have the App Icon now!

    Updated original iPhone to OS 3.0 now most APPs are missing ? ! Anything I can do?

  • Custom (Z fields) to External Tax systems

    Hello, I have a requirement to pass custom attributes (Z fields) to External Tax calculator Sabrix from CRM.  Does anyone have a solution for this? I tried searching some notes but without luck. Thanks for your help. Regards, Padma

  • Compiled Client Error

    I am experiencing a problem building an application that I have not experienced before. While I am compiling my client, I am receiving the following error: BEGIN FILE Working directory is c:\forter3m\tmp\cg1\pc_nt\spectr0 Processing BOM file: spectr0

  • ITunes direct movie downloads in iPhone 3GS

    I'm probably being really simple here, but I can't seem to download any movies or TV shows directly from the iTunes store on my iPhone. Music works fine, as well as podcasts, but if I go into a movie (seems to be any movie), I get a preview button in