TS1192 'Could not read the iPhoto Library. The library at [file path] has a corrupted AlbumData.xml file.'

Got this msh from Piasa...any ideas?  'Could not read the iPhoto Library. The library at [file path] has a corrupted AlbumData.xml file.'

Contact Adobe support - that is not an iPhoto message - in general Piasa has no ability to access the iPhoto library - there have been hacks but often they do not worka nd can cause problems
You need to user either Picasa or iPHoto - using both on the same photos is problematic
LN

Similar Messages

  • Help, could not read properties after setting the RMISecurityManager.

    Hi,
    I am new in RMi and I could not read a properties file when run a class in jar file with java -jar option.
    I start the the class by as follows.
    java -jar darwin_enhanced.jar -Djava.rmi.server.codebase=file:///home/wing/Darwin/Project/release.server/DarwinServer.jar -Djava.security.policy=darwin.server.policy
    I extract the following code snipplet from the main class.
    /* get security manager */     
    if (System.getSecurityManager() == null) {
    System.setSecurityManager(new RMISecurityManager());
    /* get properties */     
    Properties properties = new Properties();
    try
    System.out.println("before happy");
    properties.load(getClass().
    getResourceAsStream("/darwinServer.properties"));
    System.out.println("after happy");
    }catch (Exception e)
    e.printStackTrace();
    If the System.setSecurityManager(new RMISecurityManager()) is called before the properties.load method, the pgm prints out
    'before happy' and dumps
    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:80)
    at java.util.Properties.load(Properties.java:189)
    at com.darwin.server.DarwinServer.startBind(DarwinServer.java:61)
    at com.darwin.server.DarwinServer.main(DarwinServer.java:48)
    If I reverse the order, call properties.load mehod before setting the RmiSecurityMananger,
    /* get properties */     
    Properties properties = new Properties();
    try
    System.out.println("before happy");
    properties.load(getClass().
    getResourceAsStream("/darwinServer.properties"));
    System.out.println("after happy");
    }catch (Exception e)
    e.printStackTrace();
    /* get security manager */     
    if (System.getSecurityManager() == null) {
    System.setSecurityManager(new RMISecurityManager());
    it works fine and print out
    'before happy'
    'after happy'
    Thanks,
    Wing

    Hi,
    Thanks for your ideas.
    My primary object is to let the server reads propertiy files. I found that I have to set the RMISecurityManager, otherwise, the rebind will throws
    java.rmi.UnmarshalException.
    I have changed the testing program according to you inputs.
    void startTest(){
    System.out.println("CodeSource="+this.getClass().getProtectionDomain().getCodeSource());
    System.out.println("Permission="+this.getClass().getProtectionDomain().getPermissions());
    if(System.getSecurityManager()==null)
    System.setSecurityManager(new RMISecurityManager());
    Properties properties = new Properties();
    try
    System.out.println("CodeSource="+this.getClass().getProtectionDomain().getCodeSource());
    System.out.println("Permission="+this.getClass().getProtectionDomain().getPermissions());
    properties.load(RMIClassLoader.getClassLoader("file:/").getResourceAsStream("sample.properties"));     
    System.out.println("size of properties = " + properties.size() );
    properties.load(getClass().getResourceAsStream("/sample.properties"));
    }catch(Exception e)
    e.printStackTrace();
    I run in jar with the following command with no exception,
    java -Djava.security.policy=java.all.policy -jar simBug.jar
    Output
    CodeSource=(file:/home/wing/try/java/bug.sim/RMISecurityManager/simBug.jar <no certificates>)
    Permission=java.security.Permissions@8d107f (
    (java.lang.RuntimePermission exitVM)
    (java.io.FilePermission /home/wing/try/java/bug.sim/RMISecurityManager/simBug.jar read)
    CodeSource=(file:/home/wing/try/java/bug.sim/RMISecurityManager/simBug.jar <no certificates>)
    Permission=java.security.Permissions@8d107f (
    (java.lang.RuntimePermission exitVM)
    (java.io.FilePermission /home/wing/try/java/bug.sim/RMISecurityManager/simBug.jar read)
    size of properties = 1
    Thanks,
    Wing

  • TS1192 After all the steps I still have a corrupt iphoto 11 Albumdata.xml file. What next?

    I have tried all the steps here, except deleting the com.apple.iApps.plist because I don't have one! I deleted it ages ago trying to do this before and it seems it never created a new one. So, none of this steps work. I want to import my iphoto to Picasa.
    I'm using a Macbook Pro 13 inch, 500 gig HDD 2011 version, with Mountain Lion and the latest iPhoto 11. iPhoto has been acting iffy for ages even after repairing permissions, rebuilding the library and every step I can find. So I want to switch to Picasa. Am I going to have to manually import and sort pics to Picasa?

    Sorry, I read the article on how to fix the problem if other apps cannot see the iPhoto library, because none of the steps there helped me, and it posted my question here.
    My problem is that when I open Picasa and select to import my iphoto library it says that I have a corrupted AlbumData.xml file. It still does this even after all of Apples steps to fix it. I have:
    1. Checked and repaired permissions
    2. Rebuilt my iphoto library
    3. Deleted the com.apple.iApps.plist (but it has not returned)
    4. Made a new AlbumData.xml file
    5. Removed all special characters from album names in iPhoto
    Nothing has worked.
    All iLife applications can see my iphoto library fine. Another application, Lyn, can now see my iphoto library, but Picasa still keeps insisting it is corrupted. I believe it is true because iphoto is incredibly slow, freezes every few seconds and crashes if left open for longer than a few minutes (which is why I am switching to Picasa in the first place). It uses up over 60% of my CPU just to stay open and slows my computer down to a crawl, a sticky, lagging infuriating to use crawl.
    I would prefer to keep using iPhoto as its convenient for my iphone and ipad which I use daily, but its too much to cope with now.

  • Could not read reports properties

    I am compiling reports with 11.1.1.3.0 on Solaris and keep getting the message: "Could not read reports properties". The RDFs do get to converted to REP files, so it appears to be just a warning message.
    The error appears to be a file privilege issue since if I use the oracle account the message goes away, but if I use my personal account I get the message.
    So what is the name of the file it is looking for? I had assumed prefs.ora; but I have already granted my personal account access to all of them.
    Thanks

    I will tell you that I had several errors when I migrated to 11g last month, the solution for all of my problems was upgrade to:
    Forms & Reports 11.1.1.4 and weblogic 10.3.4.
    its not difficult, it takes me 70 minutes to do it. after you do upgrade I bet you wont have this problem.
    cheers.

  • What does this message mean on my PC " the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll.

    Why does this message pop up on my PC after i start up " (AppleSyncNotifier.exe-Entry Point Not Found ) the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll. ? What can I do to fix this problem ?

    Found this several months ago when I updated ITunes. I don't know why they still haven't fixed this, but I had to do this again yesterday 10/13/2011 when I updated.
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.

  • Can an iPhoto library that does not exist be recreated from the AlbumData.xml file?

    Our iMac hard drive recently got corrupted and we hadn't backed up. (I know, I know, stupid, stupid, stupid. Won't make that mistake again!) The comptuer folk we took it too were able to recover most of the data on the drive, but my iPhoto library was not one of them.  I don't have the library - the file is gone. But I do have the AlbumData.xml file.  Is there any way to recreate the library from that file alone? I've tried it with iPhoto Library Manager and it wants me to have a default library for which this file is associated. I don't have that.  Is there any way to get this data back?  Some friends had trusted us with their wedding pictures. (I know, I know, stupid, stupid, and again, stupid. They won't make that mistake again!) I'd really, really, love to get them back if it's at all possible from this one file I do have.
    Thanks in advance for any help!

    No
    iPhoto is a SQL database and you can only create the database (the iPhoto library) using a SQL editor - using iPhoto is the best
    The database has many components and all of them must be there with exact names and in an exact structure to work
    The only way you could rereate the library is from the photos (depending on the version of iPhoto you had they would have been in the originals or masters folder)
    And yes - it is unfortuante but you have learned the most simple and basic lesson of computers - If you do not have a good current backup (I have multiple daily backups plus occasional offsite backups) you will eventually lose all of your data including your photos
    LN

  • ITunes could not copy "insert song" to the iphone "insert name of iphone" because the file could not be read

    It's about time i posted something about my problem because i've searched everywhere and I did not get the answer i wanted.
    When i try to put a song (Drag and Drop) from my Library to my Iphone, the message "iTunes could not copy "insert song" to the iphone "insert name of iphone" because the file could not be read" shows up. I have no idea how to fix this, I haven't seen apple answer to a single one of these threads either.
    I've only seen users try to answer this question.
    Anyways, when i put the songs on my Iphone, it is also grayed out. There is also a dotted circle (symbol) beside the checkmark of the song.
    I've tried creating a AAC version of all the songs already. No luck
    Please help
    meetobin

    Two possibilities come to mind.
    Check your source hard drive for errors, right-click on the drive holding the library, click Properties, tools, check for errors, scan for and attempt recovery of bad sectors...
    Or...
    Repair Security Permissions
    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and SYSTEM full control of this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    If it won't let you change the permissions use the Owner tab to take ownership from an account with administrator privileges.
    tt2

  • Does anyone have a cure for the following error running on Windows, "The procedure entry point sqlite3_wal_checkpoint could not be found located in the dynamic link library SQLite.dll.

    Does anyone have a cure for the following error running on Windows, "The procedure entry point sqlite3_wal_checkpoint could not be found located in the dynamic link library SQLite.dll.

    I have searched my computer for that file SQlite3.dll and also file QTCF.dll and I cannot find either one when I search my whole computer for it.  I cannot fix this!  I deleted Itunes and every time I try to download it, it goes through all this download till the end when it says that iTunes.exe-entry point now found and that Procedure entry point message comes up.  HELP!  This is driving me crazy.  How can I get itunes to work again when I can't find the danged .dll file to remove, move or rename!?!?!??

  • Tried to update iTunes, after downloading I get the message: procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQLite3.dll ??

    Tried to update iTunes. After downloading I get this message: Procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQLite3.dll ??  What does that mean?!

    Found this several months ago when I updated ITunes. I don't know why they still haven't fixed this, but I had to do this again yesterday 10/13/2011 when I updated.
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.

  • The app could not be added to your itunes library because an error occurred. There is not enough memory available.

    Hi guys,
    When i drag and drop an application(development app built) to my iTunes> Library > App. Then i got a error "The app 'XYZ' could not be added to your itunes library because an error occurred. There is not enough memory available." Please see my image below:
    I seached any solutions to fixing for those problems. But i did not still to  fix them.
    Apple Support Team please help me for this problem! Or anyone? Can you help me for fix this problems?
    Thanks guys so much!

    Thanks for your feedbacks "diesel vdub".
    "Is there sufficient free space on the computer?"--> My space on computer hardisk either ipad free more.
    "Has iTunes been closed and relaunched?"--> I launch this app any more time, and it still an error.
    "Has the computer been rebooted?"--> I try reboot my computer and --> open itune--> drag may app to itune--> Still occurr this message.
    Have you other way for fix this propblem?
    I running:
    My computer: Window 7 Ultimate
    My ipad: iPad 2, iOS 7.01.
    iTunes Application on Window version: 11.2.2.3
    Anyone, please help me!
    Thanks all.

  • The procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQLite3.dll

    hy to all of you. The procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQLite3.dll" but a read the solution in the forum, but i can't find SQlite3.dll in the indicated folder  also from search  alll program and files in the start . thanks a lot anway for your help

    Found this several months ago when I updated ITunes. I don't know why they still haven't fixed this, but I had to do this again yesterday 10/13/2011 when I updated.
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.

  • The procedure entry point NS_Set DLL Directory could not be located in dynamic link library Xul.dll. Firefox 4 downloaded and used yesterday won't start today. Any answers?

    I downloaded Firefox 4 yesterday. I used it and had no problems. I started my computer today and clicked the Firefox icon and got the message "The procedure entry point NS_Set DLL Directory could not be located in dynamic link library Xul.dll" .I tried to shutdown and restart and got the same message.I use Norton Security. Could it not recognize Firefox 4 and done this?

    '''Edit: '''That was a lot of questions. You might want to just re-run the Firefox 5.0.1 installer to see whether that corrects what appears to be a mismatch of files. I suggest saving the installer to the desktop, restarting Windows to ensure that all file locks are released, and then running the installer. As always, you can download from here: http://www.mozilla.com/firefox/all.html
    In your other post, you wrote "I just downloaded FireFox 5.0 today, and none of the icons on my desktop will open. This is the message that I receive. The procedure entry point NS_Set DLL Directory could not be located in dynamic link library Xul.dll."
    Can you describe what happens in these different scenarios:
    (1) Start Firefox with its own program icon. Error dialog, but Firefox runs normally after you dismiss it? Or no error? Or Firefox won't start?
    (2) Firefox not running, double-click shortcut to web site on desktop. Error dialog but Firefox loads the page after you dismiss it? Or Firefox doesn't load the page? Or Firefox never loads??
    (3) Firefox running, double-click shortcut to web site on desktop. Error dialog but Firefox loads the page after you dismiss it? Or Firefox doesn't load the page? Or Firefox dies??
    (4) Double-click unrelated desktop shortcut. Does this give an error as well?
    If you've noticed effects with links in documents or emails outside of Firefox, that could be a clue as well.

  • The procedure entry point EncodePointer could not be located in dynamic link library KERNEL32.dll

    Every time I open a program to update to service pack 1 I get the following message. (The procedure entry point EncodePointer could not be located in dynamic link library KERNEL32.dll)
    Any sugestions?

    I cannot download microsoft security essentials onto my computer because I received this error message, "he procedure entry point EncodePointer could not be located in the dynamic link library KERNEL32.dll."  Can you help me correct this problem?
    Hi Nick1943,
    Welcome to MSDN forum.
    Please check the workarounds in the following links to fix this issue:
    The
    Procedure entry point EncodePointer could not be located in the dynamic link library KERNAL32.dll
    ErrMsg: Procedure Entry Point Could Not Be Located
    Targeting Windows XP with C++ in Visual Studio 2012
    By the way,this forum is mainly to discuss and ask questions about
    Visual Studio Extensibility (VSX), using the Extension Manager, building VSIX containers for deployment, the Visual Studio SDK, Text Templates (T4), add-ins, macros, and more.
    I will move this peoblem to Off Topic.
    Thanks for your understanding.
    Best Regards,
    Jane.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adobe Media Encoder for CS4 error Could not read from the source

    Hello,
    I get an error when I try to export from Premiere CS4. It doesn't matter how I export. Seems like an easy fix, but I can't figure it out. Any help is appreciated:
    - Source File: C:\DOCUME~1\ARTWHI~1\LOCALS~1\Temp\extra and b roll.prproj
    - Output File: E:\Living Accused Movie Transfers\video\Cindy at table.avi
    - Preset Used: NTSC DV
    - Video:
    - Audio:
    - Bitrate:
    - Encoding Time: 16:10:34
    1/21/2009 9:50:25 PM : Encoding Failed
    Could not read from the source. Please check if it has moved or been
    deleted.
    Thank you
    Art

    When you attempt to encode media with Adobe Media Encoder CS4 on Windows, the following error message appears in the text file (AMEEncodingErrorLog.txt) that opens when you click the error icon: "Encoding Failed. Could not read from the source. Please check if it has moved or been deleted."
    If it's that correct, you removed an earlier version of Adobe Premiere Pro or Adobe Creative Suite on the same computer.
    Do one or both of the following solutions:
    Solution 1: Create a shortcut to the Premiere Pro executable file, rename the shortcut to Premiere, and move the shortcut to C:\Program Files\Common Files\Adobe\dynamiclink.
    Close all Adobe applications.
    In Windows Explorer, navigate to C:\Program Files\Adobe\Adobe Premiere Pro CS4. (If you installed Premiere Pro CS4 in a location other than the default of C:\Program Files\Adobe, then navigate to your custom installation location.)
    Right-click on Adobe Premiere Pro.exe (which might appear without the .exe extension) and choose Create Shortcut.
    Rename the newly created shortcut to just Premiere.
    Important: The name of the shortcut must be exactly Premiere with no other characters.
    Open a second Windows Explorer window, and navigate to C:\Program Files\Common Files\Adobe\dynamiclink.
    Move the Premiere shortcut that you created into the dynamiclink folder.
    Solution 2: Remove and reinstall all Premiere Pro CS4 components or all Adobe Creative Suite 4 components.
    Do one of the following:
    Windows XP: Choose Start > Control Panel > Add or Remove Programs.
    Windows Vista: Choose Start > Control Panel > Programs and Features.
    In the list of installed programs, select Adobe Premiere Pro CS4, Adobe Creative Suite 4 Production Premium, or Adobe Creative Suite 4 Master Collection.
    Click Change/Remove (Windows XP) or Uninstall (Windows Vista).
    Follow the on-screen instructions to remove all components of Premiere Pro CS4 (including Adobe Encore CS4 and Adobe OnLocation CS4) or to remove all components of your edition of Adobe Creative Suite 4.
    Re-install your Adobe software.

  • Media Encoder crash in CS6. Could not read from the source. Check if it has moved or been deleted.

    I'm having a problem getting Media Encoder to get past the dynamic link portion of encoding a time line sequence.
    I can send it over to Media Encoder, but it crashes consistently after the yellow bar saying something about dynamic link.
    I have CS6 installed in my computer here at work, it previously had CS5.5 installed on it.
    I read some answers about CS4 having this problem and tried to create a shortcut and put it in the dynamic link folder, but that didnt work.
    I would hate to have to reinstall the software here at work as the IT department is a pain- but I can't encode video on one of the computers we use here.
    Any ideas on what may be happening and how I can solve the problem?
    Thanks!
    Its a Dell Workstation with Windows 7 Ultimate installed dualE5620 processors at 2.4GHz. .
    only 6 GB RAM, and a RAID 5 hard drive setup with 3- one gb drives giving the C drive space of 1.8Gigs
    Its got an NVIDIA Quadro NVS 420 video card.
    I'm upgrading this computer to better work with editing video, so this is a good time to get this all cleaned up.
    Im adding RAM (24GBs)- replacing the video card to a GTX 780 3GB running 3 monitors.
    I'd also like to either split up the RAID (ugh)..or just add 2 internal SAS HDDs. to split up the video and the cache and the OS/programs as is usually done with editing video.
    Thanks for your help in advance...
    Mike

    ...more information...problem still not solved....
    After searching more in the forums, I tried a couple more things:
    I tried to restart AME and clearing the preferences. This didnt help.
    I also deleted the ...appData/Roaming/Adobe/AdobeMediaEncoder/6.0 folder and all subfolders   No help here either.
    I also tried to import the sequence via AME rather than export via PP. This worked. The sequence loaded immediately and processed perfectly.
    When I export via PP, I hit the queue button, it hangs for about 3 mins, then the yellow bar appears saying "Connecting to Dynamic Link server"
    it then hangs for approx 3 mins again and then I get the Failed alert.
    the error log reports:
    Encoding failed
    Could not read from source. Please check if it has moved or been deleted.
    any help available here????

Maybe you are looking for