Can't share project.

Hello everyone,
Hope someone can give me a hand with problem I've at hand. Can't say that I'm a wiz at FCPX, but I have been able to share my other videos on differnt platformes until now.
When I chose to share my project on youtube, or any other way I get a pop up window stating the following:
"The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)"
This is the first time that this has ever happend and the truth be said I haven't the slightest idea of what to do
from this point on.
Any help would be greatly appreciated
Best regards.

Well you are telling us that you have not updated FCPX for 3 years. You must update to the latest  versionFCPX 10.1.1 it is the only version available. Did you buy your copy from App Store ?

Similar Messages

  • Can you share project plans with customers

    if I want to give a customer a MSP file with a plan in it; but I want them only to see the columns I want: no rates; no enterprise project fields (namely profit/GM) - how do I save
    Trying to stop the swap to Salesforce - but the errors keep a coming

    Hi Andrew,
    Indeed a report might be the easiest solution.
    Another solution I've been using in case your confidentiality needs are related to rates is to save baseline n than reset to 0$ all resources rates. Ask for your customer to refer to baseline n costs.
    In case it is related to custom fields, if you send the MPP project file, your customer will be able to view ANY DATA (rates, costs, custom fields) in the file.
    Finally a workaround (that requires a little bit more configuration and administration) if you're using Project Server would be to create a "customer" security group and category and to restrict their access to some views (project center and project
    details) with restricted columns. Note that in this case it requires Project Server CAL.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How can I share a *.java source file across multiple projects in NetBeans?

    I'm sure this simple and a pretty common operation but how can I share a *.java source file across multiple projects in NetBeans? Right now I keep cut, coping and pasting the same source file between multiple projects to re-use the same code. But I could I make this source file a library file or something like that so that I could access it from any project. I assume this would be a generic operation but I mentioned NetBeans for clarity. Thanks.

    fiebigc wrote:
    I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    >I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    Create a class library.
    Write your code, compile it to .class files, put those class files in a .jar file and include the jar file in the classpath whenever you want to compile a project against it.

  • How can I share a project specific calendar I created on Entourage 2008 ?

    How can I share a project specific calendar I created on Entourage 2008 without showing my personal calendar? I created a project specific calendar using Entourage 2008 for Mac. I want to add someone that uses Outlook from a PC. We are in the same exchange network.  I have added this person in under the sharing tab, but don't see a way to invite her to view it, and it does not appear on her Outlook list of shared calendars. I was able to invite her to view my main calendar, but not the project specific one. Any suggestions?

    http://www.microsoft.com/mac/support

  • Please help i can't share my project I did try in all of them and it doesnt work it apears like that........ The share operation Master File has failed The operation could not be completed because an error occurred when creating frame 608 (error -1). and

    I did try in all of them and it doesnt work it apears like that........
    The share operation Master File has failed
    The operation could not be completed because an error occurred when creating frame 608 (error -1).
    and i dont know what to do plese hlp me....
    Re: when i try to share my project to quicktime aroun 50% appears error -1 and i can't share it what to do please help 

    Double post…

  • Can you Share Scenes between projects?

    Can you Share Scenes between projects?
    I would like to take already created scenes and share them
    between files and projects so multiple people can use them as a
    resource. Can it be done?

    pndrgn wrote:
    > Can you Share Scenes between projects?
    > I would like to take already created scenes and share
    them between files and projects so multiple people can use them as
    a resource. Can it be done?
    Scenes are just for authoring convenience, they basically
    blank frames giving an end to one
    and beginning to another timeline so you can't actually
    define scene like you could a movie clip.
    What you can do however is to Copy frames by unlocking all
    the layers, highlighting all the frames
    and CTRL ALT C than open new file and paste the frames CTRL
    ALT V
    That's the only way to share the scene.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • I can not share my project

    I can not use "share" function in FCPX, it is inactive. I can not share my project.

    All:
    i had the same problem...i went to applications, and threw FCPX app in the trash and deleted it. Then logged back in to apple store and reinstalled the app. Now I can share. All the options were greyed out before. I do have MacKeeper, that could have been the issue. I didnt do anything with MacKeeper...jsut reinstalled FCPX. Now I am good.  Just FYI

  • Can anyone share with me how you  write Javadoc?

    Can anyone share with me how their companies write Javadoc?
    Are your developers solely responsible for it? Do your technical writers own it or review it? How do you make sure it's good?
    Right now, my software developers are mostly responsible for writing all the API info and it's of poor quality and really lacking details. I don't mean spelling/grammar-type problems. My developers just don't seem to "get" what information to include, no matter how many guidelines or checklists I give them.
    A very simple example is:
    * Gets the status
    public java.lang.Integer getStatus() {...}With no indication of what status values may be returned and what the values might mean.
    How do you ensure that what you write is actually useful? Please help!
    I'm aware of the method Sun recommends, but I want to know what others do.
    Thank you

    Hi,
    Well, concerning the question what a good API documentation should be. Just imagine, you are a programmer and you want to use that API. You need to know how it works. There can be only three ways to find it:
    (1) The API documentation
    (2) Probing experiments. Even a good documentation may not describe everything. Sometimes, the only way to understand certain things you particularly need may be guessing something, writing a code basing on it and see how it works. Then, guessing something again, more precisely now, and so on. Even a very good documented API (for instance, javax.swing) may require that sort of approach to be able to use it eventually.
    (3) At last, when source codes are available, one may look at them and try to understand precisely, what a particular method actually does.
    I think the better the API documentation the less one may need to endeavor those two last steps. There is actually a limit about it. Without any proper explanation at all, one may never be able to use a particular API, neither after probing it nor after looking at source codes (that is not to say the sources may be simple unavailable at all).
    Concerning how to write the API documentation, that's mostly the question of managing your team. I think, basically, the original source of the ultimate information about everything implemented in the projects are those very programmers (developers) and, probably, some software architects. But those guys normally are not especially eager to write any documentation (especially developers). That your example just demonstrates it. It seems, your programmers just wrote that "Gets the status" for you to make them leave in rest after that. In addition, the programmers normally have such a sort of work and activity that does not match particularly well with the writing literature and doing their main job simultaneously. You should not enforce them to do that!
    To write a good documentation, you will need to engage a technical writer. That's normally a guy with some programming background. However, writing some literature is actually what he does the best. (Sometimes, such people do something else about written word beyond the technical writing.) The job of that guy would be to write the documentation. This will take from him (or her) two basic things:
    (1) The ability to understand the whole software system (that's where his programming background will be needed!);
    (2) To communicate with the programmers who have developed the stuff and to obtain from them all the necessary information they know. That may require some personal (verbal) communication with them, because asking them to write everything again will only result in the same "Gets the status" explanations. However, to be successful in this, the technical writer needs to have some explicit management approval behind him. Otherwise, some of the guys will avoid speaking to him at all (saying they lack the time). So, the management should assign them the necessary priority for such communications.
    Particularly big projects may even need to have the whole team of technical writers.
    Anyway, writing docs is a hard work. But it is extremely important! The good documentation may both increase your sales and eliminate lots of expense on further support of your customers.
    Regards,
    Leonid Rudy
    http://www.docflex.com

  • Can you share large files on iCloud drive like dropbox?

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?  This is a great feature of dropbox...or google drive when mailing large files just doesn't work. 
    I have a Yosemite beta currently, and it doesn't look like you can do this. 
    I also was wondering if anyone has figured out how to make an alias of the iCloud drive on the desktop rather than always opening a finder window in order to drop files into iCloud drive....
    Yosemite Beta and Mavericks, iMac 2012/Mac Pro/Mac book air

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?
    Have a look at the iCloud Drive FAQ:  The file size limit is 15 G:   iCloud Drive FAQ     http://support.apple.com/kb/HT201104
    You can store any type of file in iCloud Drive, as long as it's less than 15 GB in size. There's no restriction on file type, so you keep all of your work documents, school projects, presentations, and more up to date across all of your devices. Learn more about managing your iCloud Drive files.
    If you make an alias to a folder on iCloud Drive, you can drag it to the Favourites in the Finder sidebar. That is the best I could do.

  • How can I share a static field between 2 class loaders?

    Hi,
    I've been googling for 2 days and it now seems I'm not understanding something because nobody seems to have my problem. Please, somebody tell me if I'm crazy.
    The system's architecture:
    I've got a web application running in a SunOne server. The app uses Struts for the MVC part and Spring to deal with business services and DAOs.
    Beside the web app, beyond the application context, but in the same physical server, there are some processes, kind of batch processes that update tables and that kind of stuff, that run once a day. Theese processes are plain Java classes, with a main method, that are executed from ".sh" scripts with the "java" command.
    What do I need to do?
    "Simple". I need one of those Java processes to use one of the web app's service. This service has some DAOs injected by Spring. And the service itself is a bean defined in the Spring configuration file.
    The solution is made-up of 2 parts:
    1. I created a class, in the web app, with a static method that returns any bean defined in the Spring configuration file, or in other words, any bean in the application context. In my case, this method returns the service I need.
    public class SpringApplicationContext implements ApplicationContextAware {
         private static ApplicationContext appContext;
         public void setApplicationContext(ApplicationContext context) throws BeansException {
              appContext = context;
         public static Object getBean(String nombreBean) {
              return appContext.getBean(nombreBean);
    }The ApplicationContext is injected to the class by Spring through the setApplicationContext method. This is set in the Spring configuration file.
    Well, this works fine if I call the getBean method from any class in the web app. But that's not what I need. I need to get a bean from outside the web app. From the "Java batch process".
    2. Why doesn't it work from outside the web app? Because when I call getBean from the process outside the web app, a different class loader is executed to load the SpringApplicationContext class. Thus, the static field appContext is null. Am I right?
    So, the question I need you to please answer me, the question I didn't find in Google:
    How can I share the static field between the 2 class loaders?
    If I can't, how can I load the SpringApplicationContext class, from the "Java batch process", with the same class loader my web app was started?
    Or, do I need to load the SpringApplicationContext class again? Can't I use, from the process, the class already loaded by my web app?
    I' sorry about my so extensive post...
    Thank you very much!

    zibilico wrote:
    But maybe, if the web service stuff gets to complicated or it doesn't fulfill my needs, I'll set up a separate Spring context, that gets loaded everytime I run the "Java batch process". It'll have it's own Spring configuration files (these will be a fragment of the web app's config files), where I'll define only the beans I need to use, say the service and the 2 DAOs, and also the DB connection. Additionally, I'll set the classpath to use the beans classes of the web app. Thus, if the service and DAOs were modified in the app server, the process would load the modified classes in the following execution.You'll almost certainly have to do that even if you do use RMI, Web services etc. to connect.
    What I suggest is that you split your web project into two source trees, the stuff that relates strictly to the web front end and the code which will be shared with the batch. The latter can then be treated as a library used by both the batch and web projects. That can include splitting Spring configuration files into common and specific, the common beans file can be retrieved from the classpath with an include. I regularly split web projects this way anyway, it helps impose decoupling between View/Controller and Model layers.
    On the other hand, you might consider running these batch processes inside the web server on background threads.

  • Can Not Share a QuickTime file in PE8

    System:
    Dell XPS, i7 CPU, 6gig RAM, Win7 64bit
    Adobe Premiere Elements 8 (I tried to install 8.01 update and it says the program is up to date but the About window still says 8.0)
    1,14TB, 2 disks as Raid 0, 187 gig free., HD WEI – 5.9
    NVIDA GeForce 889 GTS, latest drivers (8.17.12.5896), 320mb RAM, Graphics WEI – 6.7
    Dual Monitor setup
    Apple QuickTime v7.6.8
    Assets & Project:
    All projects, new, or old. Any content (video or just images or a combination of both)
    Problem:
    I cannot create a QuickTime movie from a project. It tells me the (when I go to the choose location and setting window) “Export Settings Invalid” and I cannot do anything in that window except to the back button. The preset dropdown is empty.
    Please see the pciture.
    I can not share with a Mac right now and need to do so.
    Thanks in advance

    As I said in your earlier thread, your hard drive is very full, so make sure you've given it a fresh defrag so that all of your free space is contiguous. (Deleting tmp and other junk files is also a good idea, per the maintenance regimen in my books in and in our FAQs.)
    Your panel seems awful small. Does resizing it larger make any difference in the number of options that are available?
    I see you have the latest version of Quicktime. That's good.
    But you may need to uninstall and reinstall Premiere Elements. It appears that something didn't quite take.

  • Sharing managed media between editors - using FCX lib backups to share projects

    Okay, here is my problem...
    I started a huge FCX project, hours and hours of XDCAM footage imported and a number of projects created. I imported using managed media option and share with another editor, so we have two complete and separate FCX suites going (with identical media/video clip folders)
    Problem is, when he finishes a cut or a project and wants to give it to me to do further work -- there is not way in FCX 10.1.3 to export a project over to me without also exporting the associated media clips. THAT MEANS A 3 HOUR EXPORT, as FCX is sending the 1-hr project plus all the huge media files dealing with that project. Do this a few times a day and you can see the issue.
    If I used external media to begin with, the problem would be solved but I didn't as FCX documentation makes it seem as exporting and sharing projects is with managed media easy (managed is the import method Apple seems to prefer).
    WELL IT'S NOT EASY SHARING USING MANAGED MEDIA. There is no option as far as I can see, to export  a project to someone and have them re-link the media on their own system (export with no associated media). I think several versions of FCX ago, you were able to do this.
    So, this makes sharing and exporting projects between two editors even when they are using the same identical media folder on their own individual drives not practical!
    Is there a way around this?
    I'm wondering if I can use the FCX backups as a way to share projects?
    I DON'T WANT TO CONSOLIDATE MY MEDIA, it would take a week.
    Any help appreciated.
    Moe

    Okay, I'll give is a shot.
    I tried consolidating a week ago and FCX started doing stuff for like 5 minutes and I stopped the process. Maybe I need to give it a bit more time if it's creating links to all the media. I thought it would somehow move the media, but if it's just generating links that's great and I might have stopped it just before it actually finished the job.
    I'll try it.
    Thanks.

  • Can I share the .m7project file

    In a CVS (or other shared code environment), can we share the .m7project file?

    Yes, the .m7project file is designed so that it could be checked-in & shared as part of the project files.
    Note: The project should be managed as web application in the local workspace before using the shared .m7project file.

  • Share project with friend (only iPad, no Mac)

    Hi all,
    I'm an iPad and iPhone user and I don't have the Mac. I have created a new song on my iPad and now I would like to share  the project with my friend.
    Directly from the app there is the possibility to share only the music, but I want to share the whole project with all the multi tracks.
    I tried to export the project using iTunes, but in the App sharing file there is only one file to be saved on my PC.
    Anyone can help me_
    Thanks,
    Chris

    Chris, how are you sharing to iTunes? With the setting "AAC" or "GarageBand"? To share the project, you need to share with the "GarageBand" option.
    In iTunes on your PC you should see a folder. I can't check this, I only have Macs.
    See this thread:
    Re: Loading a .band file back into Garageband (iPad 2)
    or HT4622 Re: Can I share the .band file to my friend for edit/record his track?
    also turingtest2's solution to upload project files from your PC back to the iPad.
    Regards
    Léonie

  • I can't share in iMovie 10?

    I recently downloaded iMovie to my iMac. I successfully created a short 30 sec project video in iMovie 10 but I can't share. The share button is dead

    Mackeeper is preventing it.  You have to uninstall iMovie and reinstall through the purchased apps on appstore.
    Worked for me (pain in rear though).

Maybe you are looking for