FlexUnit4SampleCIProject will not build for me with build.air.xml

I have I6 of Burrito. I downloaded the FlexUnit4SampleCIProject and followed set-up instrucitons on this page:
http://docs.flexunit.org/index.php?title=Ant_Task
When I leave in all the default source and run it using:
ant -v -f build.air.xml clean package
it goes for awhile and then fails with a:
BUILD FAILED
/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
What am I doing wrong? Here is the full log from terminal on my Mac running Snow Leopard with ant 1.8:
admin-MacBookPro:FlexUnit4SampleCIProject brantner$ ant -v -f build.air.xml clean package
Apache Ant version 1.8.1 compiled on September 21 2010
Buildfile: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml
Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Detected OS: Mac OS X
parsing buildfile /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml with URI = file:/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject /build.air.xml
Project base dir set to: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject
parsing buildfile jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
[property] Loading Environment env.
Build sequence for target(s) `clean' is [clean]
Complete build sequence is [clean, init, compile, test, package, ]
clean:
   [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
   [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
   [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
   [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
   [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
Build sequence for target(s) `package' is [init, compile, test, package]
Complete build sequence is [init, compile, test, package, clean, ]
init:
    [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
    [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
    [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
    [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
compile:
    [mxmlc] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/flex-config.xml
    [mxmlc] Required RSLs:
    [mxmlc]     framework_4.5.0.20135.swf with 1 failover.
    [mxmlc]     textLayout_2.0.0.232.swf with 1 failover.
    [mxmlc]     spark_4.5.0.20135.swf with 1 failover.
    [mxmlc]     sparkskins_4.5.0.20135.swf with 1 failover.
    [mxmlc]     mx_4.5.0.20135.swf with 1 failover.
    [mxmlc] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/Main.swf (63438 bytes)
test:
[flexunit] Validating task attributes ...
[flexunit] Generating default values ...
[flexunit] Using the following settings for compilation:
[flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
[flexunit]     player: [air]
[flexunit]     sourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/main/flex"]
[flexunit]     testSourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/test/flex"]
[flexunit]     libraries: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/li bs/flexunit-aircilistener-4.1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit- d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-cilistener-4.1.0.swc","/Users/brantner/Docu ments/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-core-flex-4 .1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIPr oject/libs/flexunit-uilistener-4.1.0.swc"]
     [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
     [null] '-jar'
     [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
     [null] '--version'
     [null]
     [null] The ' characters around the executable and arguments are
     [null] not part of the command.
     [null] Output redirected to property: SDK_VERSION
[flexunit] Found SDK version: 4
[flexunit] Created test runner at [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml]
[flexunit] Compiling test classes: [org.flexunit.demo.EchoPanelTest, org.flexunit.demo.SampleTest]
[flexunit] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
[flexunit] '-Xmx256M'
[flexunit] '-jar'
[flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
[flexunit] '+flexlib'
[flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks'
[flexunit] '+configname=air'
[flexunit] '-output'
[flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf'
[flexunit] '-source-path'
[flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /main/flex'
[flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /test/flex'
[flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-aircilistener-4.1.0.swc'
[flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-cilistener-4.1.0.swc'
[flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-core-flex-4.1.0.swc'
[flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-uilistener-4.1.0.swc'
[flexunit] '-headless-server=true'
[flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml'
[flexunit]
[flexunit] The ' characters around the executable and arguments are
[flexunit] not part of the command.
[flexunit]
     [null] Error redirected to property: MXMLC_ERROR
     [null] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/air-config.xml
     [null] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/TestRunner.swf (491869 bytes)
[flexunit] Using the following settings for the test run:
[flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
[flexunit]     haltonfailure: [false]
[flexunit]     headless: [false]
[flexunit]     display: [99]
[flexunit]     localTrusted: [true]
[flexunit]     player: [air]
[flexunit]     port: [1024]
[flexunit]     swf: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf]
[flexunit]     timeout: [60000ms]
[flexunit]     toDir: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/report]
[flexunit] Setting up server process ...
[flexunit] Starting server ...
     [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
     [null] '-jar'
     [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/adt.jar'
     [null] '-version'
     [null]
     [null] The ' characters around the executable and arguments are
     [null] not part of the command.
     [null] Output redirected to property: AIR_VERSION
[flexunit] Opening server socket on port [1024].
[flexunit] Waiting for client connection ...
BUILD FAILED
/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
    at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
    at org.flexunit.ant.launcher.commands.player.AdlCommand.prepare(Unknown Source)
    at org.flexunit.ant.launcher.contexts.DefaultContext.start(Unknown Source)
    at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
    at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:390)
    at org.apache.tools.ant.Target.performTasks(Target.java:411)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
    at org.apache.tools.ant.Main.runBuild(Main.java:801)
    at org.apache.tools.ant.Main.startAnt(Main.java:218)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 18 seconds
admin-MacBookPro:FlexUnit4SampleCIProject brantner$
Thanks,
Brian

Mean the one for i6.. we monitor that as well.
Or just reach out to me offline:
my last name at digitalprimates dot net
Mike

Similar Messages

  • Flash Player will not install for use with Firefox

    I cannot install Flash into Firefox, To see Flash content, I must use Google Chrome...no problem there. Way back when, I had no problems with Firefox.
    Though I am an administrator, I get the "insufficient permissions" message just before the installation is complete. I tried everything suggested in Adobe's help area in that regard.
    What I have tried: A new administrator account. Making sure I was running the .exe program and Firefox as an administrator. Delete and reinstall Firefox. Use the uninstall from Adobe for Flash, and then try the reinstall. Disabling all security while doing all of this. Installing in Safe Mode. I spend a few hours on this every month or so.
    A new install in Chrome happens. I even downloaded Commodo Dragon, and have the same trouble there...I feel like Chrome is wandering around inside there to keep me from using Firefox!!! I have been using Firefox for years, and still strongly prefer it, but I am about to give up.

    Could you check the progress of the install.
    (1) Physical file location
    The DLL is deposited in this folder:
    C:\Windows\SysWOW64\Macromed\Flash
    Can you find NPSWF32_11_9_900_170.dll there?
    (2) Registry entry
    If the file exists, the next link in the chain is the registry entry Adobe leaves for Firefox to find.
    If you are comfortable using RegEdit, that should be here:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@adobe.com/FlashPlayer

  • Can not update my ipad 1 - This device is not eligible for the requested build:

    I had been trying to update my Ipad from IOS 4.3 to 4.3.3 but I can not update it I keep getting the message
    This device is not eligible for the requested build:
    I read the trouble shooting page and it I had done all the steps mentioned there but still does not work.
    I am using Itunes 10.3.1 on a Macbook
    If somebody can help or give some tips will be great

    Your error with suggested fixes is discussed in these two links.
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/ts1275
    Is your iTunes version 10.5?
    Try this - Disable your firewall and anitvirus software temporarily.  Then download and install the iOS update.
     Cheers, Tom

  • I try to update my iPod. " not eligible for the requested build"

    I try to update my ipod touch and it says that it isnt eligible for the requested build

    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Above from:
    http://support.apple.com/kb/TS3694

  • ITunes keeps saying iPhone not eligible for the requested build

    iTunes keeps saying iPhone not eligible for the requested build after downloading the update directly through itunes with the lateset version of itunes.

    Here are some suggestions for your error message, copied from
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.

  • HT201210 "not eligible for the requested build"

    I'm trying to unlock my iPhone 4S but everytime I try I get the message above... I've updated everything and tried out some of the recommendations of the troubleshooting site but nothing seems to work.

    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes. Mac OS X 10.5.8 (Leopard) users may need to download iTunes 10.6.3.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Note yo can only update or restore an iPod to the current iOS. For the 4G you can only go to 6.0.1

  • "Ipad could not be restored. The device is not eligible for the requested build"

    Tried to update ipad to 7.12 it only says "Ipad could not be restored. The device is not eligible for the requested build". Also tried to restore it to the old version but says the same thing. Please need help

    If you tried to restore the old version I assume that your iPad was jailbroken. If my assumption is incorrect, please forgive me for jumping to conclusions. If it wasn't jailbroke, maybe this will help.
    Error 3194, Error 17, or "This device isn't eligible for the requested build"

  • HT201210 my computer said that my device was not eligible for the request build. what do i do?

    i forgot my passcode so i need to restore my ipod touch

    Maybe here too:
    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.

  • I purchased Adobe photoshop elements II and Adobe premiere elements II. They are both on one disc. My computer crasded and I had to reload Windows. I only have one serial number and it only works with photoshop II. The same serial number will not work for

    I purchased Adobe photoshop elements II and Adobe premiere elements II. They are both on one disc. My computer crasded and I had to reload Windows. I only have one serial number and it only works with photoshop II. The same serial number will not work for Premiere. I dont have any other serial numbers. What do I do???

    Static_Unit
    I am getting a bit concerned about what is happening in your situation. Yesterday you posted your question in at least two different forums, one of them being here in the Premiere Elements Forum.
    Don't Have Serial Number for Premiere, Only Photoshop?
    Wherever you posted, the reply was to contact Adobe via its Adobe Chat. It is the only one who can sort out this matter for you.
    In the thread cited above I offered to help you with the difficulties that you were having visualizing the Adobe Chat in its web page. I was waiting for your follow up on that in the above thread. Instead, I find your same question in a new Adobe Premiere Elements Forum thread this afternoon with no refer the prior threads or prior recommendations given you.
    I will also mention again...when you buy the Photoshop Elements and Premiere Elements bundled in one packaging and with installation files for each on the same installation disc, each program has its own serial number. The Photoshop Elements serial number does not work for Premiere Elements and vice versa. The serial numbers are on labels on a box which houses the installation disc envelope(s). So, if you purchased both programs and found the Photoshop Elements serial number, then the Premiere Elements serial number should be in a label right underneath the label with the serial number for Photoshop Elements. I recall writing this in your yesterday's thread on this matter.
    The moderator will no doubt be along shortly to close or delete this thread. So, just in case, please bookmark your yesterday's thread cited above so that we can continue this communication which is trying to help you.
    Thanks.
    ATR

  • I installed Elements 12 because my version of Photoshop (CS5.1) is not compatible with Yosemite. Now the Adobe Application Manager will not search for updates for any of the programs in CS5.5 that I have. How do I fix this?

    I installed Elements 12 because my version of Photoshop (CS5.1) is not compatible with Yosemite. Now the Adobe Application Manager will not search for updates for any of the programs in CS5.5 that I have. How do I fix this?

    '''Except 8.0.x version also supported version is 3.6.24 '''you can find it here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    check the system requirements:
    http://www.mozilla.org/en-US/firefox/3.6.24/system-requirements/
    see also:
    [https://support.mozilla.com/en-US/kb/Installing%20a%20previous%20version%20of%20Firefox Installing a previous version of Firefox]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?  Best,  James.

    I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?
    Best,
    James.

    you cannot use your pc license to install on a mac.  you would need a separate license (and serial number) for that.
    adobe allows platform swaps, but only with the latest (xi) version, Order product | Platform, language swap
    your option to use acrobat on a mac are to upgrade to acrobat pro xi and change platforms, use a windows emulator (parallels/boot camp etc) on your mac or swap with a third party.

  • I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.

    I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.
    What do I do now?

    Hold the shift key at boot time, then run through this list, did you install anything recently or perform a update of some third party software? Uninstall it.
    Step by Step to fix your Mac
    Mac won't boot or "You need to restart"
    Create a data recovery, undelete boot drive

  • HT201210 I am trying to update my iPhone but it seems that I have to many photos and music because I received the following message: The iPhone could not be updated; this device is not elegible for the requested build. Does anyone know how to fix this?

    I am trying to update my iPhone but it seems that I have to many photos and music because I received the following message: The iPhone could not be updated; this device is not elegible for the requested build. Does anyone know how to fix this?

    You have to delete the corrupt back-up so iTunes can at least back-up the current data on the iPhone and then restore it. Search these forums, there a several good posts on how to delete the corrupt back-up.

  • This device is not eligible for the requested build

    I am getting an error message when trying to update my iphone to the latest software version.  The error message says "This device is not eligible for the requested build"

    Can you get a Wi-Fi connection on your iPhone?
    I got an Internet connection on my phone, went to SETTINGS --> GENERAL --> SOFTWARE UPDATE and updated my Software wirelessly (no iTunes involved).
    When I connected my phone to my Computer again and iTunes popped up, it showed that my iPhone software was up to date. Then I could restore to an old back-up.

  • Mid 2011 21.5 inch iMac with lion   video=freeze, will not restart for 30-60 minutes , today it took 14 hours before power button would restart it , is anyone else having a long restart after this problem?

    mid 2011 21.5 inch iMac with lion   video=freeze, will not restart for 30-60 minutes , today it took 14 hours before power button would restart it , is anyone else having a long restart after this problem?

    Look in Activity Monitor (Applications - Utilities - Activity Monitor) and see if you have any runaway processes using a lot of %CPU.
    I would also strongly recommend running Apple Hardware Test in Extended Mode. If it reports errors you can Google them or post them here.

Maybe you are looking for

  • How do I change the key photo of a Photo Journal created in iPhoto for iOS?

    Is there a way to choose this photo? It seems to default to the first photo in the event used to create the journal, not even first photo on first page.

  • How can I simply create a text frame with perfect rounded ends?

    I'm recreating a new edition of a book that was originally created in Quark. It uses round-ended text frames. When using the simplest method of corner options, the ends aren't proper semicircles, even though the radius is set to half the height of th

  • Fire Joint Query using JCO

    Hi All, I am using JCO Connection from a Webdypro Java Application to access the ERP backend, and fetch all the vendors for a particular Purchasing Organization. I am using the FM RFC_READ_TABLE. But I have to pick data from 2 tables here LFA1 and LF

  • Object Creation for Hierarchy in BW side

    Hi Some hierarchies have been added in R/3 side for Account Group and Profit center group.In BW side i need to Create/maintain the infoobject for the same. Could anyone help me.How to go about this.I mean what are all the External chraracteristics i

  • Screen 2000 of SAPLBBP_SOCO_UI_ITS

    Hello, I have deleted the screen 2000 of SAPLBBP_SOCO_UI_ITS by mistake. It is a test system for upgrade and I do not have access to any other SRM system. Could anyone download and send me the file for the screen 2000 from an SRM 5.0 (SRM SERVER 5.5)