Log4j log file not being created

Using websphere for a web app. At first I was getting the error log4j:WARN No appenders could be found for logger....
So I created the property file and I assume correctly referenced it. The error went away and my logging messages are showing up in the websphere console, but the .log file specified in my log4j.properties file is not being written to... it is only writing to my systemOut.log.
If I remove the ROOT.File line it still does not create the file (I've done a search on the IBM directory
#Default log level to ERROR. Other levels are INFO and DEBUG.
log4j.rootLogger=INFO,ROOT
log4j.appender.ROOT=org.apache.log4j.RollingFileAppender
log4j.appender.ROOT.File=c:\myapplication.log
log4j.appender.ROOT.MaxFileSize=1000KB
#Keep 5 old files around.
log4j.appender.ROOT.MaxBackupIndex=5
log4j.appender.ROOT.layout=org.apache.log4j.PatternLayout
#Format almost same as WebSphere's common log format.
log4j.appender.ROOT.layout.ConversionPattern=[%d] %t %c %-5p - %m%n
#Optionally override log level of individual packages or classes
log4j.logger.com.webage.ejbs=INFO       
private static final Logger logger = Logger.getLogger(LoginAction.class);
    public ActionForward execute(ActionMapping mapping, ActionForm form,
            HttpServletRequest request, HttpServletResponse response)
            throws IOException, ServletException {
        initializeLogger();
private void initializeLogger() {
        org.apache.log4j.BasicConfigurator.configure();
//trying the above just to get it to work.. because by default this
//should look in WEB-INF/classes/log4j.properties... I thought
        /*try {
            String log4jUrl = servlet.getServletContext().getInitParameter(
                    "LOG4J_XML");
            if (!(log4jUrl == null || log4jUrl.equals("")))
                DOMConfigurator.configure(servlet.getServletContext()
                        .getResource(log4jUrl));
        } catch (MalformedURLException e) {
            e.printStackTrace();
        } catch (FactoryConfigurationError e) {
            e.printStackTrace();
    }    Edited by: gmachamer on Nov 30, 2007 6:37 AM

ok changed to xml file and found a few things out.
now when I debug though the logger that was created has an empty level... but if I look at the parent logger it is correctly pulling the root logger from my xml (if I change the priority attribute then it changes when debugging the code)
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true">
     <!-- this appender would be the same as having a System.out -->
     <appender name="console" class="org.apache.log4j.ConsoleAppender">
          <param name="Target" value="System.out"/>
          <layout class="org.apache.log4j.PatternLayout">
                     <param name="ConversionPattern" value="%-5p %c{1} - %m%n"/>
              </layout>
       </appender>
       <appender name="rollingFileAppender" class="org.apache.log4j.RollingFileAppender">
          <!-- name and location of the file to log to -->
             <param name="File" value="c:/appLog.log"/>
          <!-- the maximum size the file will be before it rolls the file -->
             <param name="MaxFileSize" value="1000kb"/>
          <!-- the number of backups you want to maintain -->
          <param name="MaxBackupIndex" value="5"/>
          <!--
               This is the layout of your messages, you can do alot with this.
               See the java docs for the class PatternLayout for an explanation of
               the different values you can have.
          -->
             <layout class="org.apache.log4j.PatternLayout">
                      <param name="ConversionPattern" value="%t %-5p %c{2} - %m%n"/>
                  </layout>          
          </appender>
       <root>
              <priority value ="error" />
              <appender-ref ref="rollingFileAppender" />
              <appender-ref ref="console" />
       </root> 
</log4j:configuration>

Similar Messages

  • Cannot publish get error message - log file not being created

    When trying to publish a FlashHelp project, I get an error
    message window that says "Publishing has been cancelled. Failed to
    create file: (project name).log "
    When I click okay in the message window, the publishing
    process stops. However, if I look in the SSL folder, I see the log
    file. It is a text file.
    I had this problem in January 09 but it seemed to be an issue
    with the password and path in the FTP command window. I fixed it
    and it worked fine. However, I haven't published since the end of
    January. Now, when I try to publish, it is giving me the same error
    message. I checked and reviewed the FTP window fields and they are
    fine. But I'm still getting the error message and can't publish.
    Why?
    I need to get this problem fixed ASAP and ensure that it
    doesn't occur again. What's strange is that I've got 3 other
    projects and this is the only 1 that gets this error message.

    Yes, the generation worked. I checked the log file that
    worked from the time it worked before and it seems to be the same
    as the log file that is generated when I get the error message.
    I created a new FlashHelp layout and got the same error
    message. What's really weird is there is a log file in the SSL
    folder but when you click OK in the error message, it stops the
    publish function.
    Last time I had to blow away the cpd file as if this was a
    corrupt project. But that gets to be painful. As I use templates to
    put change dates in the footers of topics and templates get lost
    when you blow away the cpd.
    Any other thoughts?

  • NImax.exe has generated errors. You must restart the program, a log file is being created.

    NImax.exe has generated errors. You must restart the program, a log file is
    being created.
    This error occurs just after bootup, no programs started except windows..
    Running Windows 2000 latest version on a brand new computer.
    (pent 4 3.0 ghz 500MB ram).
    Can anyone help me with this problem? Happened after install Labview 7.0
    express. Installed twice and same problem occured with both installs.
    Labview 7.0 is the only thing installed right now. Also selected "Visual
    Basic Support" install from driver cd's.
    One other thing I just noticed. System info reports 2 processors and I
    think I only have one.
    TIA

    Happy update.
    After ignoring this problem for awhile and installing some NI DAQ boards,
    this problem is not happening anymore.
    Would urge NI to investigate further though. Messed me up for a couple of
    days, and still don't know why it happened.
    Much thanks to those who helped.
    JJ
    "JJF" wrote in message
    news:qB6Hb.48702$VB2.90660@attbi_s51...
    > One other point, I found out this is a message generated by drwtsn32. Can
    > get rid of the error by unchecking "show visual feedback on errors" box,
    but
    > don't like that fix. Still need help.
    >
    > Thanks,
    >
    > JJ
    >
    > "JJF" wrote in message
    > news:%JRGb.138921$8y1.419649@attbi_s52...
    > > Hi Nirmal and all,
    > >
    > > Happy Holidays to you too, and thanks for the reply.
    > >
    > > Making progress. Did all the uninstalling and registry editing as you
    > > suggested. Also, updated Win2K at Microsoft.com as suggested.
    > > Re-installed with default settings of LV express 7.0. Now I only get
    > the
    > > error when I exit NImax.
    > >
    > > Also, my p2p home network is not that hot. Have it set up as a
    workgroup.
    > > Sometimes when I boot up I have file access between the two computers
    and
    > > sometimes windows explorer can't find the workgroup network path
    (between
    > > the two computers). Both computers can always access the internet
    though.
    > > Using a 4 port Linksys cable/dsl router on a cable modem. Using XP
    home
    > > edition on base computer (the one set up for the isp) and Win2K on the
    > other
    > > computer.
    > >
    > > Also, any idea where this log file is going? Thought it was part of the
    > > event viewer but the errors in the event viewer don't seem to correspond
    > to
    > > the NImax.exe logging event now. There is a file in
    > > "winnt\sytem32\config\software.log" that seems to change at about the
    same
    > > time but I can't access the file because it is in use by the system.
    > >
    > > Using NImax ver 3.02.3005. Do you know if I can download "NI
    measurement
    > > and automation explorer" and/or the driver cd's from NI.com? Maybe I
    have
    > a
    > > flaky disk or something. I have a feeling it may also have to do with
    the
    > > "on again/off again" network neighborhood connection problem.
    > >
    > >
    > > Thanks again,
    > >
    > > JJ
    > >
    > >
    > >
    > > "Nirmal Sharma" wrote in message
    > > news:506500000005000000AE470100-1068850981000@exch​ange.ni.com...
    > > > Hi,
    > > > Happy cristmas & new year for you & ur brand new pc...
    > > >
    > > > How are you uninstalling & then installing LV in your pc ?
    > > >
    > > > I suggest to remove complete LV (Remove All option) from your
    > > > computer. Once uninstallation is completed, go to windows registry -
    > > > by windows start -> run -> regedit -> Enter
    > > >
    > > > Goto HKEY_LOCAL_MACHINE-> SOFTWARE -> National Instruments - Delete
    > > > this folder (National Instruments folder)
    > > >
    > > > Remove any other foloder/file related to NI's software. Be very
    > > > cautious while deleting files from windows registry bcoz wrong file
    > > > deletion may hang your whole system.
    > > >
    > > > Restart your computer..hope it should bootup without any errors.
    > > >
    > > > Now as answered by Alexander, update windows.
    > > >
    > > > After updating, bootup your system. If it boots up without any error
    > > > message, install LV with the typical (default installation).
    > > >
    > > > Hope this helps. Your feedbacks are welcome.
    > > >
    > > > Best Regards,
    > > > Nirmal Sharma
    > > > India
    > >
    > >
    >
    >

  • XMP files not being created with DNGs...

    I'm used to using Bridge with ACR to process Nikon NEFs. But a recent camera update has me experimenting with converting the D3's NEFs to DNG files and editing them with CS2 and Bridge 1.04 which works better on my system. I've also experimented with CS3 and Bridge 2.1.1.9 with the same DNG files.
    In both cases XMP files are not being created when working with DNG files. I have enabled "Save image settings in : Sidecar ".xmp" files" turned ON. But they do not seem to be generated and I assume the ACR adjustments are being embedded in the DNG file. Meanwhile doing edits on NEF files continues to create .xmp files as expected.
    I find .xmp files to be very useful and I'm wondering why they're missing with DNG files? Are they hiding somewhere other than in the same folder that the images reside in?
    Thanks.
    Russell

    > The information contained in the XMP file is stored in the DNG file so there is no need for a separate file.
    Aww, yuck!! That's a real drag...
    When editing lots of files (yesterday's shoot produced 8GB) I back everything up to off-line storage and then, after doing all my edits and crops in ACR, I only have to copy over the small XMP files which takes no time at all.
    So if I re-edit the DNG with ACR I have to re-copy ALL the files again to the off-line storage.
    I used to sometimes even save 2 versions of the xmp files when I needed 2 different crops of the same images, such as doing a wide screen 'cinema' crop for a corporate client's Intranet presentation of their event, as well as more standard crops to be used for their newsletters.
    Guess I won't be using DNG any more..
    Thanks for the help Kees :-)
    Russell

  • IOR files not being created

    I'm currently experimenting with using the InDesignServerService (windows service) as our means of starting and managing instances of InDesign Server.
    I seem to have it working for the most part but the IOR files are not being created and I cannot figure out why. I have been messing around with the command line arguments in the InDesignServerService MMC for quite some time with no luck. The instances seem to startup fine and show "running" in the event viewer info message.
    Command line arguments used -
    -pluginpath Server/Corba -iorfile c:\IDSQueues\Default\ior1.txt -previews
    I've made sure the account the service is running under has writes access to the ior file path. I truely don't know what else to try or why this is happening.
    Any help would be great! thanks!
    FYI
    Using InDesign Developer Server CS5 (for testing) on Windows 7 64bit.

    Thanks for the response.
    However, this will not work because I am using InDesignServerService to startup the instances. With the service, there is a field to specify a port number in so you do not include it in the command line.
    Also, I have tried specifying this in the Command Line argument as well -
    InDesignServer -pluginpath Server\Corba -iorfile c:\IDSQueues\Default\ior1.txt -previews
    InDesignServer.com -pluginpath Server\Corba -iorfile c:\IDSQueues\Default\ior1.txt -previews
    I've also tried
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    which is what the Intro to InDesign Server PDF says to use and it does not work.
    I have tried many variations and nothing works.  The IOR file is still not created.
    I'm still trying to solve this, any help would be great!
    Thanks,

  • XMP Sidecar Files not being created.

    I have selected the tick box in the preferences, but when importing files the XMP data files are not being created, any ideas??? Also can they be automatically created at a latter date?

    James-
    They are created now only for RAW files. The xmp data for the other formats is now written into the files themselves' header space, either automatically, or when you tell it to, which you set in Prefs.

  • Log files not being removed.

    Hello,
    I've upgraded an application from BerkeleyDB 5.1.25 to 5.3.21, and after that, log files are no more automatically removed. This is the only change in the application. It's an application written in C.
    The environment of the application is created with the flag DB_LOG_AUTO_REMOVE
    dbenv->log_set_config(dbenv, DB_LOG_AUTO_REMOVE, TRUE).
    The application has a thread to periodically checkpoint the data
    dbenv->txn_checkpoint(dbenv, 0, 0, 0)
    So far, so good, with version 5.1.25, this was enough to remove unused log files (I don't need to be able to do catastrophic recovery). But this doesn't work anymore with version 5.3.21.
    I I run db_archive (no options), it shows nothing, suggesting that all log files are still needed. But if I run db_hot_backup on the database, all but the last logfiles are removed (on the backup) as wanted.
    Rem : Usually, I don't want to run db_archive or any external tool, to remove unused log files. I hope what is inside the application is enough to remove unused log files.
    Is this something known, something changed or can you suggest me something to look for ?
    Thanks for your help
    José-Marcio
    Edited by: user564597 on Mar 24, 2013 6:35 PM
    Edited by: user564597 on Mar 24, 2013 6:38 PM
    Edited by: user564597 on Mar 25, 2013 8:57 AM

    thank you for giving us a test program. This helped tremendously to fully understand what you are doing. In 5.3 we fixed a bug dealing with the way log files are archived in an HA environment. What you are running into is the consequences of that bug fix. In the test program you are using DB_INIT_REP. This is the key to use that you want an HA environment. With HA, there is a master and some number of read only clients. By default we treat the initiating database as the master. This is what is happening in our case. In an HA (replicated) environment, we cannot archive log files until we can be assured that the clients have applied the contents of that log file. Our belief is that you are not really running in an HA environment and you do not need the DB_INIT_REP flag. In our initial testing where we said it worked for us, this was because we did not use the DB_INIT_REP flag, as there was no mention of replication being needed in the post.
    Recommendation: Please remove the use of the DB_INIT_REP flag or properly set up an HA environment (details in our docs).
    thanks
    mike

  • Contextual help. html file not being created

    Do you know why the Contextual help.html file is no longer being created?

    What is the filename of the file you expect? Are you referring to a file
    to call the help context sensitive?
    Kind regards,
    Willam

  • CVS problem: Entries file not being created

    I am using Flash Builder 4 Standard. Connecting to CVS, it had been working correctly  but now when sharing a project it isn't working. It creates the project in the repository but doesnt include any of the files. Looking in the actual project files (in finder) it has created a CVS folder correctly but only has 'repository' and 'Root' but not 'Entries' which I assume is the problem. These are the steps I am taking (which was working...)
    Create new project
    File > New > Project
    Complete all fileds including path to the project files. Fla, and .as files.
    Do all the work I need to, and is finished. So I want to share the project to the team.
    Right click on the project in 'Package Explorer' window > Team > Share project...
    Select the CVS repository, (the connection works as I see all the projects listed)
    Select 'use project name as module name'
    Next > enter password > Finish
    At this point I used to get another dialogue window appear to be able to add comments and finalize the commit. But now for some reason nothing happens. No errors or anything. When I look in the repository the folder is there but it is empty.
    Does any one have any idea how I can fix this? It is most strange and very frustrating! Any help would be greatly appreciated

    Delivery transaction accounting can be seen in Inventory--Transactions--Material Distributions screen (assuming that your destination is inventory)
    Thanks
    Nagamohan

  • SQLAudit Files not being created on SQL 2008 R2 Enterprise

    I am trying to create SQLAUDIT files for my database on SQL 2008 R2 Enterprise (SP2). I have MyDB with MyTable. This is the script I use:
    USE [Master];
    GO
    CREATE SERVER AUDIT [MyServerAudit] TO FILE
    (FILEPATH = 'C:\AuditData\', MAXSIZE = 2 MB, MAX_ROLLOVER_FILES = 2147483647, RESERVE_DISK_SPACE = ON)
    WITH (QUEUE_DELAY = 0, ON_FAILURE = SHUTDOWN);
    GO
    CREATE SERVER AUDIT SPECIFICATION [MyServerAuditSpecifications] FOR SERVER AUDIT [MyServerAudit];
    GO
    ALTER SERVER AUDIT SPECIFICATION [MyServerAuditSpecifications] WITH (STATE = ON);
    GO
    USE [MyDB];
    GO
    CREATE DATABASE AUDIT SPECIFICATION [MyDBAuditTest] FOR SERVER AUDIT [MyServerAudit]
    ADD (SELECT , INSERT, UPDATE ON [dbo].[MyTable] BY [public], [dbo] )
    WITH (STATE = ON) ;
    No errors from the script, and the directory C:\AuditData does exist. Then I try Selecting and Updating the table, e.g.,
    USE MyDB;
    SELECT * from MyTable;
    UPDATE MyTable set Col1 = upper(Col1);
    Again, it completes successfully, but C:\AuditData remains empty.
    Can anyone see what might be going wrong?
    Thanks.

    Try:
    USE [Master];
    GO
    CREATE SERVER AUDIT [MyServerAudit] TO FILE
    (FILEPATH = 'C:\AuditData\', MAXSIZE = 2 MB, MAX_ROLLOVER_FILES = 2147483647, RESERVE_DISK_SPACE = ON)
    WITH (QUEUE_DELAY = 0, ON_FAILURE = SHUTDOWN);
    GO
    ALTER SERVER AUDIT [MyServerAudit] WITH (STATE = ON);
    GO
    USE [MyDB];
    GO
    CREATE DATABASE AUDIT SPECIFICATION [MyDBAuditTest] FOR SERVER AUDIT [MyServerAudit]
    ADD (SELECT , INSERT, UPDATE ON [dbo].[MyTable] BY [public], [dbo] )
    WITH (STATE = ON) ;
    GO
    SELECT * FROM fn_get_audit_file('C:\AuditData\MyServerAudit_F1377395-15EF-4501-ACD1-3244CB9B4130_0_130603145960740000.sqlaudit',default,default);
    GO
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Inbox folders not being created from msf files

    Last week, I noticed that my Inbox folder files weren't appearing in my profile. I posted a generalized question here: https://support.mozilla.org/en-US/questions/996903
    The response I received didn't help that much. The folder I created appeared on the remote mailbox as empty folders.
    My mail account is synced via IMAP to a remote Zimbra mail client using STARTTLS. I can view my Inbox. The other folders in my Inbox account are not visible. I can send and recieve messages from my INBOX.
    When I select "Manage folder Subscriptions" In the account options, I can see the folders. When I select them, and click the "Subscribe" button, nothing happens.
    Inspecting my IMAP directory, I see the following structure:
    ~/.thunderbird/13zr0oo0.default/ImapMail/mail.<zimbra_account>.com:
    -rw-r--r-- 1 matthewe matthewe 1238 May 2 10:38 Archives.msf
    -rw-r--r-- 1 matthewe matthewe 1235 May 2 10:38 Drafts.msf
    -rw------- 1 matthewe matthewe 47500385 May 2 09:56 INBOX
    -rw-r--r-- 1 matthewe matthewe 375885 May 2 10:36 INBOX.msf
    -rw-r--r-- 1 matthewe matthewe 25 May 2 08:58 msgFilterRules.dat
    -rw-r--r-- 1 matthewe matthewe 1233 May 2 10:38 Sent.msf
    -rw-r--r-- 1 matthewe matthewe 0 May 2 10:38 site-errors.msf
    -rw-r--r-- 1 matthewe matthewe 0 May 2 09:59 Templates.msf
    -rw-r--r-- 1 matthewe matthewe 2275 May 2 10:33 Trash.msf
    The msf files are created when I click the "Subscribe" button but subsequent Mail files containing the mail data are not (note that non-msf files exist only for "INBOX".)
    Removing .msf files and restarting Thunderbird has no affect.
    When I launch, the errors console reports the following three errors:
    "Could not read chrome manifest 'file:///usr/lib/thunderbird/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
    -- There is no chrome.manifest file in my filesystem under /usr/lib/thunderbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}"
    "While creating services from category 'profile-after-change', could not create service for entry 'Disk Space Watcher Service', contract ID '@mozilla.org/toolkit/disk-space-watcher;1'"
    This is reported as https://bugzilla.mozilla.org/show_bug.cgi?id=883621 and has been resolved at https://bugzilla.mozilla.org/show_bug.cgi?id=895964 but my system still throws the error. (I have plenty of disk space. Permissions perhaps?)
    [JavaScript Warning: "Calendar https://mail.zimbrahostedemail.com/home/matthewe@<zimbra_client>.com/Calendar has a dangling E-Mail identity configured."]
    I'm not sure what that means.
    I am using Thunderbird 24.5.0 on Ubuntu 13.10

    Is your question about files not being created, or because you cannot send and receive mail, or both?

  • [QUESTION] File CONOTRL.SQL is not being created!!

    Dear experts,
    I am doing a Java refresh from our production to our development system.
    I have first restored the oracle 11 database. As it is NetWeaver 7.3 EHP1, it
    should be possible to do a refresh or system copy using the backup/restore
    method, which according to SAP is supported for v. 7.3.
    Afterwards, I started SWPM for NetWeaver 7.3 in order to do a target system
    installation, in order to manage the mess with the java IDs.
    Though this installation is asking for a file, named CONTROLSQL or CONTROL.SQL
    (both names are mentioned in different parts of the same screen!! How
    confusing, dear SAP !!!)
    Then at the bottom of this infamous window, there is an explanation, that the file
    is being created during the source system export preparation.
    Grrr, fine!! I went to the source system, inflated quickly another SWPM there, did
    the export preparation and... GUESS WHAT !! No CONTROLSQL or CONTROL.SQL
    file!! Nor in the install directory (which I have separate - not /tmp), neither in the
    export location. And I even searched in /tmp and nothing like this !!
    Now I am exporting the entire source system while it is running !! (can't shutdown
    the production!). Where is this file pleasseeeeee...???
    I have done the same procedure on another project with MSSQL Server and it
    went flawlessly without any control sql-files!!
    Thanks a lot for your help!!

    Hi Symon,
    Note: As a part of backup/ restore process we create a new control.sql file using the command
    SQL> alter database backup controlfile to trace;
    Rename this trace file to control.sql and place it in target system.
    Please check the installation log folder for file CONTROL.SQL SAP installer checks for this file in installation log folder.
    IF the database is up and running in target system & If file does not exist, you may create a new file with name CONTROL.SQL and add EXIT; line into it and save it.
    Post this installation should proceed.
    Hope this helps.
    Regards,
    Deepak Kori

  • User Profile Disk not being created

    Hi,
    I created a new 2012 VDI collection. Things seems to be working fine except for the User Profile Disks are not being created. From my understanding a .vhdx prefixed with the user's SID is supposed to be created when the user logs into one of the virtual
    machines from the collection. I can see that a UVHD-template.vhdx" was created correctly but when logging on to one of the deployed virtual machines from the pool there is no  other .vhdx files (except the template).
    From what I've read the virtualization hosts must have write access to the share (they do).  I can't seem to find any other requirements. I've searched through event viewer and found nothing. I'm not sure which logs to check on which server.
    Anyone have any ideas what I'm missing?

    Hi,
    Thanks for your post in Windows Server Forum.
    Kindly follow the below mention article and check the necessary steps for creating UPD, try to create new UPD.
    1.  Working with User Profile Disks on Session-Based Desktop Deployments
    2.  Easier User Data Management with User Profile Disks in Windows Server 2012
    Hope it helps!
    Thanks,
    Dharmesh

  • .xel file not getting created

    Hi All,
    I am using 9.1.0.2 version. I archived the xel.log file as it was getting very bigger in size after stopping oim_server through Weblogic console.
    I expected that after I start the oim_server all log files will get created automatically.
    I see some log files got created when I started OIM application but not xel.log.
    Should I create it manually or should it get created automatically?
    Thanks in advance,
    Manohar

    Open log.properties file. You can see entry for xel.log file. Create this file manually and restart OIM server. Make sure you create it manually using the same user, using which you are starting servers.
    Alternativley, in log.properties configure loggers and provide there path.xel.log in case entry for xel.log is not there.
    regards,
    GP

  • Itunes 11 shows zero photos in Aperture and ApertureData.xml not being created in library

    I've tried to do some trouble shooting of this problem. I've rebuilt permissions, I've repaired and rebuilt the Aperture library, I've made sure sharing previews is always for iLife and iWork, I've created a new library, switched to it and switched back and I can't get iTunes to see my albums and pictures from my iPhoto library when I try to sync through Aperture. What I have found is when I created the new temporary library and loaded one pic into it, a file in the package contents called ApertureData.xml is created, which isn't created in the iPhoto libary, it has AlbumData.xml. iTunes does recognize the temp library and photo. I deleted the AlbumData.xml, but it was just recreated. It seems Aperture is supposed to be creating a file that it isn't. Any help would be appreciated, I'm trying to migrate from iPhoto to using Aperture exclusively to manage photos and sync with devices. All software is up to date. Thanks. 

    in case anyone searches and finds this question, but importing by iphoto library to aperture into a new library, I fixed the problem. I do not know how to fix the original issue of the aperturedata.xml not being created in the origianl iphoto library.

Maybe you are looking for

  • Camera - Torch 9800 - Unable to capture the image

    Hey everyone! Had a torch 9800 for 18 months now and always been working fine... until today. I went to use the camera and it all seemed to open up fine but instead of seeing what the lens sees the screen was black. The centre focus [ ] was there and

  • Scrolling through the grid is incredibly slow on my Surface Pro 3 with Type Cover or touch, how do I speed it up?

    If I swipe up or down with two fingers on the Type Cover touchpad (my preferred scrolling method), or swipe with my finger on the screen grid itself, it takes like 15 swipes to see all new thumbnails (small size). I don't mean because of thumbnail la

  • Submitting Forms - https

    I have a form located at http://www.mywebsite.com. I have a form on said page that I want to submit via https. The form submits to the page its located on (index.php). Is it possible to specify in the action of the form a relative url and make it sub

  • OS Freezes since Lion Update

    Ever since I upgraded my MacBook Pro to Lion, it has been freezing the entire system on startup. I can move the cursor, but I can't click on any files, folders or bars. I end up having to do a hard boot of my laptop and try again. I know it isn't bec

  • What are all the key words are not recommented in User Exit or Enhancement

    Dear Experts, Can any of one tell me, what are all the key words not recommended to use any of the User exit or Enhancement spots? Regards, Mohana Moderator message: please search for available information/documentation. Edited by: Thomas Zloch on Fe