Export failed, archive corrupt error

Hi -
I am getting an Export failed, archive may be corrupt error when I try to export my EAR from Workshop 9.2 MP1. (Oddly enough, if I build my EAR with the exported Ant scripts, that works. I can deploy and run this EAR). An the EAR is truly corrupt - when I deploy and try to run it WLS complains about the web services' PortType files ClassNotFound.
The error I believe is a result of the web services' PortType file being inserted into the EAR as a .java file vs. a .class file. For example, if I have a web service called MyWebService, in the exported EAR I see MyWebServicePortType.java rather than the expected MyWebServicePortType.class file.
The Workshop .metadata/.log file contains the stack trace below for the export archive error. Looks like it complains about not being able to move resources around (what ever this means).
Can anyone give me some ideas on what might be wrong?
Thanks!
Hugh
!ENTRY com.bea.wlw.export.archive 4 4 2007-06-21 06:21:51.915
!MESSAGE Failed running assembly on project CommonControlServices.
!STACK 0
org.eclipse.core.commands.ExecutionException: Failed running assembly on project CommonControlServices.
     at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:42)
     at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:93)
     at com.bea.wlw.export.archive.ExportOperation.execute(ExportOperation.java:56)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:163)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runExtendedOps(ExtendableOperationImpl.java:243)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runPreOps(ExtendableOperationImpl.java:205)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:161)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl$1.run(ExtendableOperationImpl.java:131)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java:139)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$3.run(DataModelWizard.java:196)
     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
     at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.runOperations(DataModelWizard.java:204)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard.java:173)
     at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
     at org.eclipse.jface.window.Window.open(Window.java:787)
     at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:180)
     at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
     at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
     at org.eclipse.core.launcher.Main.run(Main.java:973)
     at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: org.eclipse.core.runtime.CoreException: Controls assembly failure running assembly on WAR 'CommonControlServices' in EAR 'CommonControl_EAR'.
     at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner$1.run(WlwControlsAssemblyRunner.java:53)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner.run(WlwControlsAssemblyRunner.java:58)
     at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:34)
     ... 50 more
!ENTRY com.bea.wlw.export.archive 4 4 2007-06-21 06:23:09.920
!MESSAGE Export failed, archive may be corrupt.
!STACK 0
org.eclipse.core.commands.ExecutionException: Export failed, archive may be corrupt.
     at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:107)
     at com.bea.wlw.export.archive.ExportOperation.execute(ExportOperation.java:56)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:163)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runExtendedOps(ExtendableOperationImpl.java:243)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runPreOps(ExtendableOperationImpl.java:205)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:161)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl$1.run(ExtendableOperationImpl.java:131)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java:139)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$3.run(DataModelWizard.java:196)
     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
     at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.runOperations(DataModelWizard.java:204)
     at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard.java:173)
     at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
     at org.eclipse.jface.window.Window.open(Window.java:787)
     at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:180)
     at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
     at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
     at org.eclipse.core.launcher.Main.run(Main.java:973)
     at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: org.eclipse.core.commands.ExecutionException: Failed running assembly on project CommonControlServices.
     at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:42)
     at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:93)
     ... 49 more
Caused by: org.eclipse.core.runtime.CoreException: Controls assembly failure running assembly on WAR 'CommonControlServices' in EAR 'CommonControl_EAR'.
     at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner$1.run(WlwControlsAssemblyRunner.java:53)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner.run(WlwControlsAssemblyRunner.java:58)
     at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:34)
     ... 50 more
Edited by [email protected] at 06/21/2007 7:11 AM

Hi
We have seen the same error when there are specific annotations. One instance was that a service control was using a handler annotation and that caused the export error.
@ServiceControl.Handler(file="soap-handler.xml",operation={"ServiceControlSoapHandler"})
In the project "CommonControlServices", do you use any Soap Handlers in service control or jws?
If so, can you remove the annotation and try doing the build and export and see if it works.
Let me know if this is the case in your app.
Vimala-

Similar Messages

  • EXport fails with 29549 error

    Hi ,
    I recently upgraded the Oracle to 9.2.0.7 from 9.2.0.4. I ran all the post installation utilities and now when I try to export the dump of the database I am getting the following error
    EXP-00008: ORACLE error 29549 encountered
    ORA-29549: class SYS.LocaleData_en_US has changed, Java session state cleared
    EXP-00000: Export terminated unsuccessfully
    Does somebody have any remedy for this?

    It look like some problem with JVM. You need to reload your JVM again.
    Metalink has a good note on how to reload the JVM in oracle 9.2 env.
    Following the note and hope it will solve your problem.
    Note:209870.1 Subject:      How to Reload the JVM in 9.2.0.X
    Jaffar

  • 10g export failed

    Hi
    During an export full from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit (Windows) I've got an error and export failed:
    EXP-00056: errore ORACLE 4063 rilevato
    ORA-04063: package body "XDB.DBMS_XDBZ0" contiene errori
    ORA-06508: PL/SQL: impossibile trovare unità lib chiamata
    ORA-06512: a "XDB.DBMS_XDBUTIL_INT", line 65
    ORA-06512: a line 1
    EXP-00056: errore ORACLE 4063 rilevato
    ORA-04063: package body "XDB.DBMS_XDBZ0" contiene errori
    ORA-06508: PL/SQL: impossibile trovare unità lib chiamata
    ORA-06512: a "XDB.DBMS_XDBUTIL_INT", line 65
    ORA-06512: a line 1
    EXP-00000: Operazione di esportazione terminata con errore
    Can somebody please tell me what I can do to fix this error?
    Thank you

    hello guys
    i'll take the time to post a related problem but trying to import the data, i have a database in a winxp box and another in a redhat 4 es box, both are 10.2.0.1.0, the windows one is encoded in we8mswin1252 and the linux one in we8iso8859p1... so i wanted to migrate the windows one to the linux one and i did the following:
    command for expdp:
    expdp userid=myuser/mypass transport_tablespaces=mytbs dumpfile=expfull.dmp attach parallel
    the export went on smoothly, however in the linux side...
    [oracle@omega2 ~ 09:19:33]$ impdp myuser/mypass TRANSPORT_DATAFILES='mytbs.dbf' DUMPFILE=EXPFULL ATTACH PARALLEL
    Import: Release 10.2.0.1.0 - Production on Miércoles, 07 Marzo, 2007 9:19:51
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine o ptions
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-04063: package body "SYS.KUPW$WORKER" has errors
    ORA-06508: PL/SQL: could not find program unit being called : "SYS.KUPW$WORKER"
    ORA-39097: Data Pump job encountered unexpected error -6508
    what am i doing wrong? am i missing something?

  • Error in Export Content Archive

    Hi,
    I am trying to export Content Archive using Archiver applet present in the admin applets but its getting failed, while the Table Archive was done successfully.
    The error I am getting is as below:
    "Export error for archive 'ContentArchive_13June'" in collection 'Eb_UCM': Aborting. Too many errors ".
    And the logs present in the log files are:
    Warning     6/14/2011 11:09:27 AM     Unable to rename '/home/ucmuser/oracle/ucm/server/weblayout/resources/schema.work' to '/home/ucmuser/oracle/ucm/server/weblayout/resources/schema' while publishing schema.
    Error     6/14/2011 11:09:27 AM     Unable to publish the schema. Published schema directory could not be swapped into its proper location. [ Details ]
    I have also tried after changing the file permissions on /home/ucmuser/oracle/ucm/server/weblayout/resources/schema.work, but the same logs are comming.
    Please help.
    Thnks,
    Sunny

    Hi,
    Add Configuration Variable MaxArchiveErrorsAllowed=500 at config.cfg file and restart content server, try to export your archiver.
    If you still getting same error message like "to many errors" then increase value 500 to 1000.
    Thanks,
    Ravinder

  • SCCM 2012 Export Task Sequence fails with generic error message

    We have a complex task sequence comprising of more than 50 applications\packages, 1975 drivers, 18 driver packages etc etc. Its long, it's big and it will not export with it's content.
    We have several environments for development test and live. I am attempting to export the primary task sequence with all it's dependencies from live so that I can port it over to a new development environment.
    I can export the zip file without content and it comes to 92Mb in size. The entire task sequence software set is 50Gb+. When I attempt to export with all dependencies and content the process gets about 60% of the way through and fails with the error
    "Error: The filename, directory name, or volume label syntax is incorrect"
    Googling the error roughly defines the problem as 'the export process cannot access the defined source path for one of the dependant items'
    I wrote a PowerShell script that looks as every application, package, driver, driver package, boot image, os image and software update package in the entire SCCM software library and verifies that each and every package has a valid UNC source directory
    that can be reached using test-path.
    I also wrote another tool that parsed the entire source software library on the server looking for permissions errors (permissions on the structure set at a directory level rather than inherited), directories that were too long, inaccessible or otherwise
    blocked, nothing was found.
    It will take a very long time to go through and check each and every dependency by hand - time I do not have at present.
    I looked in the TaskSequenceProvider.log as that is supposed to contain messages from the export process and found the messages in there far too high a level to use
    =======================
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:00:41.161-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="exterror.cpp:128">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.ExportXml]LOG]!><time="13:00:42.339-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.ExportXml]LOG]!><time="13:00:42.341-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:00:42.341-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="exterror.cpp:128">
    <![LOG[[1AFF658 PID:3500] Received shutdown request from WMI]LOG]!><time="13:01:36.036-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="5592" file="wmiprovider.cpp:399">
    <![LOG[[1AFF658 PID:3500] Initializing provider for namespace root\sms\site_P01]LOG]!><time="13:02:36.550-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068"
    file="wmiprovider.cpp:90">
    <![LOG[[1AFF658  PID:3500] Initialization of provider for namespace root\sms\site_P01 succeeded]LOG]!><time="13:02:36.551-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1"
    thread="7068" file="wmiprovider.cpp:107">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.LoadFromXml]LOG]!><time="13:02:36.554-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.LoadFromXml]LOG]!><time="13:02:36.558-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:02:36.559-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="exterror.cpp:128">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.ExportXml]LOG]!><time="13:03:05.428-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.ExportXml]LOG]!><time="13:03:05.431-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:03:05.431-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="exterror.cpp:128">
    <![LOG[[1AFF658 PID:3500] Received shutdown request from WMI]LOG]!><time="13:03:36.369-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:399">
    ====================
    Is there any way of increasing the log verbosity? I need to see what item is causing the export to fail.
    Is there another log containing the information about the export & what it is doing?
    All out builds that use the task sequence complete successfully, we can edit the sequence fine, make changes etc. so no internal corruption we can find.
    Any ideas?

    Torsten, smsprov.log did indeed prove useful, I could see every package as it was validated. Unfortunately the log was wrapping about every 4 minutes and it takes 3+ hours for the task sequence to reach the fail point so I still cannot see the offending
    package as it wraps before I can get to the log.
    I will increase the size of the log and see if I can maintain some details to investigate.
    There was nothing of note in the event logs, certainly nothing leading me to suspect that WMI might be reaching its limits.
    I will keep looking for the cause and will post here when I find it <= positive thinking :)

  • Problem when exporting to Vimeo I get message "The share operation has failed. Quicktime error: -50" The file only gets to 8% before this happens any idea how to fix I have a movie deadline to meet!

    Hi all,
    Finished editing a short movie.
    Then went to share on vimeo but got this message - see also screenshot when I tried to export to desktop.
    Problem when exporting to Vimeo I get message "The share operation has failed. Quicktime error: -50" The file only gets to 8%.
    Have tried deleting my render files for the project and also another fix mentioned of deleting any black space files on the edit itself but neither work?
    Just upgraded to OS Mavericks could this be causing it? If so how to downgrade?
    thanks
    Louis B

    Thanks for your help both, I called Apple tech support and spoke to a really helpful chap called Andrea who helped me out. Now got my Master file sorted and am trying Vimeo upload again.
    Just to clarify points for people out there with the same issue:
    First steps
    - Ensure background rendering is turned off in preferences
    - Delete project and events render files
    - If upgraded to Mavericks then go to FCPX in finder under applications hit buttons 'CMD' and 'I' together and tick the 'prevent App Nap' box.
    Next Steps
    I had already done all of this when Apple Tech spoke to me so we discussed the message 'Quicktime -50' and what it meant. It wasnt a purely generic error message but was not detailed enough to point to one specific issue. This problem had occurred in previous years (so Mavericks not wholly to blame) and patches were issued over the years by Apple to help resolve some of the problems.
    The message essentially is indicating that there is a problem somewhere with the media in some way shape or form.
    My export went to 8% then failed. Apple's answer was that the project settings were corrupted in some way.
    So what they suggested (so simple I could kick myself) was to select all the media files by 'CMD + A' then copy them 'CMD + C' then create and open a new project timeline, and then paste in 'CMD + V'.
    Then we tried export again this time to a master file with some settings detailed by Apple.
    The difference now was it got to 40% then failed but due to a different reason 'error -1 frame 10124 error'
    At last we get past the project issues and into the event media issues, it seems that when I loaded the compact flash last night, the iMac kept ejecting the reader so had to copy files over quickly and seems that some of the file clip I used although showed on the viewer, didn't seem to have loaded all the correct media, so selecting this clip frame 10124 on the viewer I found that it showed as red on the frame row which implied an issue. So I simply bladed it off and deleted it.
    Then I reran the export to Master file and it worked, though jumping from 40% to 100% complete was a shock to me!
    Now am trying the export to Vimeo - hope this helps some of you out there. Worst case pick up the phone to Apple and speak to the Final Cut Pro guys they can help.
    best wishes,
    Louis B

  • I'm trying to backup a my harddrive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen

    I'm trying to backup a my hard drive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen and spinning wheel. I've tried everything https://discussions.apple.com/message/20580424#20580424
    any help will be greatly appreciated.

    Check here. Also have you done a TimeMachine back up?
    http://support.apple.com/kb/TS2570

  • I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

    I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

    I exported an archive of iCal from a computer running the last OS X. On a new computer running OS X (10.7.4), I tried to import the .icbu file and got a message "The calendar failed to restore". How do I fix this/get my calendar?

  • OMF export failed due to internal error

    I get this error message whatever I do when I try to export as OMF:
    "OMF export failed due to internal error"
    I tried OMF 1 and 2.
    I tried to uncheck "include audio".
    I tried an extremely small project (one region, one track).
    Always the same error. Problem is there's absolutely no information on what kind of internal error this is.
    All other export options (AFF, Open TL and Final Cut) works.
    Any ideas?

    I suppose that beside CCM 4.1(2) you are using AC 1.4 (1), if yes, then you need to upgrade to AC 1.4 (1) ES11 or upgrade at least to CCM 4.1(3)ES42 or CCM 4.1(3) sr3c
    HTH
    //Jorge

  • Why do I keep receiving the error message: disk failed image corrupt

    I am trying to upgrade my version of Firefox from 2.0.0.2 (downloaded Nov. 2007) to the new version 3.6.12. on my IMac desktop computer.
    When I download the file I receive a white and grey icon that says Firefox 3.6.12.dmg. When I click on this icon I receive the error message:
    mounting disk failed; image corrupt.

    Firefox 3.0 and 3.5/6 versions require at least Mac OS X 10.4
    *http://www.mozilla.com/en-US/firefox/system-requirements.html - Mozilla Firefox 3.6 System Requirements
    Firefox 2.0.0.20 is the last release that runs on Mac OS X 10.2 and 10.3
    See:
    * http://kb.mozillazine.org/Installing_Firefox
    * http://kb.mozillazine.org/Unsupported_operating_systems
    Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/mac/en-US/
    If you have Mac OS X 10.4 or newer then do this:
    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.
    Other things that need attention.<br>
    Your above posted system details show two old Flash 9 plugins that you should remove and update to the latest Flash 9 version.
    text
    # Shockwave Flash 9.0 r47
    # Shockwave Flash 9.0 r16
    Flash Player 9: http://www.adobe.com/go/kb406791 (Flash Player 9 for Unsupported Operating Systems)

  • Export release build failed with an error message: complilation failed while excuting : compile-abc

    I updated air sdk from 4.0 to 16.0 beta to fix apple app store submitting bug. I can build the project and run it on simulator without any problem.  But when I tried to export the ios release build, I got this error message: complilation failed while excuting : compile-abc. 
    I use commmand line to excute compile-abc.exe with the parameters that adt gives it, but it failed without any error message.
    Here is the command line:
    compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/avmglue.abc" -fields "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/air-fields.arm-air.txt" -O3 -abc-file-list=E:\MyApp\bin-debug\AOTBuildOutput8184169967790207636.tmp\ABCFilesList.txt
    There's a empty file AOTBuildOutput-0000001821_1821.o left in the command line workaroud path. I opened file AOTBuildOutput-0000001821.abc, but didn't get any clue. How can I trace this problem?

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • 'OMF export failed due to internal error' message

    Hi,
    Has anyone ever got an 'OMF export failed due to internal error' message when trying to export in OMF format?
    I get that every time I try to export in that format.
    How can I make it work?
    Thanks and best,

    Hello sj holcombe,
    And welcome to Apple Discussions!
    Have you had a chance to check out this Apple support document directly related to this issue? If not, it is a good place to start.
    [iTunes displays a -69 error when syncing iPod|http://support.apple.com/kb/HT1210]
    Hope it helps.
    B-rock

  • Lightroom export fail with errors

    Hallo,
    with export of LR 6 I have the following problem: When I select a couple of pictures to export, the export fails after a while with the error, that some pictures - not all - can't be read. After multible tries with the pictures failed, export has done successfully.
    Regards
    Gerhard

    Hi,
    This problem only happens in LR6. I had the issue for days.
    I happen to have Adobe Bridge opened to the same folder that LR6 was exporting to. When I clicked on a different folder, the problem disappeared. It seems to be some sort of a file lock issue.
    best
    Wesley

  • Jdev11g could not extract the archive since it is corrupted error code = 50

    Dears,
    Please I need a help
    After I downloaded Jdeveloper 11g and I begun to run the EXE it gaved me this error
    "could not extract the archive since it is corrupted error code = 50"
    I downloaded it again the next day but with the same error and the same problem.
    Could anybody know this issue ???? how to fix it ???
    Thanks in advance ....
    Samy Omar

    Do you run a virus checker or some program to scan the web traffic?
    Some of them are trying to check every file inside the jars or exe and if they contain more then 65536 file they corrupt the file without saying so.
    So try to download if running such programs or try it at an other location.
    Timo

  • After Effects error: Quicktime export failed - Out of memory (-108)

    I am using CS3 After Effects and have been receiving this After Effects error: Quicktime export failed - Out of memory (-108).  Can anyone help with this issue?
    I am using a Mac Pro 6-Core Intel Xeon 2.66 GHz with 6 memory slots at 1GB DDR3 ECC at Speed 1333MHz.

    Sounds like one of those many "old version of AE on new hardware" issues... You may need to fiddle with Rosetta or install it in teh first place, if you haven't already and you may also require a specific older version of Quicktime...
    Mylenium    

Maybe you are looking for