Trouble with File Out rendering

When rendering File Out nodes, Shake sometimes are not overwriting the existing file (when rendering multiple times..)
How can I get Shake to overwrite the existing File Out file?

It has been my experience that if Shake encounters an error writing to the FileOut (say if FCP has the file open), you encounter NO error message. Shake will spend the time rendering but never write out the file. In general, just prior to rendering, I delete the output at the finder level...
Patrick

Similar Messages

  • Troubles with playing out from Final Cut Studio to a camera

    hello!
    have troubles when playing out to a DV camcorder. i 've got a mac mini intel, final cut studio and 2 sony DV cameras with dv in.
    capturing works fine, but when i put the captured movie to the timeline, then on both cameras there are 4 small bars (2 vertical, 2 horizontal), which shows some content of the captured files. the rest of the display stays black. looks very strange.
    tried to reinstall quicktime, tried to erase quicktime receipts and quicktime settings.. it worked then, but just for one time. after restarting the mac the same problem occured.
    thanks for your help!!
    mac mini intel   Mac OS X (10.4.7)   2 GB ram, external iomega harddrive

    stopped working again...
    gettin stupid with that stuff!!
    shot a pic to show you how it looks:
    http://service.gmx.net/de/cgi/thumbnail?CUSTOMERNO=4448322&t=de505972624.1156586 439.bbaf00f6&jobid=&nobg=1&folder=%2FMeine+Bilder%2F&file=FCS%2Dproblem%2Ejpg&si ze=1575x1100

  • Trouble with File erasure.

          File file = new File(filename);
          file.createNewFile();
          in = new BufferedReader(new FileReader(file));
          out = new BufferedWriter(new FileWriter(file));When I call this code, the existing contents of the file in question are completely erased. Can I avoid this in some sensible way? Thanks.

    out = new BufferedWriter(new FileWriter(file, true));Michael Bishop

  • Trouble with Check Out process

    I've never come across this issue but my client is saying that they are having trouble checking out on their website. I have tried and have no problems.
    This is what they have come back:
    The issue is that while Brightsparks themselves may not have made changes,
    the people Brightsparks use for the payment part of things, HAVE made
    changes.  https://pggwpromoshop.worldsecuresystems.com, used to resolve to
    202.176.14.137.  Today, it resolves to 54.252.148.183.
    Would it be possible for you to confirm with World Secure Systems that this
    is a permanent change?  Gen-I charge us for these changes, so we like to
    minimise them as much as possible.
    Brightsparks is me in the above statement.
    I have absolutely no idea what they are getting at and why they would have any troubles checking out. Does anyone have an idea or can point me in the right direction?
    Thanks in advance,
    Kirsty

    Hi Kirst, there was big migrations over the year and the final parts for the AU datacentre was very recently, there was a message directly in the admin for a week before this happened.
    Everything has changed. You can find the information and posts about it on the blog that have happaned over the last few months.
    This is the latest:
    http://www.businesscatalyst.com/bc-blog/phase-2-australian-datacenter-migration-october-19 th-2013
    IF Brightsparks the people that made your website? They should have been aware of all this and keep up to date on the system they use.

  • Trouble with File().mkdir()

    I don't know if this is the best forum for the question, if not, I'll be happy to repost it elsewhere.
    Anyway, I'm trying to learn how to create a directory using Java. So I go to lookup various examples and and all of them seem to call File().mkdir(). That's great, except I can't get any code with that command to compile. The code I am trying to compile at the moment is:
    import java.io.*;
    import java.io.File.*;
    class File
       public static void main(String args[])
          try
             String strDirectory ="test";
             // Create one directory
             boolean success = (new File(strDirectory).mkdir());
             if (success)
                System.out.println("Directory: " + strDirectory + " created");
          catch (Exception e)
             //Catch exception if any
             System.err.println("Error: " + e.getMessage());
    }I keep getting the error:
    File.java:13: cannot find symbol
    symbol : constructor File(java.lang.String)
    location: class File
    boolean success = (new File(strDirectory).mkdir());
    Any ideas?

    To avoid ambiguity with your class which you named File you need to supply the namespace:
    boolean success = (new java.io.File(strDirectory).mkdir());Also, for the imports:
    // Gives you everything under java.io including File
    import java.io.*;
    // Gives you just File, not needed with above import
    import java.io.File; // .* is not needed if it is the actually class and not a package

  • Trouble with c:out in jstl

    I am trying to use JSTL but it is not working very well.
    For instance, <c:out value="${4+4}"/> writes out 4+4
    instead of 8. Any idea what is going on?
    Message was edited by:
    tanitm

    One highly possible reason is that the EL is not evaluating.
    EL - expression language is whatever is inside ${.... }
    One of the main reasons why EL doesn't evaluate is if the configuration is not set up properly.
    You didn't mention which version of JSTL, I'm assuming JSTL 1.1
    For JSTL 1.1 , your Webserver (a.k.a container) should be based on Servlet 2.4 spec, check the following
    1) servlet.jar version should be 2.4 or higher - look for the version inside the Manifest.MF file inside the jar file
    2) web.xml should conform to the servlet 2.4 version, so inside your web.xml make sure you have the following exactly as it appears below:
    <web-app version="2.4"
             xmlns="http://java.sun.com/xml/ns/j2ee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">3) Check your taglibrary directive inside the JSP file, it should be as follows if you are using JSTL 1.1
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>All of the above checks are for JSTL 1.1 , for previous versions of JSTL 1.0 the solution is different.
    If you are using JSTL 1.0 I recommend that you upgrade it to 1.1 as , 1.1 is significantly better.
    Message was edited by:
    appy77

  • Trouble with File Sharing

    Hi,
    In April I upgraded my old Core Duo MBP to a shiny new Core i7 MBP. From the get go I have had problems on and off with Apple File Sharing and Screen Sharing over my network. I have a Mac Mini hooked into my entertainment center used as a HTPC and I generally had controlled it via the laptop screen sharing over the network.
    When I received the i7 I began to notice issues, the machines would randomly not connect. The Mini would still show up in the sidebar of finder windows, but would hang on "Connecting..." for a minute or so and then report "Connection Failed." Attempting to share the screen would give the same result, telling me to check both my network connection as well as the sharing settings on the Mini. I know the Mini is configured correctly, as I can have my old Core Duo laptop right next to the i7 and it will connect perfectly.
    system.log reports this if that helps"
    er.session
    Jul 13 16:41:49 Sven /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[109]: SharePointBrowser::handleOpenCallBack returned 64
    ("Sven" being the name of the i7 laptop)
    I have also noticed that nether the Mini nor the Core Duo laptop can connect back to the i7, even though I have verified the settings in the i7 as having both File Sharing and Screen sharing on. Rebooting the i7 does not seem to help, however seemingly at random it will start working again at a later time. Sometimes it works flawlessly and others it does not. Earlier today I was having no problem watching a DVD on the Mini, I left and closed the i7's lid putting it to sleep, to come back later to it being unable to connect.
    Any help is greatly appreciated.
    (Afterthought: I am still using 10.6.3 on the laptops because I also use them with Steam for gaming and according to Steam they at this time do not recommend upgrading due to some problem with the graphics cards and 10.6.4?)

    Update: It also appears that the computer no longer wants to recognize the printer that connects to my WiFi network either (I printed several pages just earlier today, now it keeps telling me there is a communication error with the printer). Internet still works fine, but it seems any form of communication with other devices via my home network is off limits.

  • Trouble with file paths

    Hi,
    I'm trying to read a XML file using:
    XMLDocBuilder.java
    public Document getXML(String filepath) throws SAXException, IOException, ParserConfigurationException
              File myFile = new File(filepath);          
              DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
              dbf.setNamespaceAware(false);
              DocumentBuilder docBuilder = dbf.newDocumentBuilder();
              Document myDoc = docBuilder.parse(myFile);
              return myDoc;
         }If I run it directly from Eclipse/Tomcat, it works fine, but if I try to run it from the browser I get the exception "java.io.FileNotFoundException: C:\Documents and Settings\daugusto\content.xml (The system couldn't find the specified file)". (The file isn't there, it's on D:\MyFiles\myProject\WebContent\content.xml)
    I've tried quite some ways now and still couldn't get this to work.
    How can I get it to work from a browser?

    The class receives the filepath argument from a JSP page, after the user submits a form.
    I'm trying to load the XML Document and return it to the JSP page so I can work with it's elements. Using the <input type="file"> component?
    You don't want to retrieve the file using the java.io library.
    The server normally doesn't have access to the client file system. The only exception is when you are a developer working on your local machine where the server and the client are one and the same. That is not the general case :-).
    Intead use a library like the apache commons file upload to read the binary data of the file uploaded.
    cheers,
    evnafets

  • Trouble with Files organizing into Folders.

    I am really frustrated with Itunes today. I am trying to reorganize my library from scratch. All of my music is saved to an external Hard Drive, from which I will be pulling music from and adding it back into my Itunes library. My problem is that I can't stand it when Itunes organizes my music into folders.
    Artists > Albums > Songs. I dont want this. I just want all of my tracks to be in one folder, organized by name. Now I when I go to preferences and under te advanced tab, the "Keep Itunes Media Folder Organized" box is UNCHECKED. And it is still organizing my songs into folders when I add my music to itunes.
    I am pulling my hair with frustration on this one and I dont know what to do... PLEASE HELP!

    I'm suddenly having this problem also. "Keep iTunes Media folder organized" and "Copy files to iTunes Media folder when adding to library" have NEVER been checked.
    On March 2, 2012, iTunes updated and now all the songs that were in my Singles folder were renamed and moved into individual Artist folders that never previously existed. I now have 1000s of Artist folders with a single song in each. I also now have 1000s of exclamation marks in front of the songs in my library because iTunes can't find the songs it moved!
    I've spent several days reversing what iTunes has done and I'm still not finished. I'm also concerned about the next iTunes update destroying my days and days of work by moving my music again.
    How do I prevent iTunes from renaming/moving my music files when I'm not allowing the program to do that in the first place?

  • Troubles with File sharing on Mac Mini Server

    Hi
    Experience crash behavior of 10.6 server on my Mac Mini with DataBox connected containing all kind of data, except the system software which is installed on the internal hard drive. All my shared volumes, about 10, generating more or less regular (about every 30 minutes) the server preferences to crash.
    The two entries in the console log are always to same for all shared volumes I have:
    19.02.10 00:07:18 Server Preferences53715 XSActionManager: Removing queued action (Zugriffsrechte lesen) due to coalescing (readSettingspath/Volumes/DataBox 2/Dumy)
    19.02.10 00:07:18 Server Preferences53715 The shared folder 'Dumy' has custom file system ACLs which cannot be displayed. Editing the permissions may replace any custom ACLs.
    Once a day, the console log shows for all services running on the server:
    19.02.10 05:37:17 Server Preferences53715 Error: The server 'Dumy.com' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_accounts'. Error: Error Domain=XSActionErrorDomain Code=408 UserInfo=0x107e2c650 "A network error occurred"
    Did anybody have a good idea how to overcome this and how to decode the "UserInfo=0x107e2c650"
    Thanks for taking care.
    Thomas

    If I understand your question correctly, is there a reason you've replaced the integrated MySQL within Mac OS X Server with a second MySQL database implementation? (That's almost inherently going to get tangled; you'll need to shut off the default implementation.)
    Or is this a Perl module you've loaded and that is now tipping over? If you haven't replaced MySQL here, then have you started MySQL and run some tests with the database itself? This to make sure MySQL is operational, and that the problem you're working on is in the Perl pieces and not in the MySQL layer?

  • Trouble with file deleting!

    Im trying to empty a directory that I filled just before by unzipping a file in it. Here is the code im using:
    public void emptyDir(File srcDir)
    String[] toRemove = srcDir.list();
    File temp;
    for (int y = 0; y < toRemove.length; y++)
    temp = new File(toRemove[y]);
    System.out.println("temp: " + temp.getName());
    if(temp.exists())
    if(temp.delete())
    System.out.println("deleted");
    else
    System.out.println("not deleted");
    here is the the result:
    temp: dummy.info
    deleted
    temp: test0
    temp: test1
    temp: test2
    temp: test3
    temp: test4
    temp: test5
    Why are some of the file listed by list() not deleted? like they do not exists.
    If you guys know a way to make sure that all the files in the directory are deleted, it really would be welcomed.
    W

    its fixed now, the file exists since they are listed by the srcFile.list() but the problem was the path sent by that command. In fact it was just the giving back the name of each of the file in the directory.
    I changed the code to fixe that:
    File[] toRemove = srcDir.listFiles();
    for (int y = 0; y < toRemove.length; y++)
    toRemove[y].delete();
    like that i dont have to check them since I know they exists because they have been listed.
    thanks anyway!
    W

  • Trouble With Left Outer Join

    I'm kind of new to using left outer joins, so I don't know if I'm doing it quite right. Right now there's only one table that may or may not have a corresponding record, so I'm only using left outer join on it. I get the error ORA-00904: "A"."SGBSTDN_PIDM": invalid identifier right now when I try to run my query. This gives me the impression that I need to use left outer join on all the tables in my FROM clause. Any suggestions on what I need to do?
    /*Get those students not awarded ACG1 yet with an entry in shrlgpa*/
    SELECT spriden_id id, spriden_last_name||', '||spriden_first_name name, sgbstdn_styp_code student_type,
    sorhsch_graduation_date hsch_grad_date,shrlgpa_hours_earned hours_earned,rorenrl_finaid_adj_hr hours_enrolled,
    0 AS disbursement_to_date, 0 AS offer_amt, 0 AS current_disbursement,
    rnvand0_unmet_need unmet_need, 'N' AS awarded
    FROM RCRESAR,RCRAPP1,SORHSCH,RORHSDT,SGBSTDN A,SORLCUR, shrlgpa, rorstat, ROBINST, spriden
    ,rnvand0
    LEFT OUTER JOIN rorenrl ON (A.sgbstdn_pidm = rorenrl_pidm)
    WHERE (RCRESAR_PELL_ELGBL = 'Y')
        AND  SORHSCH_GRADUATION_DATE>'01-JAN-2006'
        AND  RCRAPP1_CITZ_IND IN ('1','2')
        AND  RCRAPP1_CURR_REC_IND='Y'
        /*Possible change once rigorous curr. decided AND (RORHSDT_AP_IB_COURSES = 'Y' OR RORHSDT_REQ_COURSES='Y')*/
        AND RORHSDT_REQ_COURSES='Y'
        AND sgbstdn_stst_code = 'AS'
        AND  SGBSTDN_STYP_CODE IN ('F','H','T')
        AND (SORLCUR_DEGC_CODE LIKE 'B%' OR SORLCUR_DEGC_CODE LIKE 'A%'
        OR SORLCUR_DEGC_CODE = 'UND')
        AND sorlcur_seqno = (SELECT MAX(sorlcur_seqno)
                              FROM sorlcur
                              WHERE sorlcur_pidm = A.sgbstdn_pidm
                              AND sorlcur_term_code = &enrollment_term)
        AND  SORLCUR_CACT_CODE='ACTIVE' 
        AND rorenrl_term_code = &enrollment_term
        AND shrlgpa_hours_earned BETWEEN 0 AND 29
        AND shrlgpa_gpa_type_ind = 'O'
        AND rorstat_pckg_comp_date IS NOT NULL
        AND  A.SGBSTDN_TERM_CODE_EFF = (SELECT MAX(B.SGBSTDN_TERM_CODE_EFF)
                                                                            FROM SGBSTDN B
                                                                             WHERE B.SGBSTDN_PIDM = A.SGBSTDN_PIDM
                                                                             AND sgbstdn_term_code_eff <= &enrollment_term
        AND NOT EXISTS (SELECT 'X'
                                        FROM RPRAWRD
                                      WHERE RCRESAR_PIDM = RPRAWRD_PIDM
                                          AND RCRESAR_AIDY_CODE = RPRAWRD_AIDY_CODE
                                          AND RPRAWRD_FUND_CODE = 'ACG1')
         AND rorstat_pidm = rcresar_pidm
        AND spriden_pidm = rcresar_pidm
        AND  RCRAPP1_PIDM    = RCRESAR_PIDM 
        AND shrlgpa_pidm = rcresar_pidm
        AND  SORHSCH_PIDM   = RCRESAR_PIDM 
        AND  RORHSDT_PIDM   = RCRESAR_PIDM 
        AND  SGBSTDN_PIDM   = RCRESAR_PIDM    
        AND  SORLCUR_PIDM   = RCRESAR_PIDM 
        AND rnvand0_pidm = rorstat_pidm
        AND  RCRESAR_INFC_CODE = RCRAPP1_INFC_CODE 
        AND  RCRESAR_SEQ_NO      = RCRAPP1_SEQ_NO  
        AND  RCRAPP1_AIDY_CODE = RCRESAR_AIDY_CODE
        AND ROBINST_AIDY_CODE = RCRESAR_AIDY_CODE
        AND  RCRESAR_AIDY_CODE = '&AIDY_CODE'
        AND rorstat_aidy_code = rcresar_aidy_code
        AND rnvand0_aidy_code = rcresar_aidy_code
        AND spriden_change_ind IS NULL
        ORDER BY name

    Frank Kulash wrote:
    Hi
    blackhole82 wrote:
    Yeah I realized that I was probably mixing styles after it wouldn't work. What you suggested does execute, so I assume it's right even though I'm not getting any rows at the moment. Don't assume it's correct: verify it
    I suggest re-writing the query using all ANSI syntax.
    Start with just two tables. Make sure that join is working.
    When you have something that works perfectly with just those tables, then add one more table.
    So if I wanted to left outer join onto shrlgpa too I would just need to add that underneath the join for rorenrl before the , and SORLCUR?In your existing query, it looks like shrlgpa is only connected to rcresar, using an inner join. Do you want to change that?At any rate, the order of tables using the old doesn't matter. Using ANSI notation, however, a join condition can only reference tables that have already been named in the same group of ANSI-joined tables.
    So you would probably would have to re-arrange the FROM clause.
    Sorry, I don't understand exactly what you want to do, so I can't tell you exactly how to do it.
    Make you best guess, and try it.
    If it doesn't produce the results you want, and you can't figure out how to fix it, then post the query, some sample data, and the desired results. If you post just the revised query, and a description of the problem, I'll try to answer, but without the sample data and desired results I can't guarantee that I can.Well I'm getting rows and the data seems to go with the query I had before using the outer join except for the records that have no record on shrlgpa. It appears that by having the clauses
    AND shrlgpa_hours_earned BETWEEN 0 AND 29
    AND shrlgpa_gpa_type_ind = 'O'that those I'm trying to pull in with the left outer join are being eliminated. Is it possible to still limit the hours earned while pulling in those who do not have a record on shrlgpa? Before I was just using a UNION to accomplish this, but I thought that I might be able to fine tune the query to eliminate the need for another UNION.

  • Troublie with File Sharing and Other Activities between two Macs

    Here's my situation. I have two Macs... a MacBook Pro and a Mac Pro, both running OS X 10.5.7. They connect to the Internet wirelessly through an Apple Airport Extreme (N) Base Station. But I also have them connected to each other via Ethernet. AppleTalk is turned on, only on the Ethernet connection.
    My problem is that I want to curtail all computer-to-computer communications (file sharing, Airfoil speaker connections for playing iTunes, Chronosync file synchronization, etc.) so that they ONLY occur over the Ethernet connection.
    I have both computers setup so that "Ethernet" is first in the sort order for network connections. File Sharing is turned on on both computers.
    But... I can tell that, sometimes, the connection between the two computers is occurring over the WiFi instead of through the Ethernet (for instance, I disconnect from the WiFi on the Mac Pro and the music playing through AirFoil stops... or Chronosync can't connect to the laptop to perform a sync).
    Am I just up a creek? Or is there some way to ensure that the two computers only "see" each other over the Ethernet connection and not over the shared WiFi? I know that, with "N" speeds on the Airport Extreme (and with N-capable cards in both computers), the "speed" thing isn't that big of a deal. But when running a Chronosync synchronization where several GBs of shared files are being synched, it still puts a crimp in Internet browsing speeds, etc., if that data is going over the WiFi instead of the Ethernet.
    Thanks!

    Hi,
    I'm not certain of this but whilst you're waiting for a more informed response here goes. OSX uses something called the "default route" which prefers the one with internet access over the order of networks you set in preferences, therefore, the default route isn't necessarily the fastest route. Without editing configuration files or using hardware or software to hard code routing routines, you'll need to switch off Airport and hence the default route will become the network created automatically by your ethernet connected Macs. Apple Talk isn't necessary.
    This thread may be of interest to you:
    http://discussions.apple.com/thread.jspa?threadID=2039622&tstart=0

  • I am having trouble with texting out.  I can receive but cannot send.  Any advice?  Carrier is ok.

    Hi!  I am having trouble texting out.  I can receive texts, but can't send any longer.  All settings are ok and carrier is ok.  Any advice?

    Hi text is a network service contact your network service provider . Cheers Brian

  • In the middle of a session foxfire comes up not responding a lot of the time if i am on the same page 5 minutes or more then i have trouble with get out [end now] some times i have to cut computer off manually please help this is annoying

    it does this when i stay on the page 5 minutes or and try to scroll up or down it shows 'not responding' then the boxs comes up with 'end now' or cancel'[return to windows to check on program] then it want let me end now display at program not responding at down i have to turn off manually this is windows xp compaq presario 2002 year model telphone hi speed internet provider google is search engine

    I personally like to Crop, and then use PNG for my screen-caps. If I need more images, say to show other Palettes, etc., then I do one each for those shots.
    We see a lot of full-screen caps posted, where aggressive JPEG is used, and nothing can be read. That is especially true with images, like Adobe Encore's Flow-chart, where there is a lot of text and linking being shown.
    Just my personal preferences.
    Hunt

Maybe you are looking for

  • How do I include centralised files in local playlist?

    I have a Network Storage device (Dlink's DNS-323). It comes with iTunes server built in and I have transferred my library to it so that my non-DRM music can be shared between machines without having to have them all on (I just leave the storage unit

  • Trouble emptying Trash

    I have some corrupted folders on an external 500gb Maxtor Harddrive that I tried deleting however, Trash is refusing to delete these folders (video files) due to an Error Code-36. The error message reads, "The Finder cannot complete the operation bec

  • How to get RECORD data in output parameter of stored procedure

    I would like to return some data through RECORD structure from stored procedure. I have defined the RECORD as below: type ShipmentStatus is record( Booked integer, OnWater integer, OnRoad integer, InAir integer, OnRail integer, InWarehouse integer, I

  • What is wrong with itunes 11? it does not work

    I have downloaded the latest version of itunes. As soon as I start it it tries to download something called "Tap Paradise cove" and boasts a 43 hour download.  Nothing happens if I try to stop it.  No buttons on itunes work.  It seems to lock up up t

  • Querying tables mapped by oneToMany, manyToOne

    Hi, I have two classes, customers and customerinfo, both mapped to a database. There is a cust_id field in customers which is a primary key and a cust_id field in customerinfo which is a foreign key referencing the cust_id in customers. Relevant code