Unknown error -3254

I am in the midst of having huge problems with my iTunes program (v 8.0.1.11), where when I open iTunes I get a dialogue box saying "Importing iTunes Library.xml" -- I am then told that my iTunes Library file.itl appears to be invalid and iTunes is recreating a damaged iTunes library file.itl. I have gone to great lengths to solve this and have not succeeded. what happens is that none of my podcasts or playlists or apps are saved, and it's driving me nuts...
at this point I think it may be my iPhone 3G. so I try to reset it to the factory settings and I get an error message saying "There was a problem downloading the iPhone software for the IPhone... An unkown error occurred (-3254)."
Does anyone know what's going on? I'm at the point where I'm going to take my iPhone back for a new one if I can't fix this soon.
thanks for all your help in advance. (And anyone who recognizes my problem with the library file issue and could help would be REALLY appreciated. thanks).
Matt

Sometimes you can resolve it by doing the following:
- Download the .exe file from Apple.com/iTunes
- Go to Control Panel > Add or Remove Programs
- iTunes > Remove
- Open C:\Program Files (default location)
- Find "iTunes" (default folder name)
- Shift + Delete > OK
- Run a registry cleaner, such as PC Tools Desktop Maestro, to remove all old shortcuts and registry keys no longer valid on your computer.
- Start > Shut Down > Restart your computer
- Run the iTunes install program
This should fix the problem, however may require also to update your Windows software (update.Microsoft.com) and download the latest Visual Basic Runtime executable. One time during my clean reinstall the iTunes software mentioned an error with a vbrun executable and couldn't continue the install until I found it online.
Message was edited by: JoeZinVA

Similar Messages

  • Error -3254 when trying to download a video

    I am on ITunes 8 and in the Itunes Store. I purchase a Movie. It appears in the Download directory under Store. When I try to download I get the error message "unknown error -3254" "please check that connection is active".
    My internet connection is fine. I have disabled antivirus and spyware.
    This is my first attempt at buying from the Store. Have not tried music, etc.
    Can any one help me fix this problem?

    More info: I have successfully downloaded music and podcast. So this error has to do only with videos and movies. So I do have a connection. But ITunes will not download. The message always pops up. Help!

  • Error 3254. What do I do?

    Hi-
    I bought a tv show and I get the message "there was an unknown error (-3254) downloading your purchase. " I've tried the check purchases button throughout the day with no luck. Any advice?
    I have windows XP

    Hi this link should help you with your problem, keep me posted and tell me if it works. As for the video you purchased you may be out of luck on it.
    http://forums.ipodhacks.com/showthread.php?threadid=2345

  • Unknown Error in XPath?!

    Hi.
    I've been trying to use javax.xml.xpath.XPath to get a Node from a DOMSource. But with event the absolute simplest XPath expression //StaticComponent I get the following exception.
    Here's the code I'm using:
    XPath path = XPathFactory.newInstance().newXPath();
    Node newnode = (NodeList) path.evaluate("//StaticComponent", source, XPathConstants.NODESET);(source is defined elsewhere in the program, and I am SURE that it is properly defined, because I use it for something else in the program too.)
    The exception I get tells me NOTHING, and I can't why a simple expression won't evaluate. Has anybody run into this before?
    javax.xml.transform.TransformerException: Unknown error in XPath.
         at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:363)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:213)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:275)
         at ca.nrc.imti.dmdc.wiseshopfloor.editor.EditorModel$2.tableChanged(EditorModel.java:408)
         at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
         at javax.swing.table.AbstractTableModel.fireTableCellUpdated(AbstractTableModel.java:259)
         at javax.swing.JTable$1.setValueAt(JTable.java:417)
         at javax.swing.JTable.setValueAt(JTable.java:1783)
         at javax.swing.JTable.editingStopped(JTable.java:3129)
         at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:124)
         at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:328)
         at javax.swing.DefaultCellEditor.stopCellEditing(DefaultCellEditor.java:213)
         at javax.swing.JTable$GenericEditor.stopCellEditing(JTable.java:3460)
         at javax.swing.plaf.basic.BasicTableUI$NavigationalAction.actionPerformed(BasicTableUI.java:154)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
         at javax.swing.JTable.processKeyBinding(JTable.java:3254)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2481)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
         at java.awt.Component.processEvent(Component.java:4902)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1688)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
         at java.awt.Component.dispatchEventImpl(Component.java:3468)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: java.lang.NullPointerException
         at com.sun.org.apache.xpath.internal.axes.DescendantIterator.setRoot(DescendantIterator.java:261)
         at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:213)
         at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:210)
         at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:335)
         ... 37 more
    java.lang.NullPointerException
         at com.sun.org.apache.xpath.internal.axes.DescendantIterator.setRoot(DescendantIterator.java:261)
         at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:213)
         at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:210)
         at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:335)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:213)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:275)
         at ca.nrc.imti.dmdc.wiseshopfloor.editor.EditorModel$2.tableChanged(EditorModel.java:408)
         at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
         at javax.swing.table.AbstractTableModel.fireTableCellUpdated(AbstractTableModel.java:259)
         at javax.swing.JTable$1.setValueAt(JTable.java:417)
         at javax.swing.JTable.setValueAt(JTable.java:1783)
         at javax.swing.JTable.editingStopped(JTable.java:3129)
         at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:124)
         at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:328)
         at javax.swing.DefaultCellEditor.stopCellEditing(DefaultCellEditor.java:213)
         at javax.swing.JTable$GenericEditor.stopCellEditing(JTable.java:3460)
         at javax.swing.plaf.basic.BasicTableUI$NavigationalAction.actionPerformed(BasicTableUI.java:154)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
         at javax.swing.JTable.processKeyBinding(JTable.java:3254)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2481)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
         at java.awt.Component.processEvent(Component.java:4902)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1688)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
         at java.awt.Component.dispatchEventImpl(Component.java:3468)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    --------------- linked to ------------------
    javax.xml.xpath.XPathExpressionException
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:289)
         at ca.nrc.imti.dmdc.wiseshopfloor.editor.EditorModel$2.tableChanged(EditorModel.java:408)
         at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
         at javax.swing.table.AbstractTableModel.fireTableCellUpdated(AbstractTableModel.java:259)
         at javax.swing.JTable$1.setValueAt(JTable.java:417)
         at javax.swing.JTable.setValueAt(JTable.java:1783)
         at javax.swing.JTable.editingStopped(JTable.java:3129)
         at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:124)
         at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:328)
         at javax.swing.DefaultCellEditor.stopCellEditing(DefaultCellEditor.java:213)
         at javax.swing.JTable$GenericEditor.stopCellEditing(JTable.java:3460)
         at javax.swing.plaf.basic.BasicTableUI$NavigationalAction.actionPerformed(BasicTableUI.java:154)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
         at javax.swing.JTable.processKeyBinding(JTable.java:3254)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2481)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
         at java.awt.Component.processEvent(Component.java:4902)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1688)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
         at java.awt.Component.dispatchEventImpl(Component.java:3468)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: javax.xml.transform.TransformerException: Unknown error in XPath.
         at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:363)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:213)
         at com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:275)
         ... 35 more
    Caused by: java.lang.NullPointerException
         at com.sun.org.apache.xpath.internal.axes.DescendantIterator.setRoot(DescendantIterator.java:261)
         at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:213)
         at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:210)
         at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:335)
         ... 37 more
    java.lang.NullPointerException
         at ca.nrc.imti.dmdc.wiseshopfloor.editor.EditorModel$2.tableChanged(EditorModel.java:414)
         at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
         at javax.swing.table.AbstractTableModel.fireTableCellUpdated(AbstractTableModel.java:259)
         at javax.swing.JTable$1.setValueAt(JTable.java:417)
         at javax.swing.JTable.setValueAt(JTable.java:1783)
         at javax.swing.JTable.editingStopped(JTable.java:3129)
         at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:124)
         at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:328)
         at javax.swing.DefaultCellEditor.stopCellEditing(DefaultCellEditor.java:213)
         at javax.swing.JTable$GenericEditor.stopCellEditing(JTable.java:3460)
         at javax.swing.plaf.basic.BasicTableUI$NavigationalAction.actionPerformed(BasicTableUI.java:154)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
         at javax.swing.JTable.processKeyBinding(JTable.java:3254)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2481)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
         at java.awt.Component.processEvent(Component.java:4902)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1688)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
         at java.awt.Component.dispatchEventImpl(Component.java:3468)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

    The root cause seems to be a NullPointerException,
    but the line given is a line of comment in my
    src.zip. Intriguing. What's your line 261 of
    com.sun.org.apache.xpath.internal.axes.DescendantItera
    tor?As far as I can tell, my jaxp libraries did not come with any source files, in a zip, jar or otherwise. At least, if it did, I can't find them.

  • HT201263 my iphone 4 went into recovery mode & will not restore. Unknown error 21 comes up on iTunes. Please can someone offer any ideas for a solution?

    I have an iphone 4 nearly 2 yrs old. It has worked perfectly for that time. On Friday last (whilst away on holiday) I took the phone out of my pocket & it was lifeless. I tried switching it on, no joy, I tried the power/home button reset no joy. I plugged it into a mains charger & it came on but had a banner across the screen saying "verification required". I removed the charger & decided I would try again when I got home so I could connect to my PC & iTunes.
    At home I went through the whole above process again but when I plugged it into the mains again it just had the Apple logo going on/off repeatedly. I plugged the phone into my PC & the apple logo appeared followed by the "connect to iTunes". In iTunes I get the banner "iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes". So I click on "OK" the "Restore" then a banner asking if I'm sure I want to restopre the iPhone appears, press "Restore & Update". iTunes starts to remove the software, veryfies it with Apple & then another flag "The iPhone could not be restored. An unknown error occurred (21) which appears to be a security issue.
    I thought the above problem was something to do with O2 because I picked up my new iPhone 4S last Tuesday but was unable to set it up until I got back from my holiday, O2 say it isn't anything they've done.
    My question is has it happened to anyone & can anybody offer a solution, is it a hardware or software issue?

    Please see the two articles below:
    http://support.apple.com/kb/TS3694
    http://support.apple.com/kb/TS3125

  • Unknown Error during Recovery - iPad no longer Recognized by iTunes

    I have a 3rd Generation iPad which I was attempting to perform a factory reset.  I received an "Unknown Error" during the process and from that point on I have been unable to get iTunes to recognize my iPad in recovery mode (or otherwise).
    I have tried every thread on the subject, but I found one interesting thing.  If I connect the iPad with the same cable, etc. to another computer it immediately recognizes it in recovery mode and offers to restore the iPad.
    It seems like my computer is not recognizing the iPad because it was in the process of restoring the device when the error occurred.  Does anyone know if there is a way to reset or fix this issue.  I would prefer not to update iTunes and download both the new iTunes and iPad software again and use another computer if it is not necessary.
    Any help would be appreciated.
    Thanks

    Hey KSHItunes,
    That was a good test to try your iPad on another computer.  It does seem to isolate the issue to something with your computer setup.
    Although you would prefer not to update iTunes, there may be steps in this article which can help.
    iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support
    Please check it out.
    Regards,
    Nubz

  • Once i updated the IOS on my ipod touch itunes can no longer connect to it and gives an unknown error

    I just updated ios to 5.1.1 and now i ccan not connect to itunes with it. It gives me an unknown error. Was not able to restore from back up due to this?

    And what is the complete wording of the error message?

  • Ipod no longer authorized (unknown error -42408)

    posted this at itunes site as well.
    out of blue, having problem i've never had syncing my 60G ipod.
    for years have been syncing this ipod with my itunes on my macbook (only). for the past few times (?month or so), i'm getting an error message when i try to sync that first says, the ipod/macbook is not authorized for this ipod (which it always has been).
    then it asks me if i want to authorize it. when i hit "authorize", it brings up an old itunes account i had and asks me for the old password, which i enter. then i get an error message that says:
    "unknown error -42408. error in itunes store. please try again later."
    how do i fix this so that i don't get this error message and can continue syncing with my most recent account, which has NEVER been a problem in the past?
    thanks.

    I have exactly the same problem. My iPod is a 30GB one from 2005 or 2006 (I don't know how to identify its category). When it was new, I had a PC; then a year and a half ago I switched to a Mac and got everything transferred ok, and have been synching the iPod to the Mac with no trouble since then. (Well, slight trouble, because the iPod is now very full, and I haven't figured out the best way to synch "almost everything", but so far I'm managing somehow.) But just before leaving Moscow March 10, I wanted to synch and recharge the iPod, and got the same problem, with the same sequence of messages described at the start of this thread. So I only recharged it. Now I'm in Amherst, tried again, exact same problem. So now only recharging again.
    Same computer, same iPod, why does it suddenly not recognize that this computer is authorized to synch this iPod, and why does it make this error when I tell it to authorize it? And how can I fix it?
    Grateful for any help.
    Barbara

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

  • Tried to update my iPad  OS from iTunes. Frozen and got an "unknown error msg". I tried to restore the iPad to factory settings..got the same

    I bought today a new iPad from Rideau Store. The setup guys didn't update to latest software version. I tried to do myself trough iTunes, which notify me that an upgrade is available. After a while the upgrading process froze with a msg "unknown error ..". I clicked on the More  info  button and I got a page saying "due to a scheduled upgrade of Apple's support system some feature are not available.
    The bottom line is that now the iTunes does detect the iPad being in recovering mode and asks to restore it to fabrics defaults. I tried to do this and again I got aqn "unknown error"
    Finally I run the iTunes diagnostics to check the connectivity between my iPad and my HP laptop (iTunes). For unknown reson the iTunes does not detect my iPad. See below the diagnostics log:
    Itunes Diagnostics
    MicrosoftWindows XP Professional Service Pack 3 (Build 2600)
    Hewlett-PackardPavilion dv5000 (EP416UA#ABA)
    iTunes10.2.2.12
    QuickTime 7.6.9
    FairPlay1.11.17
    AppleApplication Support 1.5.1
    iPod UpdaterLibrary 10.0d2
    CD Driver2.2.0.1
    CD Driver DLL2.1.1.1
    Apple MobileDevice 3.4.0.25
    Apple MobileDevice Driver 1.55.0.0
    Bonjour 2.0.5.0(214.3)
    Gracenote SDK1.8.2.457
    GracenoteMusicID 1.8.2.89
    GracenoteSubmit 1.8.2.123
    Gracenote DSP1.8.2.34
    iTunes SerialNumber 0012AD0812DA2D38
    Current user isan administrator.
    The currentlocal date and time is 2011-04-20 20:32:27.
    iTunes is notrunning in safe mode.
    WebKitaccelerated compositing is enabled.
    HDCP is notsupported.
    Core Media issupported.
    Video DisplayInformation
    ATI MOBILITYRADEON Xpress 200 Series  
    **** ExternalPlug-ins Information ****
    No externalplug-ins installed.
    Genius ID:cb0eaa5cad8a753f64335065bc061263
    **** DeviceConnectivity Tests ****
    iPodService10.2.2.12 is currently running.
    iTunesHelper10.2.2.12 is currently running.
    Apple MobileDevice service 3.3.0.0 is currently running.
    UniversalSerial Bus Controllers:
    StandardEnhanced PCI to USB Host Controller. Device is working properly.
    StandardOpenHCD USB Host Controller.  Device isworking properly.
    StandardOpenHCD USB Host Controller.  Device isworking properly.
    No FireWire(IEEE 1394) Host Controller found.
    Most RecentDevices Not Currently Connected:
    iPad runningfirmware version 4.3.1
    Serial Number:        DLXFK2A8DKPH
    **** DeviceSync Tests ****
    No iPod, iPhone, or iPad found.

    Try:                                               
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              
    Also, do you remember what the error message said?

  • How can you get your music synced from iTunes to your iPod when a window pop ups on the screen saying"The iPod "Edward's iPod" cannot be synced. An unknown error occured (13019))?

    I had 429 songs already on my iPod Touch. When I was in the process of syncing a song from my iTunes Library on to my iPod, a window popped up on the screen saying, ""The iPod "Edward's iPod" cannot be synced. An unknown error occured (13019)). I click "Device" on my iTunes Library to make sure the song was in my iPod. It showed the song that was recently synced now listed under "Device", but when I physically looked for the song on my iPod Touch, it does not appear on there at all. It all started when I decided to put a Playlist I created in the iTunes Library and transferred it on to my iPod. Do you know why it may affected my syncing process and is there any way where I could get the syncing function back to normal so that I can continue adding songs on my iPod? Thank you for listening.    P.S. My iPod iOS version is 4.3.5.
    Message was edited by: edwardwashere

    Try here:
    iTunes: Error 13019 during sync

  • My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    I tried this and still have the same problems. If I open Address book or the Mac App Store I get the library rebuild popup and a hang. I created a fresh user and then things are better apart from the printing issue. Its clearly some 3rd party software issue but the crash logs are meningless to me. I used the excellent Etre check app from http://www.etresoft.com/etrecheck so I have a list of what is being loaded and can compare clean and crashed user info but as I cant work out which of the startup items, launch agents, launch daemons etc that  are causing the problem.
    I have eliminated Dropbox, Mac Keeper and Witness, and it isnt related to my exterrnal LED cinema dispay or my external thunderbolt drives, or any USB devices if thats any help to anyone else. Info from Etrecheck follows -
    Kernel Extensions:
              com.oxsemi.driver.OxsemiDeviceType00          Version: 1.28.7
              com.rogueamoeba.InstantOn          Version: 6.0.2
              com.rogueamoeba.InstantOnCore          Version: 6.0.2
              com.Cycling74.driver.Soundflower          Version: 1.5.3
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
                 [not loaded] com.adobe.fpsaud.plist
                 [not loaded] com.adobe.SwitchBoard.plist
                 [not loaded] com.bombich.ccc.plist
                 [not loaded] com.dymo.pnpd.plist
                 [not loaded] com.intego.BackupManagerPro.daemon.plist
                 [not loaded] com.micromat.TechToolProDaemon.plist
                 [not loaded] com.microsoft.office.licensing.helper.plist
                 [not loaded] com.orbicule.witnessd.plist
                 [not loaded] com.sierrawireless.SwitchTool.plist
                 [not loaded] com.stclairsoft.AppTamerAgent.plist
                 [not loaded] org.macosforge.xquartz.privileged_startx.plist
                 [not loaded]          pcloudd.plist
    Launch Agents:
                     [loaded] com.divx.dms.agent.plist
                     [loaded] com.divx.update.agent.plist
                     [loaded] com.epson.epw.agent.plist
                     [loaded] com.lacie.raidmonitor.daemon.plist
                     [loaded] com.lacie.safemanager.daemon.plist
                     [loaded] com.micromat.TechToolProAgent.plist
                     [loaded] com.orbicule.WitnessUserAgent.plist
                     [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
                 [not loaded]          .DS_Store
                     [loaded] com.adobe.AAM.Updater-1.0.plist
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist
                     [loaded] com.divx.agent.postinstall.plist
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.propaganda.dejavu.dvmonitor.plist
                     [loaded] com.valvesoftware.steamclean.plist
                     [loaded] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              iTunesHelper
              Synergy
              TomTomHOMERunner
              Dropbox
    3rd Party Preference Panes:
              Déjà Vu
              Flash Player
              Flip4Mac WMV
              GR-55
              Paragon NTFS for Mac ® OS X
              Perian
              Printopia
              TechTool Protection
              Witness

  • In Google Scholar, the "Import to EndNote" now gives an error: "Download Error ... an unknown error occurred."

    In Google Scholar, the "Import to EndNote" link now generates an error
    =========
    Download Error
    <<Filepath>> could not be opened, because an unknown error occurred.
    Try saving to disk first and then opening the file.
    =========
    Screenshot here - www.imgur.com/K8kqd.jpg
    MAC OSX Version 10.7.5
    FireFox Version 17.0.1
    EndNote Version X6
    Google Chrome does not have any issues and Safari at least downloads the file to be manually opened.
    Any ideas?

    Error 1611: This error may indicate a hardware issue with your device. Follow the steps in this article. Alsoattempt to restore while connected with a known-good 30-pin Dock Connector cable, computer, and network to isolate this issue to the device. The MAC address being missing or the IMEI being the default value (00 499901 064000 0) can also confirm a hardware issue. Out-of-date or incorrectly configured proxy or security software, such as FoxyProxy, can cause error 1611. To troubleshoot third-party security software, follow these steps.
    Above from:
    http://support.apple.com/kb/TS3694

  • Adobe Media Encoder Unknown Error

    I'm trying to export an Adobe Premier Pro file on Adobe Media Encoder. Each time I try, it gets about halfway through, then this error message comes up:
    - Source File: /Users/A25/Library/Caches/TemporaryItems/Incubus Trailer Rough Cut.prproj
    - Output File: /Users/A25/Desktop/Odyne Theatrical Trailer.mp4
    - Preset Used: HDTV 1080p 25 High Quality
    - Video: PAL, 1920x1080, 25 [fps], Progressive
    - Audio: AAC, 160 [kbps], 48 kHz, Stereo
    - Bitrate: VBR, 1 Pass, Target 32.00, Max 40.00 [Mbps]
    - Encoding Time: 00:07:07
    Mon Apr 15 12:48:21 2013 : Encoding Failed
    Error compiling movie.
    Unknown error.
    I've tried different video presets (1440x1080, 1920x1080 etc), but this message has appeard every time. Any ideas how to export it?
    Thanks

    Please read here:
    "Error compiling movie" when rendering or exporting with Premiere Pro CS3, CS4, CS5, CS5.5, CS6
    and here:
    Adobe Forums: FAQ: What information should I provide when asking a question on this forum?
    Jeff

  • Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18

    Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18 while using Adobe Premiere Pro.
    Process:         Adobe Premiere Pro CC 2014
    Path: /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier: com.adobe.AdobePremierePro
    Version:         8.1.0 (8.1.0)
    Code Type: X86-64 (Native)
    Parent Process: launchd [2538]
    Responsible:     Adobe Premiere Pro CC 2014
    Date/Time: 2015-01-06 14:04:23.500 -0700
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Crashed Thread: 55  Dispatch queue: com.apple.root.default-priority
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Customer created test export with 777 permissions and set mount parameters to the following:
    mount_nfs -o vers=3,tcp,rdirplus,intr,nolocks,async,rsize=32768,wsize=32768
      -- Original mount options:
         General mount flags: 0x40 async
         NFS parameters: vers=3,tcp,nolocks,rsize=32768,wsize=32768,rdirplus
      -- Current mount parameters:
         General mount flags: 0x4000058 async,nodev,nosuid multilabel
         NFS parameters: vers=3,tcp,port=2049,nomntudp,hard,nointr,noresvport,negnamecache,callumnt,nolocks,quota, rsize=32768,wsize=32768,readahead=16,dsize=32768,rdirplus,nodumbtimr,timeo=10,maxgroups=16 ,acregmin=5,acregmax=60,acdirmin=5,acdirmax=60,nomutejukebox,nonfc,sec=sys
    The pcap shows once the movie is created a lockup call is responded from Isilon with Error: NFS3ERR_NOENT
    478         V3 CREATE Call (Reply In 479), DH: 0xea5f731c/QBRSN-0-0-1.mov Mode: UNCHECKED
    479         V3 CREATE Reply (Call In 478)
    484         V3 LOOKUP Call (Reply In 485), DH: 0xea5f731c/._QBRSN-0-0-1.mov
    485        V3 LOOKUP Reply (Call In 484) Error: NFS3ERR_NOENT
    V3 LOOKUP Reply (Call In ....) Error: NFS3ERR_NOENT  -   This is by design of OneFS, we coalesce files and then flush them out to disk which is why the commit time is accurate but the file is not immediately available. however when an async option is used within the mount options this should be avoided if writing asynchronously to the cluster.  Has anyone else seen this behavior lately? (current workaround is to store locally and transfer to the cluster via Finder)

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

Maybe you are looking for

  • SharePoint 2013 - Refiners "Sorry, something went wrong."

    Good Afternoon, I have an issue that has had me stumped for a couple of days now. I have a number of search results pages and on one of them and only one of them I am getting an error. Whenever I add a refiners webpart and save the page everything wo

  • How to pass parameters to planning function in WAD

    Hi All, I want to pass parameters to planning function in WAD. Pls suggest how can I do that. Thanx Amit Jain

  • Adobe Lens Profile Creator v 1.0.4- Does Not Work on a Mac

    Hi, I downloaded Adobe Lens Profile Creator v 1.0.4 and tried to install it on a mac and installation failed because of a corrupted dmg file. I tried it several times on 4 differnet macs with different Operating systems- and still got the same result

  • Please help - HTTPS hostname wrong.

    Sorry for posting this message again. It may just be a quick help from any of you. I have a simple https client that produced the following error message - " java.io.IOException: HTTPS hostname wrong: should be <test.cat.com>, but cert says <*.cat.co

  • Config idm

    hi I have a problem with config idm. i install idm 11.1.1.2 and install patch idm 11.1.1.5 successfully and then run ORACLE_HOME\bin\config.bat for configure idm but wizard not complete and stop in enterprise manager step and show this error in log f