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()));

Similar Messages

  • Photo upload to iCloud fails with the error message 'Upload failed due to network error'. Ideas?

    I am trying to get my photos on my Mac Mini onto my iPad 2 via iCloud. I have tracked the problem down to upload failure from Mini to iCloud. 1St (&every) photo upload fails with the message 'Upload failed due to network error'. Any ideas?

    I doubt this issue is related to the Mac Mini specifically.
    I have 44 photos shot with an iPhone 3G that will not upload to iCloud Photo Library. I try and drag-and-drop them onto the web interface and I get the same error message you did:
    Upload Failed
    44 items were not uploaded due to a network error.
    However, I have another 62 photos shot with the same iPhone 3G that upload without issue. And I just uploaded 440 photos from an iPhone 4 without issue.
    I thought it may have something to do with certain EXIF tags missing on the photos that would not upload but I have not been able to figure out a pattern when comparing photos that work and photos that don't work.
    The photos that won't upload open fine in QuickLook, Preview, and Pixelmator so I doubt the image is corrupted in some way.
    I can AirDrop the photo to my iOS device and it will upload to iCloud Photo Library, the photo/video count will be incremented on the iOS device and iCloud Photo Library but the photo will never be displayed in iCloud Photo Library. When I delete the photo on the iOS device the photo/video count will decrement on the iOS device but will remain the same in iCloud Photo Library. When this occurred the following error was thrown in the iCloud Photo Library web interface:
    Expanding Details shows the following log:
    https://gist.github.com/jameswthorne/757e319b9fee63119890

  • Indesign CC packaging process fails with the error message "Unable to copy necessary file(s)"

    When I try to package a file with a lot of links, the Indesign CC packaging process fails with the error message "Unable to copy necessary file(s)". I am able to make a PDF of the same file, but when packaking the process fails every time. The app does not crash, just gives an error message. What gives?
    (I'm using a MacBook Pro Retina Display with 16 GB RAM, running OS 10.9 and all CC 9.1 updated with the latest patches).

    @John – that's really strange… the thing with the file names depending on the file type. That could eleminate Mavericks a bit from the equation and put the weight more on InDesign CC.
    Provided:
    1. You give it a go with InDesign CS6 v8.0.2 and tests are showing it will work fine in this regard.
    2. The same composite characters are present in both file types, the ai files and the PhotoShop ones. On a Mac OSX characters for files and folders can consist of "composite" components:
    ü for example is a two component one: the u and the two dots above the u. On a machine with MS Windows, this is not the case…
    InDesign CC was programmed from scratch for a 64 bit architecture. So it could be a severe bug in InDesign CC.
    Maybe other readers in this forum could test for these cases…
    Uwe

  • I just bought v10.7lion but when I try to install it comes with this error message:"Install Failed"...try to install again. Now I've been restarting over and over again.  What should I do?

    I just bought v10.7lion but when I try to install it comes with this error message:"Install Failed"...try to install again. Now I've been restarting over and over again.  What should I do?

    JPPI-
    Did you try it with the iTunes your Mac already has?
    Try running Software Update in your System Preferences.  That should bring your computer up to the latest software available for 10.4.  You would end up with an older version of iTunes, but that may be good enough to activate your iPad.
    Fred

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

  • DISPLAY/PRINT MY EXPENSE REPORTS UNDER TERA FAILS WITH THE ERROR MESSAGE

    Hi Techies,
    When i click on "Display/print" button under my expense report ( Employee --> Travel & expenses --> Manage Expenses (TERA) --> My trip reports), it opens up a new window with the error message "SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send failed with exception communication_failure(100,101)."
    This behaviour is noticed in the new upgraded system NW 701 SP7 (portal) and backend ECC 6.0 EHP4; However it works perfectly fine with our non-upgraded system NW 70 SP10 (portal) and backend ECC 6.0.
    When i ran the trace on this functionality, i could notice that in the non-upgraded system, after pulling all the values, it calls the RFC function module "PTRM_WEB_FORM_HTML_GET"; however the upgraded system calls "PTRM_WEB_FORM_PDF_GET".
    For the "PTRM_WEB_FORM_PDF_GET", I believe we need to configure the "ADS" rfc pointing to the ADS service on a j2ee server which am not planning for.
    MY QUESTION IS:-
    IS THERE ANY OPTION TO CHANGE THE FORM BEING CALLED FROM "PTRM_WEB_FORM_PDF_GET" TO "PTRM_WEB_FORM_HTML_GET" WHICH I BELIEVE WILL RESOLVE THE PROBLEM AM FACING?
    Kindly assist with your thoughts!1
    -GK

    Read the steps on note 1032311 on how to achieve it,
    In Web Dynpro, the Parameter for Formula is Defaulted to PDF file. If
    you don't want to use the ADOBE Form in ESS, you have to follow 2 steps:
    Solution
        o  Check the Homepage framework configuration.
      In IMG (transaction SIMGH) go in Travel Management->Employee Self
    Service->Homepages Framework->Ressources
    Delete the URL parameter "sap.xss.tra.UsePdf=true" of the ressource
    "EMPLOYEE_TRAVEL_TRIPFORM_SRV05".
      Check that the field URL for PCD file is filled with
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_fol
    der/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/
    com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_trave
    l_expenses/com.sap.pct.erp.ess.tripform
      Normally if it is not filled in your client, the system should use the
    one from client 000, that is the SAP delivered customizing.
        o  Check the Portal PCD configuration
      Logon on to your SAP portal as Administrator.
      In the Content Administration - Portal content, select Content
    provided by SAP->end User Content->Employee Self Service->iViews->Travel
    and Expenses->Display Trip Form
      Right Click on Display Trip Form and Select Object->Open
      In the field Application Parameters, you will find a parameter
                                                                     Page 2
    sap.xss.tra.UsePdf=true . Delete this line completely.
    When this configuration is done, the PDF form is desactivated and the
    HTML form is used.
    This is the issue with ADOBE set up
    Firstly, I would ask you to check the customizing steps from 944221
    to ensure no issue with the ADS configuration for the pdf form.
    to review OSS note 925741 as there can be a issue with the
    platform validity and version.

  • Rendering of Proxies in AE fails with generic error messages.

    *sigh* working with AVC in CS4 on my quad core has been an exercise in pain.
    I've followed the optimization guides linked to in the different forum posts and that lets me zip along until I actually start adding effects. Then I am right back to a crawl. I recently discovered proxies in AE and learned that I can use "replace" in premeire to leverage those same proxies... Sweet... When I works I am back to editing in both in real time!
    The problem is AE is regularly failing to generate proxies for me and I cannot figure out why. All my video is shot the same 24mbps, 60fps, 1080p (true 60i). All shot from my Canon HF S10.
    The error is always "Error reading frame from file" and it always occurs just before the render is about to complete. Sometimes I get lucky and a working .mov was generated in spite of the error. Bu most times the file isn't there.
    So my 2.4ghz quad core with 8gb ram can't edit the originals and I can't create proxies... I'm effectively dead in the water.
    I tried using Media Encoder to generate my proxies with no success either. It fails with "Unspecified Error".
    Both times I am trying to encode to Quicktime, Jpeg, Draft Settings. For the heck of it I tried different codecs, etc. Nothing seems to help. Even worse is sometimes if I just queue the same file multiple times it eventually works.
    Is there anything at all I can do to make successful proxy generation less like winning the lottery?

    Yeah I updated to that right away. Premiere itself seems to behave most of the time. To be honest I've hardly had any problems with Premiere even before the 4.2 update.
    But AVC (mts files) seem to be very problematic in AE in general. I also experience the issue mentioned here:
    http://forums.adobe.com/message/2404464
    Sounds like re-encoding to another format is the only way I'll be able to work in AE reliably. So I have to figure out a way to get Media Encoder to finish it's jobs.

  • On a windows 7 PC, I tried to update to itunes 10.7 and nothing happens. itunes locks up. Just before this, I downloaded ios6 for my iphone 4 and it failed with an error message to that effect. The iphone is also locked up.

    itunes freezes up with no error message. Previous to this, I downloaded ios6 for iphone and that failed as well. The iphone is frozen too. Any ideas?

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • Time Machine backups fail with no error message

    My Time Machine hasn't successfully completed a backup since 3/19. It starts the backup on schedule, indexes over 2 million objects, goes through the phase of preparing objects, and then just stops. I know that there have been many changes since that time, but it isn't backing them up. Please tell me how to fix this.

    I have the same problem - Time Machine fails to backup with no error message - after a brief foray into Mavericks. Each time it tries to backup, TM creates a new folder in the "in progress" directory but fails to complete.  Otherwise TM looks normal with no obvious errors. I have several HDDs.  I installed Mavericks on an external drive, migrated my data over to it. Booted from it and after a day or two decided I just didn’t' like it and booted from my Snow Leopard partition.  All was fine but apparently, I had forgotten to turn OFF Time Machine while booted into Mavericks.  Thereafter, Time Machine failed to backup.  Here's what I've done and the error logs:
    Deleted the NEW directory that Mavericks created on TM
    Done a full reset of TM (deleted: /Library/Preferences/com.apple.TimeMachine.plist
    Re-entered the exclusions
    Rebuilt the directory structure on the boot disc using DiskWarrior
    Repaired the TM disc using Disc Utility
    Resynced the Spotlight cache on the boot disk
    TM also seems not to do a deep traversal since it just stops after checking files to backup.
    Here are the error logs from the TM Buddy widget:
    Starting standard backup
    Error loading /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin:  dlopen(/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/Ma cOS/VirtualPCDiskImagePlugin, 262): no suitable image found.  Did find:\n /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin: mach-o, but wrong architecture
    Cannot find function pointer MacDiskImagePluginFactory for factory 7F1FD83E-6684-11D8-968F-000A957703C0 in CFBundle/CFPlugIn 0x102f00930 </Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle> (bundle, not loaded)
    Backing up to: /Volumes/Time Machine/Backups.backupdb
    Event store UUIDs don't match for volume: Mac Pro Data
    Forcing deep traversal on source: "Mac Pro Data" (mount: '/Volumes/Mac Pro Data' fsUUID: B4BEA50F-15B1-34BB-92F1-B7605139B852 eventDBUUID: BA019CB5-8123-4C99-9806-C9593D4EFA34), {1, 1, 1, 0}
    Event store UUIDs don't match for volume: Music HDD
    Forcing deep traversal on source: "Music HDD" (mount: '/Volumes/Music HDD' fsUUID: FF1EF8F5-30D0-34C0-BC02-ACDB5AD18B3A eventDBUUID: 92A95F63-5F4A-4987-90DB-5444ADF33D40), {1, 1, 1, 0}
    Node requires deep traversal:/ reason:must scan subdirs|
    Error: Flushing index to disk returned an error: 0
    Backup canceled.
    I don't know what to do next.  Any ideas?
    Thanks,
    John

  • HSS "Deployment Metadata" export (partly) fails with 4 error messages:

    The "Deployment Metadata"-export fails.
    It fails both on HSS user interface or via the LCM utility on the foundation server and on a non foundation machine.
    Perhaps its due to the fact that we have 3 essbase servers with a couple of essbase application/ database with the same names. But if thats the case this should not happen I guess.
    (ApplicationX.DatabaseY exists both on Essbase serverA and essbase serverB)
    Any help will be great.
    kind regards,
    Detlev
    Error in migrating artifact, "/Shared Services Registry/Essbase/Cluster - inform.acc@inform/Properties".
    EPMREG-10003: An unexpected error occurred during storing the artifact Properties. Detailed message is /Shared Services Registry/Essbase/Cluster - inform.acc@inform
    Error in migrating artifact, "/Shared Services Registry/Essbase/Cluster - inform.check@inform/Properties".
    EPMREG-10003: An unexpected error occurred during storing the artifact Properties. Detailed message is /Shared Services Registry/Essbase/Cluster - inform.check@inform
    Warning in migrating artifact, "/Shared Services Registry/Essbase/ITC - EssbaseServer@inform/Properties".
    EPMLCM-35003: Application artifact listing metadata contains duplicate resource information for /Shared Services Registry/Essbase/ITC - EssbaseServer@inform/Properties.
    Warning in migrating artifact, "/Shared Services Registry/Foundation Services/Shared Services/ITC - Foundation@inform/Properties".
    EPMLCM-35003: Application artifact listing metadata contains duplicate resource information for /Shared Services Registry/Foundation Services/Shared Services/ITC - Foundation@inform/Properties.
    Warning in migrating artifact, "/Shared Services Registry/Interactive Reporting/Agent Module@ServerX_6814,6815/RAService - DataAccess@serverX/Das Dsn@ServerY/Properties".
    EPMLCM-35003: Application artifact listing metadata contains duplicate resource information for /Shared Services Registry/Interactive Reporting/Agent Module@ServerX_6814,6815/RAService - DataAccess@ServerX/Das Dsn@ServerY/Properties
    Edited by: Detlev on Apr 8, 2013 4:46 PM

    Could you try to use adt to package the AIR file?
    There might be some error messages that doesn't get caught by Flash Builder.
    Have you modified the Application Descriptor since last succeful packaging?

  • Executable build failing with no error message with smtp email VIs

    I have a VI which I want to build into a .exe which will be used as an HMI for a real-time system. I am using the SMTP VIs to text/email me various notifications about the system state. The main VI works fine if run but will not build into an .exe. The error message comes back blank so no help there (LabView 2010). If I just simply disable the portion of the code in the HMI.VI which contains the email VI code, the application builds. I searched for anwers and was unable to resolve the problem. Any ideas? Do I need to include anything in the build that is specific to the LabView SMTP VIs? I'm new to building .exe's so I appologize for any rookie mistakes I may have made.
    Thanks.

    mikeporter wrote:
    You said you searched for answers (on the forum?).
    Yes.
    What did you find?
    I found a bunch of topics on email send errors after the application was built but nothing related to .exe building failures (related to the SMTP/email VIs). I also found topics dicussing the bug that fails to report an (any) error during the .exe build (for 2011). The solution was to install the service pack. if that's my problem then I will have to go through the motions to get that done (corporate computers / lack of persmissons and such).
    What have you tried? This question has been answered many, many, many times.
    I tried what I stated in the OP. If I disable the portion of the code which contains the email SMTP VIs, the application builds, otherwise, the build fails and no error code or description is given.
    PS: probably has nothing to do with the SMTP drivers, per se.
    If the answer has been given many, many times, then I appologize for not being able to find it before posting. Trust me, the last thing I want to is waste my time fishing for answers on the forum, especially when I get a response from forum members who would rather point out that my mis-identified problem has been answered many, many times, rather then just helping me out.

  • IOS Export Release Build hangs with FB4.7

    I recently updated to FB4.7 running AIR 3.4 on my Macbook Air under Lion 10.7.5.
    My project contains a large number of embeded files and when debugging under FB4.6 I was often encountering Java Heap Errors and lots of out of memory errors. However, I was able to put up with those errors and still export working release builds.
    Under FB4.7 I am able to compile DEBUG builds now without the problems I was having under FB4.6. However, when I attempt to export an iOS release build using the IDE under FB4.7 the process always just hangs (at Packaging 0%) and never completes (even after waiting hours).
    If I create a small test project under FB4.7, I am able to export a release build successfully. So I believe my FB install is working.
    I've tried bumping up the xms and xmx settings in the Flash Builder 4.7.ini file to 2048m, but that has made no difference to the problem.
    I suspect that the large number of embeded files that I have in my project may be contributing to the problem. The embeded files are primarily all UI artwork as my app supports all the different iOS screen resolutions.
    Short of restructuring my entire project to remove all the embeded files (which I really do not want to do at this point) is there anything else that can be done to get FB4.7 to succesfully export an iOS release build?

    Hi Sanjay,
    Thanks for the quick reply! Hereby the extra info:
    1. -Xmx2048m
    2. We are using ATF files with all three textures included (around 14 MB for @2x and 8 MB for @1x). We could exclude the DXT and ETC ones, but than we need to create them for all separately. Thereby we are not done with the project so the size will still increase, than it is a solution for a short time.
    3. I just tried with the following results:
    At the beginning it is giving some warnings:
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:271)
              at com.adobe.air.ipa.AOTCompiler.compileModule(AOTCompiler.java:1444)
              at com.adobe.air.ipa.AOTCompiler.compileBitcodeImpl(AOTCompiler.java:1342)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:68)
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:271)
              at com.adobe.air.ipa.AOTCompiler.compileModule(AOTCompiler.java:1444)
              at com.adobe.air.ipa.AOTCompiler.compileBitcodeImpl(AOTCompiler.java:1342)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:68)
    Undefined symbols for architecture armv7:
    After that, a lot of lines are shown with this at the end:
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Any idea?
    Thanks,
    Ben

  • Export Release Build - Problem with Server Settings

    Hello, i have a big problem and i searched the whole day yesterday but didnt found an answer...
    I started a Flex Mobile and PHP Project. The Project has a Data/Services included wich loads some customer from a database (sql)... for the first a
    used Zend and try it local (http://localhost and used the htdocs Folder of Zend)... EVERYTHING WORKS PRETTY FINE... so NOW my problem
    I wanted to export this project to a release build for my android phone... so the first warning of Flash Builder ist that the project ist currently configured to access data services from a local url. Before exporting the application, you may need to deploy your services to a remote server, then change the server root URL for your project. Click here to change server settings.
    When i click the button i get the server setting.
    Web root: C:\Program Files (x86)\Zend\Apache2\htdocs
    Root URL: http://localhost
    whe i change it now i get an eror:"The selected web root folder does not exist (i attached i screenshot of it).
    i entered de domain of my server (i also tried the ip) at Root URL. And i think there ist a problem with the Web root...? i get scary

    i know WHY Flashbuilder tells me that i have to change the setting when i deploy on the device
    my problem ist that i got this error...
    and the domain wich i have in the screenshot should only explain how i tried it...
    i entered my server url (the real domain) and i entered the folder "app" wich i have created via ftp on my server...
    BUT i also get this error (lik in the screenshot)
    i think at ROOT URL i cant make lot mistakes .... http://myserver.de or the ip
    but i think maybe my web root ist incorrect? i entered here the folder wich is directliy on my server...?
    i dont know exactly but i got an error like in the screen

  • Solaris 10 Update 1 PXE Installation on SPARC fails with the error message.

    Hi,
    The remote installation is continiously failing for older updates, I tried with different images but all fails with the same error message ' Using DHCP for network configuration information.
    ^CMar 17 13:07:00 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 130.
    [ system/install-discovery:default failed (see 'svcs -x' for details) ]
    Requesting System Maintenance Mode" , the log of the same given below:-
    {1} ok boot net:dhcp -v install
    SC Alert: Host System has Reset
    Probing system devices
    Probing memory
    Probing I/O buses
    Sun Fire V240, No Keyboard
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Rebooting with command: boot net:dhcp -v install
    Boot device: /pci@1f,700000/network@2:dhcp File and args: -v install
    1000 Mbps FDX Link up
    Timed out waiting for BOOTP/DHCP reply
    1000 Mbps FDX Link up
    Using BOOTP/DHCP...
    Using DHCP for network configuration information.
    /sbin/install-discovery: /etc/inet/hosts: cannot create
    Mar 17 13:05:58 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 1.
    ln: cannot create /tmp/devices/devices: Operation not applicable
    mount: /tmp/dev: Device busy
    Configuring devices.
    devfsadmd: daemon pid 28 is already running
    mount: fd is already mounted or /dev/fd is busy
    Using DHCP for network configuration information.
    <unknown>: warning: dhcpagent: daemonize: timed out awaiting adoption.
    /sbin/install-discovery: /etc/inet/hosts: cannot create
    Mar 17 13:06:40 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 1.
    ln: cannot create /tmp/devices/devices: Operation not applicable
    mount: /tmp/dev: Device busy
    Configuring devices.
    devfsadmd: daemon pid 28 is already running
    mount: fd is already mounted or /dev/fd is busy
    Using DHCP for network configuration information.
    ^CMar 17 13:07:00 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 130.
    [ system/install-discovery:default failed (see 'svcs -x' for details) ]
    Requesting System Maintenance Mode
    (See /lib/svc/share/README for more information.)
    Console login service(s) cannot run
    # svcs -xv
    svc:/system/install-discovery:default (install-discovery)
    State: maintenance since Sun Mar 17 13:07:00 2013
    Reason: Start method failed repeatedly, last exited with status 130.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-install-discovery:default.log
    Immediate response in this case is appreciated.
    Thanks
    AS

    Moderator Comment:
    Immediate response in this case is appreciated.No.
    This is not company technical support.
    If you want speedy assistance, use your contract credentials and log a support case.
    No one here is paid to respond.
    No one here is a company representative, nor are they responding as representatives of the company. There is no obligation that any inquiry get assistance, and your presumptive statement is bordering on being rude.

  • Automator Workflow Fails with Cryptic Error Message

    I'm updating an Automator workflow for OS X Lion that I initally developed and used, without issue, in OS X Tiger. The workflow asks for a name, creates a folder for the name, takes a digital image with a Nikon D50 connected to the computer, and saves the image to the new folder. This aspect of the workflow works fine.
    I then have a prompt asking if we should take another. If the user says "yes," the script should take another image and save it to the folder. This is where I run into an issue. When I attempt to add another "Take a Picture Action" into the workflow, I get the cryptic (at least to me) error message in the attached screenshot.
    Here's the text:
    "Cannot update for observer <AMWorkflow 0x400458ac0> for the key path "parameters.name" from <TakePicture 0x403e3b0a0>, most likely because the value for the key "parameters" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the TakePicture class."
    The language of this error would seem to indicate a bug. Any thoughts on a fix or the means to report to Apple?

    The subject of this post is a bit misleading. The workflow wasn't failing while I was running it, but rather when I was editing it and trying to include another 'Take a Picture' action in the same workflow.
    The workaround I found was to use a 'Loop' action on the 'Take a Picture' action. It's a bit more elegant and doesn't require multiple 'Take a Picture' actions in the same workflow.
    Nonetheless, what does this error message mean?

Maybe you are looking for