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

Similar Messages

  • 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 Client Download Problems

    I am attempting to install/run Final Cut Server client on my laptop and Mac tower. The other day the client software worked well on my Mac tower but today no go. I attempted to install the client software on my laptop, I can get to the download screen in a web browser by typing the address of the local server but when I press download the next page appears but no download or dialogue box appears. Also while wrestling with this problem I deleted the client software from my tower. This same issue is now happening on the tower when I try to restore the client software. Possibly related or not I just updated the software to 10.6.7. but tried another machine I have here that is at 10.6.4 with the same result. I also read an old post that described problems with download initiation and how they can be resolved by deleting a few specific resources out of the Java Preference Cash Files. I completed this process which resulted in no evident change.
    BJ

    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.

  • 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.

  • 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.

  • 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)

  • Active Directory logins from Windows to Final Cut Server

    While I did manage to solve my main problem with Integrating AD with Final Cut Server at this one site.... It turns out that there a typo in the kerberos config file. Ooops. Now logins in from Mac OS using AD credentials works well. Unfortunately, I am still seeing some minor issues, like certain groups in AD not being able to login, and for some reason the Windows users can't login (only the Macs using AD credentials). Any seeing anything like this? Of course I enabled certain groups in Final Cut Server pref pane to match certain AD groups, but in the end only the BuiltIn groups worked, not the Domain Users, Domain Admin groups. Strange. And not sure why Windows users can't login. Same domain. Fun times.

    It seems like I read the inital Kb article wrong. The Windows clients get the krb5.ini file, not the Domain Controller. LOL. Thanks to drew for pointing that out to me.
    http://support.apple.com/kb/HT3688
    In order for Active Directory bound Windows Final Cut Server client systems to successfully authenticate to Final Cut Server, you must create a custom Kerberos configuration file on the Windows client system.

  • Rough Cut Editor for Final Cut Server

    Hi everyone,
    we are working on a Rough Cut Editor for Final Cut Server.
    I'd like to know what you think about it and put a short video about its usage on my site at
    http://www.andre-aulich.de/en/perm/consol-rough-cut-editor-video
    Any feedback would be very much appreciated!
    Regards,
    André

    Hi guys,
    in addition to getting in touch with you personally, I'd like to answer some questions in public:
    LAN vs WAN
    ==========
    The RCE in its current form is primarily built to be used in a LAN.
    This is because you need both the Final Cut Server client as well
    as the RCE client to connect to a central server using the ports
    3000, 80, 8821, and 8891.
    In addition, we currently suppose the Edit Proxy folder to be an
    edit-in-place device, so you need to open port 548 if you use AFP
    for that. We might change that, but you still need the FCSvr client
    to connect to your server.
    That said, we currently consider the RCE to be run in a local network.
    FEATURES
    ======
    We are not planning to build a server ingest app, as there are other guys
    building these kinds of apps.
    A standalone version of the RCE without Final Cut Server connectivity would
    be easy to write, yet, we like to use FCSvr's proxies for preview, as this way
    low bandwidth (meaning non-Fibre Channel) to the viewing stations is
    sufficient.
    So today there's the RCE in its current form...
    AVAILABILITY
    ===========
    We are doing our final testing and hope to release the app within
    the next two weeks.
    As we need to install some tools on a server and have a look at its
    environment, we would currently install the RCE ourselves, usually
    through a remote connection.
    Yet, we already consider having selected partners to implement the
    RCE as well.
    Currently there's no beta program being planned, as we do our
    testing at a customer site, where we hope to evaluate the app
    quite comprehensively.
    I hope that answers some questions.
    For more questions, please feel free to get in touch with me.
    André

  • Re-installing Qmaster and Compressor on Final Cut Server

    I need to re-install Compressor and Qmaster on an xServe which is our Final Cut Server. I'm reading that re-installing from AppleQmasterNode.mpkg will not work, I have to do it from the Install Final Cut Server icon.
    I'm wondering what effect, if any, re-installing Final Cut Server on our xServe will have on our client computers that run the Final Cut Server client application.
    Thanks so much.
    Matt Taylor

    If you only remove Compressor & Qmaster by following http://support.apple.com/kb/TS1888, then running the Final Cut Server installation will only reinstall those items you removed.  If you're on FCSVR 1.5.2, You will also need to run software update afterwards to update Compressor to 3.5.3.
    ~D

  • 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

  • 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 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.

  • 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 not serving java client application

    weird situation. today i went to download the java client for final cut server 1.5.1 at my normal address and the webpage came up welcome.. with the ability to download the client application as normal but when i pressed the button to download nothing happened.
    anyone have any ideas how to resolve this? manually removed all of the client java cache on the client machine and also reinstalled fcs 1.5.1 on the server with a restore of the database without any change in functionality. any ideas?

    hello ben,
    thanks for taking your time to help me with the issue i am seeing here. I will do my best to read into what you said and explain.
    1. Network User Permissions Problems.
    maybe you can explain, but i have not authenticated against anything at this point, just went to the normal.. "http://FQDN/finalcutserver"... the normal fcserver webpage comes up but when i click download it does not give me the ability to download the java applet or run a script that maybe delivers the java applet.
    maybe i am not understanding, but what about what i am experiencing looks like a permission issue? permission for fcserver to distribute the java applet to a user who goes to the final cut server web page to download the client?
    If that is the case, would you know where to start looking for permission issues?
    2. Verfy the web server services and comb through the user permissions and services on the server.
    The web services, service is on and when i look at the logs with any reference of final cut server, this is what i see right after when i try to download the client app.
    File does not exist:/Library/WebServer/Documents/FinalCutServer, referer: http://FQDN/~localadmin/webstart/content.php
    as far as the user permissions, what should i look for? there are very few users, the local admin, the open directory admin and 1 other user in od.
    with regard to services running on server 10.6.1 and how they affect final cut server.. checked use of how i would use AFP, DNS lookups, OpenDirectory & network homes, and Web services and appear to be working as far as i can tell.
    hope the above information helps. thanks in advance for helping troubleshoot.

  • Starting final cut server

    Hi I am completely new to Final Cut Server and was wondering if I could get some of my questions answered about it. First off some back ground, the company I work for just brought me in recently and at the same time they decided too switch over to using FCP. Well they gave me the job of setting it up on their system, organizing the projects they have been working on to be easier to find and work with on FCS. As well as this I need to find out how Final Cut Server can make their life easier and present this information to them and show how this program can make their life easier.
    Know I started off by reading what I can on final cut server and installing it. Know I have it set up, running under default settings, messed around with adding files to it and such.
    here comes the big question, how is the best way to organize within final cut server. I and my company are used to thinking of things in a file way where you have the project file and within you have all the smaller files with your media for the project and sound and documents. How is the best way to organize projects?
    Their is another part to this answer. we are not starting from scratch and are moving over a huge quantity of projects into FCS. To get the files over I created the file that they had been using to organize before, into an edit in place device. How can i easily and efficiently organize all this data so that it is useable for every one to access and resize what goes with the project that they are currently working on.
    Thanks for your time

    Zann00000 wrote:
    Here comes the big question, how is the best way to organize within final cut server. I and my company are used to thinking of things in a file way where you have the project file and within you have all the smaller files with your media for the project and sound and documents. How is the best way to organize projects?
    Their is another part to this answer. we are not starting from scratch and are moving over a huge quantity of projects into FCS. To get the files over I created the file that they had been using to organize before, into an edit in place device. How can i easily and efficiently organize all this data so that it is useable for every one to access and resize what goes with the project that they are currently working on.
    Thanks for your time
    To answer your first question, there is no "right" way to work with FCSvr. It is highly customizable and you get to bend it to your will (within some boundaries, of course). You should also know, since it sounds like you are new to FCP, that the media is not held within the project. It is stored separately and the project links to it. Therefore, you can have one piece of media that is used by more than one project. How your company should organize projects is something only someone who has spent time with your company can recommend. I can tell you that I decided to organize my files at the filesystem level by file type (documents, captured media, graphics, audio, etc.) and then gathered all related files of all types into Productions within FCSvr. That works for us, but something totally different might work for you.
    On your second question, how is your existing storage organized into folders? Does each project get its own column of directories? Some other way? FCSvr can scan your storage using Production Scans to automatically turn folders full of files into Productions full of Assets and assign the folder name to the Production. That is the most automatic way to absorb an existing setup into FCSvr, but it only makes sense under certain conditions.
    Finally, the way FCSvr makes life easier is via its automation capabilities. Learn how responses, subscriptions, watchers, and schedules work together. Think about how they can trigger each other. You can, for instance, set up subscriptions that will automatically send an email to a producer when a Production is ready for review. You can set up watch folders that will automatically encode files for use in making DVDs. You can trigger scripts and issue certain Terminal commands. Experienced users are finding a lot of things to improve on (it is a version 1 product after all), but even at this early stage the product is very robust.
    After you get the hang of responses, subscriptions, watchers, and schedules you'll have this "eureka!" moment when you suddenly realize the true potential of FCSvr.
    Good luck!

Maybe you are looking for

  • Master Data Update Report

    Hi All Can you please provide me a solution for the below scenario: At the time of master data update from BW to BPC client wants to see the updated master data reports in excel file. Exmp: Existing number of Master data (IDs) before BW update : 1000

  • Setting properties

    hi, is it possible to set properties on one java class and then acess them from another? setting on one <jsp:useBean id="employee" class="com.Database.Employee scope="page"/>                                        <jsp:setProperty name="employee" pro

  • Need camera Raw 5.5 for 32 bit windows

    I have bought a new Nikon D3000 camera and i'm not able to work on my raw photos because I don't have the latest update from camera raw. I tried to download the 64 bit, but that didn't work. I have a 32 bit system and I can't find it on the net....th

  • Cannot save files from Camera Raw in JPG format.

    Since running updates to my Adobe Elements 10 program recently I cannot save the files from Camera Raw in  JPG format any longer. I can save the files in other formats but not in JPG format. I need to save some files in JPG format to submit for a pho

  • FCPX Trial to Licensed

    Does anyone have experience switch trial to licensed during editing project? I'm using trial now, and next month I'll get salary to buy licensed FCPX, but afraid licensed understands trial's project file or not. Thank you.