Classpath and "ghost" libraries

Greetings,
I just did a fresh install of J2EE and NWDS stack 13. Before doing so, I deinstalled all previous versions.
Now, when I rebuild a Web Dynpro project that has always worked, I get the task messages: "The project was not built due to classpath errors (incomplete or involved in cycle)" and "Missing required library: 'C:SAP_J2EEngine6.20/cluster/server/additional-Lib/activation.jar'". Dozens of similar missing library messages also show up.
Stangely enough, a 'Deploy new archive and Run' on the application works just fine. Also, I can deploy the new archive to my local EP 6.0 portal and it works fine.
The above directory "SAP_J2EEngine6.20" no longer exists, of course, so it's no surprise that it cannot find it.
What puzzles me is why it is looking for it. I had previously set up a Linked Resource in NWDS but even after removing it, there was no difference.
Another interesting tidbit; my Windows XP CLASSPATH environment variables (both system and process) = ".;"
I've looked all through the project properties for references to explicitly included additional libraries and found none that match the culprits.
I've even created a new Web Dynpro project from scratch and it gets the same messages. (and works anyway)
Any ideas about how to get rid of these messages would be welcome.
Thanks for your help,
   Ken Henderson

Hi Ken,
vm.parameters seems to contain values pertaining only to virtual memory settings.
I searched everything under the usr tree for a filename or content that included "Engine6.20" and found nothing. I then searched under the eclipse tree and found nothing.
Thanks for your ideas; I'm still listening.
   Ken

Similar Messages

  • Question about dependent projects (and their libraries) in 11g-Oracle team?

    Hello everyone,
    I have a question about dependent projects. An example:
    In JDeveloper 10.1.3.x if you had for instance 2 projects (in a workspace): project 1 has one project library (for instance a log4j library) and project 2 is a very simple webapplication which is dependent on project 1. Project 2 has one class which makes use of log4j.
    This compiles fine, you can run project 2 in oc4j, and the libraries of project 1 (log4j) are added on the classpath and everything works fine. This is great for rapid testing as well as keeping management of libraries to a minimum (only one project where you would update a library e.g.)
    However in 11g this approach seems not to work at all anymore now that weblogic is used, not even when 'export library' is checked in project 1. The library is simply never exported at all - with a noclassdeffound error as result. Is this approach still possible (without having to define multiple deployment profiles), or is this a bug?
    Thanks!
    Martijn
    Edited by: MartijnR on Oct 27, 2008 7:57 AM

    Hi Ron,
    I've tried what you said, indeed in that .beabuild.txt when 'deploy by default' is checked it adds a line like: C:/JDeveloper/mywork/test2/lib/log4j-1.2.14.jar = test2-view-webapp/WEB-INF/lib/log4j-1.2.14.jar
    Which looks fine, except that /web-inf/lib/ is empty. I presume its a sort of mapping to say: Load it like it in WEB-INF/lib? This line is not there when the deploy by default is not checked.
    I modified the TestBean as follows (the method that references Log4j does it thru a Class.forName() now only):
    public String getHelloWorld() {
    try {
    Class clazz = Class.forName("org.apache.log4j.Logger");
    System.out.println(clazz.getName());
    catch(Exception e) {
    e.printStackTrace();
    return "Hello World";
    In both cases with or without line, it throws:
    java.lang.ClassNotFoundException: org.apache.log4j.Logger
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:42)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at nl.test.TestBean.getHelloWorld(TestBean.java:15)
    Secondly I added weblogic.xml with your suggested code, in the exploded war this results in a weblogic.xml which looks like:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    <jsp-descriptor>
    <debug>true</debug>
    <working-dir>/C:/JDeveloper/mywork/test2/view/classes/.jsps</working-dir>
    <keepgenerated>true</keepgenerated>
    </jsp-descriptor>
    <library-ref>
    <library-name>jstl</library-name>
    <specification-version>1.2</specification-version>
    </library-ref>
    <library-ref>
    <library-name>jsf</library-name>
    <specification-version>1.2</specification-version>
    </library-ref>
    </weblogic-web-app>
    The only thing from me is that container-descriptor tag, the rest is added to it during the deployment. Unfortunately, it still produces the same error. :/ Any clue?

  • WebLogic 11g EAR EJB Classpath and class loaders

    All,
    I have been having issues migrating Spring based EJB applications from OC4J to WebLogic 11g (10.3.1). I have been in communication with Oracle who has suggested a work around however I am keen to see if anyone else can suggest a solution.
    The application is dependant on stateless session EJB beans that communicate with a Spring managed service tier to perform the business logic and database access. PitchFork is used to inject the Spring managers into the EJB’s using the spring-ejb-jar.xml configuration file. Note originally I was using the SpringBeanAutowiringInterceptor however I could not get this to work. See WebLogic 11g and Spring beens injected into EJB for details.
    When the application is deployed packaging all the dependant jars within the APP-INF\lib folder I get a verity of errors from the following InvalidClassException, NoSuchMethodError, AbstractMethodError and IllegalArgumentException. I am using Spring 2.5.3 to match the supported WebLogic version. Note within the EAR application.xml the library-directory is set to APP-INF/lib. The issue appears to be Spring, PitchFork, commons-logging and aspectj libraries are being loaded form WebLogic and do not have visibility on jars within the application or have been modified when bundled for WebLogic. An example of this is the PitchFork jar within WebLogic has been changed excluding the spi package resulting in java.lang.ClassNotFoundException: org.springframework.jee.spi.PitchforkUtilsImpl errors.
    Moving the jars to the domain library path does not resolve any of the issues. I have been unable to successfully deploy the application picking up the application jars using the prefer-application-packages configuration.
    Oracle has advised me to deploy the libraries into the WebLogic system classpath by modifying the startWebLogic command to load the libraries into the classpath. I am concerned that modifying the system classpath will result in an unstable WebLogic server as I will be replacing modified jar files packages with WebLogic (such as PitchFork). This will also limit the applications that can be deployed within the server as each application must use the same libraries and versions (as the application ibraries are leing ignored).
    Has anyone else hit this issue and corrected it? Can anyone think of an alternative solution?
    Regards
    Neil

    Hi,
    I am in the process of updating the tracking bug# 331569 with copies of the eclipse EAR/WAR projects and the EAR for these scenarios. Here are some details on how I got past the 2nd CCE on the org.eclipse.persistence.jpa.PersistenceProvider class (not the javax one)
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=331569
    Essentially an SE persistence unit running both JPA 2.0 api and the 2.0 XSD schema work fine. I will next retest the EE case with variations of the 3 types of injection on the SSB or Servlet.
    Update: There are 3 (possibly 4) issues here (all of these may become obsolete when the next WLS version ships)Initially I got the same 2.0 schema error and the ClassCastException on org.eclipse.persistence.jpa.PersistenceProvider
    It turns out that my import of the 2 eclipse projects from my bug # 296271 for WebLogic 10.3.2.0 lost their facets(specifically the dynamic web facet) because I associated them with a different WebLogic 10.3.3.0. - this caused the CCE I was experiencing like Sri.
    Anyways, after creating an EAR/Web project combination from scratch in eclipse associated with the 10.3.3.0 instance - I predeployed/deployed/ran fine - even with the 2.0 schema - in SE bootstrap mode (no EE yet).
    Reproduction Procedure:
    redoing project from scratch as I noticed that the war was not at the root of the ear - it was a jar in the app-inf/lib dir - my imported eclipse project was not referenced correctly as a web module facet- create empty EAR and WAR project with references
    - download and open my EAR and WAR project code from bug # 296271
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=296271
    - do essentially all the steps in the page below (I paraphrase for re-verification)
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#DI_1.1:_Alternative_3:_Application_Level_Shared_Library_-InUse
    - copy applicationService, entity and FrontController servlet code into new projects
    - create persistence.xml and MANIFEST.MF manifest in src\META-INF
    - update manifest
    Class-Path: APP-INF/lib/eclipselink.jar
    APP-INF/lib/javax.persistence_2.0.0.v200911041116.jar
    - copy both javax.persistence 2.0 and eclipselink 2.x jars to APP-INF/lib
    - change ordering of WebLogic library modules classpath reference (javax.persistence 1.0) to ear reference (2.0 version)
    - update web.xml with servlet tags
    - update weblogic.xml with new context root
    - make the persistence unit name the same in persistence.xml and ApplicationManagedService
    - update weblogic-application.xml with prefer-application-packages overrides
    <wls:prefer-application-packages>
    <wls:package-name>javax.persistence.*</wls:package-name>
    <wls:package-name>org.eclipse.persistence.*</wls:package-name>
    </wls:prefer-application-packages>
    - enable server redirect logging
    <!-- new for 10.3.3.0 http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging#Server_Logging -->
    <property name="eclipselink.logging.logger" value="DefaultLogger"/>
    - start WebLogic 10.3.3.0
    - deploy (run on) server from eclipse or export ear to auto deploy directory
    1) JPA 2.0 XSD usage on 10.3.3.0
    - I reproduced this issue with a bad EAR
    - was able to use the 2.0 schema within the WAR-only application managed EAR
    persistence.xml<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
    <!-- persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"-->
    <persistence-unit name="example2" transaction-type="JTA">
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
    <jta-data-source>localJTA</jta-data-source>
    <class>org.eclipse.persistence.example.business.Cell</class>
    <shared-cache-mode>NONE</shared-cache-mode>
    <properties>
    <property name="eclipselink.target-server" value="WebLogic_10"/>
    <property name="eclipselink.logging.level" value="FINEST"/>
    <property name="eclipselink.target-database" value="Derby"/>
    <!-- new for 10.3.3.0 http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging#Server_Logging -->
    <property name="eclipselink.logging.logger" value="DefaultLogger"/>
    <!-- property name="javax.persistence.jdbc.driver" value="org.apache.derby.jdbc.ClientDriver"/>
    <property name="javax.persistence.jdbc.url" value="jdbc:derby://127.0.0.1:1527/dataparallel;create=true"/>
    <property name="javax.persistence.jdbc.user" value="APP"/>
    <property name="javax.persistence.jdbc.password" value="APP"/-->
    <!-- turn off DDL generation after the model is stable -->
    <!-- property name="eclipselink.ddl-generation" value="drop-and-create-tables"/>
    <property name="eclipselink.ddl-generation.output-mode" value="both"/-->
    </properties>
    </persistence-unit>
    </persistence>
    2) CCE on JPA provider implementation class
    Error instantiating the Persistence Provider class org.eclipse.persistence.jpa.PersistenceProvider of the PersistenceUnit example2: java.lang.ClassCastException: org.eclipse.persistence.jpa.PersistenceProvider
    - I reproduced and fixed this one (was Eclipse project facet issue) - EAR was wrong
    - was able to run JPA 2.0 code fine on an SE PU (predeploy/deploy together)
    - EE injection should not work but I will post an example EAR anyway
    log[EL Example]: enterprise: JPA 2.0 Metamodel: MetamodelImpl@56287508 [ 3 Types: , 1 ManagedTypes: , 1 EntityTypes: , 0 MappedSuperclassTypes: , 0 EmbeddableTypes: ]
    3) CCE on JPA spec interface class
    - I could not reproduce this one
    Re: WebLogic 11g EAR EJB Classpath and class loaders
    Error processing persistence unit PT of module pt: Error instantiating the Persistence Provider class org.eclipse.persistence.jpa.PersistenceProvider of the PersistenceUnit PT: java.lang.ClassCastException: org.eclipse.persistence.jpa.PersistenceProvider cannot be cast to javax.persistence.spi.PersistenceProvider
    4) CCE on fallback Kodo JPA provider (if an invalid say 2.1 JPA XSD schema is referenced)
    java.lang.ClassCastException: kodo.persistence.PersistenceProviderImpl
    at javax.persistence.Persistence.findAllProviders(Persistence.java:186)
    java.lang.NoSuchMethodError: javax/persistence/EntityManager.getMetamodel()Ljavax/persistence/metamodel/Metamodel;
    - reproduced by using the 1.0 javax.persistence jar (but named as the 2.0 one in APP-INF/lib)
    - fixed by using either the 1.0 or 2.0 JPA XSD schema and using the correct 2.0 spec jar
    thank you
    /michael

  • Classpath and compiling

    I?m having trouble with compiling a project that I?m involved in. It uses JMF and therefor JMF sets a classpath to its libraries. My project is divided into packages and therefor I need to import them in some classes. Here is where my problem occurs:
    if I compile package by package using this command:
    javac -d c:\output -classpath c:\output *.java
    it complains that it cannot find the jmf-packages. If I remove the -classpath it complains that it cannot find my other packages. Is there a good way to solve this? I?ve set my classpath to also include c:\output but this project involves other members that does not want to fiddle with this "technical stuff". Are there an easy solution to this problem?
    /Pontus

    Try this:
    javac -d c:\output -classpath %classpath%;c:\output *.java
    This appends c:\output to the existing classpath.

  • I have been storing my Aperture and IMovie Libraries on an external hard drive that recently died.  Fortunately I've been using Time Machine to back up to a 2nd external drive.  How do I restore my libraries to a new external hard drive?

    I have been storing my Aperture and IMovie Libraries on an external hard drive that recently died.  Fortunately I've been using Time Machine to back up to a 2nd external drive.  How do I restore my libraries to a new external hard drive?

    This is a tricky one.
    Open up Time Machine and go back to a date using the timeline on the right side of the window when you know the drive was working and was backing up as part of Time Machine backups.
    Click on the name of your Mac under the Devices heading on the left side of the window in Time Machine, and if things are working correctly you will see Macintosh HD (or whatever you have named it) and the name of the external hard drive that was backing up in the past.
    Right-Click on the name of the external hard drive and then click on "Restore (name of drive) to....."  You may be asked for your adminstrator password at this point.
    It might be easier to restore the drive contents to your desktop if you have room on your Mac, and then copy things over to the new external drive where you want to store the Aperture and iMovie Libraries.
    Once the libraries have been moved over the new external hard drive, you will likely need to "point" Aperture and iMovie to the location of the libraries on the new external hard drive.

  • Data View Web Part - List of Subsites and Document Libraries under Current Site - Must be able to Package as Site Template in SPDesigner

    Hi Guys,
    On the home page of each sub site I would like to be able to show a list of subsites and Document libraries that are under the current subsite.
    I started investigating a solution using Datasources with SOAP requests sent to the server but it is very difficult to understand how to surface it on the Data View WebPart.
    I have tried with the search results webpart but the problem is that it does not work well when packaged in a Site Template.
    Please advise.
    Thanks and Regards,
    Rhyan

    Ok,
    Here is the problem:
    When creating a mysite from powershell or script, apparently you can ONLY do this from a wfe (or a server running Microsoft SharePoint Foundation Web Application in services on server).
    You CANNOT create mysites from script on your appserver if it is not also a Web Application Server. I confirmed the same is true in my test farm. I guess I was always running most of these scripts on the webserver.
    I searched all over and cannot find this documented anywhere.
    Who do I contact to have Microsoft document this?
    It's Thursday morning, I've been working non stop since Saturday morning so you don't have to :)

  • Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?

    Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?
    So i have had a itunes set up on my old PC, bought a NAS and copied the folders over to the NAS, i did this incorrectly and so then even when i told the old PC to use that folder it saw all the songs but wasnt able to play the songs as it was looking in the incorrect place.
    So now i want my Mac as well as my PC and others to all use the music, videos etc on the NAS they are in itunes friendly folders (as they were compiled this way by the itunes on the old PC.
    When i tell the mac to use the itunes library.itl file it sees the song list (about 100gb) but cant see any songs, so i have removed this file to another location for now with the hope to set up a new file and then get it to see the songs on the folder from the NAS.
    Can someone tell me how to do this for all the Mac's and PC's on my network as i really want one master library that all use and add too.
    Thanks for your help in advance.

    I have the same question but I am using two pc's

  • We have two apple ID's and two libraries.  My daughter's IPOD is syncing with my library and I need to change this, but I can't figure out how.

    We have two apple ID's and two libraries.  My daughter's iPOD is syncing with my library and we really want to go to just one library--Mine for ease and we can't figure out how to do it.  Please help!!!

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities.
    To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsche LaCie non-portable drive from 2013; both connected via USB.  All photo libraries in question are on the external drives.
    I have Aperture 3.5.1 and iPhoto 9.5.1.  I prefer to work in Aperture.
    The Issue(s)
    Over the years, I have accumulated a number of iPhoto libraries and Aperture libraries.  At one point, I thought my WD drive was dying so I purchased the LaCie and copied all libraries over the the LaCie drive.  (Turns out, there's probably an issue with my USB port reading drives, because I can once again see the WD drive and occasionally I can't see the LaCie drive.)
    So now I have old version of some libraries on the WD drive, and new versions on the LaCie drive.
    When I was moving things, I ran the software Gemini to de-dupe my iPhoto libraries.  Not sure what effect that may have had on my issues.
    In my main Aperture library and in some iPhoto libraries, I get the image-not-found badge or exclamation point.  I've dug through the hidden Masters folders in various libraries to find the original image.  In some cases, I have been able to find the original image, sometimes in a different version of the iPhoto library.
    My Question(s)
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    2.  For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    3.  Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    TL;DR: Too many iPhoto and Aperture libraries, and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    Thank you!  Let me know if you need add'l info to offer advice.
    With appreciation,
    Christie

    That will not be an easy task, Christie.
    I am afraid, your cleaning session with Gemini may have actually removed originals. I have never used this duplicate finder tool, but other posters here reported problems. Gemini seems to replace duplicate original files in photo libraries by links, and this way, deleting images can cause the references for other images to break. And Aperture does not follow symbolic links - at least, I could never get it to find original files this way, when I experimented with this.
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    You have to find the originals yourself. If you can find them or restore them from a backup, Aperture can reconnect them. The reconnect panel can show you, where the originals are supposed to be, so youcan see the filename and make a Spotlight search.
    For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    Make a copy of the missing original you found in a folder outside the iPhoto library. You can either open the iPhoto library in Aperture and use "File > Locate Referenced file" to reconnect the originals, or simply reimport them. Then Lift&Stamp all adjustments and metadata to the reimported version.
    See this manual page on how to reconnect originals:  Aperture 3 User Manual: Working with Referenced Images  (the paragraph:  Reconnecting Missing or Offline Referenced Images)
    Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    References images will stay referenced, managed will remain managed. You need to unhide all hidden photos in iPhoto - this cannot be done in Aperture.
    and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    That is probably due to Gemini's replacing duplicate originals by links, and your best cause of action is to fix this before merging the libraries. Reconnecting can be done for your iPhoto libraries in Aperture.

  • Any way to restore iTunes and iPhoto libraries from failed Time Machine backup?

    Is there a way to restore iTunes and iPhoto libraries from an unmountable Time Machine backup?
    Background: I received an update alert on my iMac (mid-2010, 1TB) from Time Machine (wirelessly connected to a Time Capsule, 2TB 2013)  that it required an update and required rebooting, of course, it happened when I was in the middle of a project and I postponed the restart for later.  That evening I turned off the computer and coincidentally the next morning, the iMac would not start; it loaded to the Apple logo and about an 1/8 of the progress bar would load before the iMac would turn off.
    The iMac had been fine to that day (OS upgrades and all since 2010) so I was assuming something misfired when I declined the Time Machine update. I tried the PRAM and SMC resets mentioned in the forums but no dice. I then went into Disk Utility to try repairs and there were errors on the hard drive that could not be fixed. My next step was to erase the drive and restore from my Time Machine backup. Before doing that I checked Disk Utility and to my horror,  it told me that my Time Machine backups were unmountable so of course my first thought was that all my files were gone.
    The TC was under warranty so I called support and they referred me to the local Genius Bar. The Genius was great and showed me that my files weren't lost even though the Time Machine backup was unmountable. They recommended I erase the partitions, starting from scratch and I would have to transfer the Time Machine backup files manually by directly connecting an ethernet cable from the TC to the computer. If that didn't work, the hard drive was bad and needed replacement which they could take care of.
    I followed their recommendation and the hard drive is fine. I was so relieved to hear that my files were safe that I forgot to ask about all of the metadata that was lost in iTunes (de-selected songs, playlists, rankings, play counts) and iPhoto (geotags, names, etc). Any ideas / help? I sank considerable time into my music and photos and would love to have that time back.
    FWIW, I'm in the process of buying an external hard drive as a secondary backup to the TC as my confidence is a little shaken on the product line - the first time I ever actually need a backup and the backup is unmountable. My whole point of spending a little more and buying into the Apple ecosystem for a backup solution was to streamline the backup process and avoid these types of issues.

    Thank you for the reply. I tried the Disk Utility to repair my TC's Time Machine backup disk with no luck, it stopped with the message:
    Disk utility stopped repairing "iMac"
    Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    It took a night but I was able to copy all the TC Time Machine files to the external hard drive as a backup to a backup just in case. I'm still pretty bummed the TC's backup didn't allow for Disk Utility's restore functionality. Fortunately, the iPhoto library backup I dragged to the iMac from the Time Capsule backup worked without a hitch. On the downside, the "iTunes Library.itl" backup I dragged over is locked so now I'm checking out the forums for any ways to fix that. I temporarily created a new iTunes library with all my apps and music but plan on reverting to the old iTunes library if possible so I can start syncing my iOS devices again.

  • Can I store iPhoto and iTunes libraries on an external hard disk?

    I have a Mac Book Pro with Retina Display that I bought new in late 2014.
    It has 250GB of storage but apparently I am already running out of space already.
    I want to know if I can store my iTunes and iPhoto libraries on an external drive to help free up space.
    Also, when I get the breakdown of space used on my internal storage, it shows "photos, audio, movies," etc and how much each category takes up.  But for some reason "Other" takes up nearly half of my hard drive.  Is there a way I can find out what "Other" files I have that I might be able to delete to reduce the size on my internal disk?

    1. Yes. Drag the libraries there, launch the applications with the Option key held down, and choose those libraries; the iPhoto one needs to be stored on a drive, partition, or disk image formatted as Mac OS Extended.
    2. Click here for information. If desired, run a tool such as GrandPerspective.
    (123835)

  • If I move my itunes and photo libraries to an external drive, will they still be backed up via time machine (on another external drive)?

    I have 2 external drives, one of which I would like to use to store my iphoto and itunes libraries (to create space on my laptop hard drive).  Then I have a 1tb drive that I'm going to use for my time machine backup.  Will I be able to back up the itunes and iphoto libraries from the external drive onto the time machine drive with the rest of the files that are on my laptop hard drive?  Thanks.

    Depends on the version of the OS that you are using I would post on the forum for the version of the OS that you are using.
    Later version od Time machine will, definitely. If the version you have doesn't, then there are plenty of 3rd party back up utilities that wll do the job for you.
    If you're moving the iPhoto Library then remember the disk needs to be formatted  Mac OS Extended (Journaled)
    Regards
    TD

  • Hello, I reformatted my mac to factory settings. Since then I cannot reconnect to my itunes and iphoto libraries stored on an external hard drive. Any suggestions?

    I am using an old Imac G5 2.16 GHz intel core 2 duo.
    Its 8 years old. I had my iphoto and itunes libraries on an external hard drive. Li
    The mac was running slow so I backed up important stuff and then did a factory reset.
    Then I did upgrades to snow leopard.
    Its now running 10.6.8. Like I was before.
    Now that it is all reformatted, I cannot get it to reconnect to my iphoto or itunes libraries.
    Any help would be appreciated.
    Thanks

    Hi Terence,
    I tried the option key thing when starting both.
    For itunes when I select the folder on the external drive it says 'could not locate library file' or something like that.
    For iphoto the iphoto library file is there but it is not one I can select (it is greyed out).
    Sorry, not sure which versions they are. Am currently re-importing my itunes library so can't check.
    iPhoto is not opening today. Yesterday it would.
    Both versions would be updated as far as they could go on snow leopard.

  • After moving my iTunes and iPhoto libraries to an external hard drive and deleting the originals i found i still had no space on my mac.help

    i moved my itunes and iphoto libraries to an external hard drive to free up space on my mac.
    after i had moved them and checked they could be found i trashed the originals and checked again that the could be found on the external hdd.
    all seemed to be ok.
    when i checked the disc utility it did not show i has made any more free space than i had before.
    any help please as i am loving tje mac but i am still quite new to it.

    Did you empty Trash?

  • How do I share my itunes and iphoto libraries with other users (accounts) ?

    Hi !
    I am trying to share my itunes and iphoto libraries with other users on my powerbook, but I seem to have problems with it.
    What is the best way to do it?
    Place an alias in my "shared" folder and access this with the applications from the different accounts ? This seems to workt for the itunes library, at least... Or do I have to mess with the righs managent ?
    I dont want screw up my nice mac...
    Thanx for the help in advance.
    Herman
    PB G4   Mac OS X (10.4.6)  

    Hi... and thanx for your help...
    I did not think that I would have to mess with my firewall, as long as I am talking of useres on the same computer, but I guess I was wrong.
    Your advice helps very much, but only as long as I am still logged in with my user name. I does not work when only my kids are logged in. There has to be a way to use these libraries without the need to log in the user that has created those folders...
    Hmmm
    Thanx for your help
    Herman
    PB G4   Mac OS X (10.4.6)  

Maybe you are looking for

  • URGENT HELP REQUIRED _ Creating Labels for Triangle

    Hi everyone... the code below is my application - Pythagoras Theorem.. or rather displaying it.. But i have not been able to get the Vertex of the triangle Labelled as A B C... I need to do that and change the Triangle Table data to A B C insted of H

  • Netscape 7.02 and Mozilla

    Dear Angels, This is a re-post from Using Mac OS 9.x. I have used Netscape 7.02 as my regular browser (with I.E.5.1.7.1 smi) as a backup. It seemed time to add new choices. I downloaded Mozilla from Mr. Knutson's wonderful site. After installing it,

  • How to get start

    Hi, I want to combine a web cemra in my web application but I dont know how or from where to get started, and to to learn the JMF, how to install it with eclipse etc. Any help is appreciated. Thanks.

  • Oracle 10g Express Edition Compatiability

    Hai All, Can I install Oracle 10g express edition on IBM p510q power series machine , OS is Redhat Enterprise Linux 4.4 for Power... I think Oracle XE is for x86 ... will it run on IBM power processors ? Please help? Shiju..

  • SAPSCRIPT - TEXT ELEMENT

    Hi ,    In print program there is a text element 525.    I am using that text element to print the line items in sapscript.    But this 525 text element is not trigered in sapscript.so help me out    to solve this issue.   I am using RFFOUS_C  print