Oracle OCI driver stops working after a while of disuse

I am using wl server 8.1, oracle oci driver (oracle 9i client), on solaris.
When i create a connection pool using the oci driver, it connects, and i
test it, and the tests run fine.
The Application works for a few days. Then eventually after disuse, say over
the weekend, I get exceptions in the log (the message is at end of email).
This is because it gives me a sql exception saying it cannot resolve the
service name. The database is up and running, confirmed.
I tried testing the connection pool manually through the console, and it
failed with the service name exception. But it would connect fine when i
used sqlplus to connect to the databse, using the same service name.
Why does this deteriorate over time? Is there a specific test that would
prevent this from happening?
Once i restart the weblogic server, the connection pool connects fine. But
this is not a solution, since I can't be restarting the server all the time.
Any one got any ideas?
-Ayan
------------WEBLOGIC MANAGED SERVER LOG----------
####<Mar 27, 2004 4:20:57 AM EST> <Error> <JDBC><<WLS Kernel>> <>
<BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "CRCPool2" failed
with exception: "java.sql.SQLException: ORA-03113: end-of-file on
communication channel
".>
####<Mar 27, 2004 4:20:57 AM EST> <Info> <JDBC> <<WLS Kernel>> <>
<BEA-001128> <Connection for pool "CRCPool2" closed.>
---------- and then eventually this----------
####<Mar 28, 2004 4:33:11 AM EST> <Warning> <JDBC> <<WLS Kernel>> <>
<BEA-001129> <Received exception while creating connection for pool
"CRCPool2": ORA-12154: TNS:could not resolve service name
>

Ayan wrote:
I am using wl server 8.1, oracle oci driver (oracle 9i client), on solaris.
When i create a connection pool using the oci driver, it connects, and i
test it, and the tests run fine.
The Application works for a few days. Then eventually after disuse, say over
the weekend, I get exceptions in the log (the message is at end of email).
This is because it gives me a sql exception saying it cannot resolve the
service name. The database is up and running, confirmed.
I tried testing the connection pool manually through the console, and it
failed with the service name exception. But it would connect fine when i
used sqlplus to connect to the databse, using the same service name.
Why does this deteriorate over time? Is there a specific test that would
prevent this from happening?
Once i restart the weblogic server, the connection pool connects fine. But
this is not a solution, since I can't be restarting the server all the time.
Any one got any ideas?
-AyanHi. Is there a firewall between the weblogic server and DBMS? There is
a problem with OCI losing connectivity to the DBMS. OCI may be keeping
a socket open as long as the process (weblogic) is running.
Joe
------------WEBLOGIC MANAGED SERVER LOG----------
####<Mar 27, 2004 4:20:57 AM EST> <Error> <JDBC><<WLS Kernel>> <>
<BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "CRCPool2" failed
with exception: "java.sql.SQLException: ORA-03113: end-of-file on
communication channel
".>
####<Mar 27, 2004 4:20:57 AM EST> <Info> <JDBC> <<WLS Kernel>> <>
<BEA-001128> <Connection for pool "CRCPool2" closed.>
---------- and then eventually this----------
####<Mar 28, 2004 4:33:11 AM EST> <Warning> <JDBC> <<WLS Kernel>> <>
<BEA-001129> <Received exception while creating connection for pool
"CRCPool2": ORA-12154: TNS:could not resolve service name

Similar Messages

  • X121e touch pad buttons stop working after a while

    Hello everyone,
    I have a lenovo thinkpad x121e.
    The buttons above the touchpad (for right and left clicking) and also the trackpoint stop working after a while (about 45 min). Although the touchpad itself works without problems.
    If I reboot the operating system (Windows 7, 64-bit version) everything works fine for a while and then the buttons and trackpoint won't respond again.
    It is always the same routine. Rebooting windows, everything alright, stop working, ...
    I am using the newest driver version and de- & reinstalling of UltraNav haven't solved the problem.
    Has anyone an idea what causes my problems with the touch pad buttons and how to solve it? (I guess it's not a hardware problem.)
    Many thanks in advance.

    Hi again, li-lup
    I would recommend trying to use the standard Synaptics driver found here. Synaptics is the company that develops the UltraNav software, so there should be no loss of compatibility/features. I have witnessed several cases where this driver has helped others with mouse issues, so it may help yours as well.
    The first thing you will need to do is to remove the UltraNav driver from the system. To do this, open the Start menu and type Device Manager into the Search box, and then press Enter. Once here, double click on Mouse and other pointing devices, and then right-click on the UltraNav device. Naviage to the Driver tab and select Uninstall... from the bottom of the window. Follow the prompts to uninstall and then restart when prompted by Windows. Windows should install a generic driver that will allow you to use the TouchPad when downloading the Synaptics driver. 
    Hope it helps,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.

    My Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.. I wonder what's the work around or troubleshooting to fix this. Thanks!

    try and Reset the System Management Controller (SMC)

  • Pavilion g6 sound stops working after a while

    Over the past week the sound in my laptop has begun to stop working after a while of the laptop being on. It works initially but after a while when I check it doesn't work anymore. The mute button does not mute work, the volume increse and decreases on the screen but it does not affect the absense of sound. Please Help. 
    System Details: HP Pavilion g6, Windows 8

    HI. I'm having the same problem. This has been happening for some time now. I can play anything with sound and then it suddenly goes and I can't use the mute/on/off or work out what's happening. Is it a fault? 

  • Hard drive stop spinning after a while

    I have a Lenovo laptop, running Arch Linux + KDE. I noticed that when I am on battery, the hard drive stop spinning after a while, and it's very annoying to listen the disk starting again, and again. and again. I'm not interested in save energy with this, so how can I deactivate it?
    I thought it was the laptop-mode, but I runned a systemctl status laptop-mode.service, and the service is inactive. Any idea of what could be triggering this?

    man hdparm. Check out -B and -S flags. hdparm -B255 -S0 /dev/your_drive should disable any powersaving settings altogether.
    You could use udev rule to run hdparm when you swithch to battery, but there are probably more elegant solutions as well.
    KDE might handle this via its own power settings as well. I haven't really used KDE ever, so I'm not sure about this, but it's still possible.

  • Mouse and Keyboard stops working after a while

    Hi, I'm not even sure where to start to find the cause of the problem. I have a normal ps/2 keyboard and USB optical mouse, both of them just stops working after a few hours. The light on the mouse just dies and the keyboard is not responsive at all.  I have to do a hard reboot of my computer. How and where can I diagnose the problem? I noticed the problem started when I upgraded to the latest kernel.

    And then after a while it will just use a new address:
    Oct 31 01:47:15 wdesktop usb 1-1: USB disconnect, address 6
    Oct 31 01:47:15 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 7
    Oct 31 01:47:16 wdesktop usb 1-1: configuration #1 chosen from 1 choice
    Oct 31 01:47:16 wdesktop input: Microsoft Microsoft Wheel Mouse Optical as /class/input/input8
    Oct 31 01:47:16 wdesktop input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical] on usb-0000:00:10.0-1
    Then after that my mouse is unusable, the following is shown:
    Oct 31 01:48:41 wdesktop usb 1-1: USB disconnect, address 7
    Oct 31 01:48:41 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 8
    Oct 31 01:49:13 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 9
    Oct 31 01:49:45 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 10
    Oct 31 01:49:56 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 11
    Oct 31 01:50:08 wdesktop uhci_hcd 0000:00:10.0: Controller not stopped yet!
    Unplugging and plugging the mouse back does not work
    I found a workaround for that by unplugging the mouse, removing the uhci_hcd and adding it back, so:
    sudo rmmod uhci_hcd
    sudo modprobe uhci-hcd
    But I'm still not sure what causes the problem.
    Last edited by willy (2008-10-30 15:02:54)

  • Macbook pro optical drive stopped working after installation of mavericks

    macbook pro optical drive stopped working, just spins and won't eject, ever since I upgraded to Mavericks, thoughts?

    I have the same problem and was advised by someone to reset System Management Controller (SMC). I haven't tried it yet though. I wish it could fix it. Let's give it a shot!

  • Audio stops working after a while (30+ minutes uptime with audio)

    I'm having one hell of a time with the audio on my machine hope someone can help...
    (edit: forgot to mention, installed packages: pulseaudio-alsa, pulseaudio-gconf and paprefs, using i3 WM and SDDM. Switching to i3 and SDDM are the biggest recent changes I made before this started, although I did pacman -Syu at some point around then too)
    Here's what I'm experiencing:
    Start up my machine, and usually watch some videos and play some video games.
    After things have been running for a while (anywhere between 30 mins and a few hours) I'll quit my game, load up a different video, or do something else that involves quitting an application that plays audio.
    From this point on, any new application that are opened (including new tabs in any web browser) will not play audio, even if other applications are currently playing audio.
    I haven't been able to reproduce the issue reliably.
    I've tried examining the output of "pacmd list", and I thought I had found some differences yesterday between when its working and when its not, bot today the output is different when audio isnt working than it was yesterday. (actually, I just checked again, and now it is the same as yesterday). I can post the output from when its working vs when its not working if that helps diagnose anything. The only differences that seemed significant is that there is a second module called "module-alsa-card" listed after the sound stops working, two new sources are listed for what I believe are my headphones and mic plugged in the rear panel, and a new card shows up which I think is the onboard audio. It almost seems like pulseaudio is taking over my soundcard when I stop using it, and in doing so prevents audio from playing.
    There are a couple of times when it just started working again, without me doing anything at all. I'm really losing my mind over this, any advice is welcome!
    Last edited by beizhia (2015-05-28 05:15:19)

    Hi,
    Try the following.
    Open windows Control Panel, open Windows Update, select 'View update history' in the left hand pane and then select 'Installed updates' link in the following window.
    Locate update KB2962407, right click it and select Uninstall.  When done, restart the notebook, open windows Control Panel, open Windows Update and select 'Check for updates'.  You'll see the update you just uninstalled being offered again - right click and select 'Hide Update'.
    After this you may or may not need to delete and reload the Audio driver - if you do, the procedure for using recovery manager to reinstall Software and Drivers is detailed in the document on the link below.
    Recovery Manager - Windows 8.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • DVD drive stopped working after Mavericks install

    I have a Macbook Pro (late 08 model) that was running Snow Leopard. I recently did a clean install of Mavericks and since then the DVD drive just spins and ejects discs without being able to read them (doesn't seem to matter what I use. Software, games, audio cds, etc..). It was working fine before installing Mavericks and I can still boot from the DVD drive (old snow leopard boot disc) but it won't read any discs once booted into the OS even though the OS is detecting the drive just not the disc when inserted.
    I've tried resetting the NVRAM/PRAM and resetting the SMC as suggested on other forums but like many others with the same issue it didn't help. I also cycled through several drutil commands as suggested to "wake up" the drive but that didn't help any either.
    I'm kind of stumped here guys. I could roll back to Snow Leopard but I've got some software thats dropping support so I'd rather be running Mavericks if I can sort out this DVD drive issue. Clearly its not the drive itself since it worked fine before and I can boot from it. Any ideas?

    Hrm looks like I might of fixed it. I went back after seeing another post about spamming drutil commands to "wake up" the drive and just spammed them about 20 or so times and the drive started working again.
    I'm still very confused as to why it just stopped working within the OS after installing Mavericks (yet I was still able to boot from the DVD just fine). Clearly something is bugged in mavericks. I even came across a post on the apple forums from someone with this issue and it was effecting both his late 08 and early 2013 Macbook Pros.
    I'll keep an eye on my own machine to see if it stops working again but for now it seems my drive is "fixed" go figure.

  • [SOLVED] Ethernet stops working after a while

    When I work on this computer, the ethernet stops after a while, sometimes this is after 2 minutes, sometimes after half an hour. When I do
    sudo /etc/rc.d/network restart
    everything works again for a while. The internet doesn't work in chromium nor pacman so it isn't just one application.
    Anyone knows how I can find the cause of this?
    Thanks already!
    Last edited by AlexCogn (2012-10-14 07:21:25)

    Also, tell us about your network.  Are you plugged into a corporate or school network? your own private router? into a DSL or Cable modem?
    When it stops, what is the output of ip link  ??
    of ip addr  ??
    of ip route  ??
    What is the make, model and chipset of your NIC?
    Last edited by ewaller (2012-10-08 16:08:19)

  • ADF: Page navigation and buttons stop working after a while

    Hi all,
    We have a web app built with ADF Faces/JDev 10.1.3 that runs in OC4J 10.1.2.0.2. Sometimes we encounter this problem in our JSF pages: after a while (can't relate to some particular action), all navigation in a page (links, tabs, buttons, etc) just stops working, i.e. you can click them, the server receives some request (we see this in the logs), but the desired action never happens. It's just like the page keeps refreshing all the time. There is no navigation out of the page at this point, it's completely stuck.
    If, at the same time, we connect to the app from a different browser, it will work fine, but the first browser will remain in the faulty state.
    I turned the enableTokenValidation in the pages on and off, but it seems to make no difference. Can anyone provide an idea about what might be going on?
    Thanks,
    Serban

    Hello,
    Any answer on this issue? It seems that ADF is pretty unstable if user clicks repetedly on the same submit button (like a double-click) or on different tabs on the old page, until the next page loads. We are using .jspx pages and combined with SSL access this behaviour is behaving even worser.
    Basically we encounter the following problems:
    1) It seems that users with not so good network access (and accessing ADF app on a SSL OC4J) still have access to the origin page until the target page loads on a submit. If they click a different button or tab on the origin page in this interval (waiting for their previous action to complete), they usually get a JavaScript error that will block the interface until they do a manual refresh (F5)...
    This can be reproduced even on client machines with good network access if you click very fast on the same button twice or on two different submit buttons.
    2) It seems that sometimes the browser keeps showing the loading bar in the status bar even if the new .jspx page is already loaded. Any advice on how to solve this, as the users might be tempted to push application buttons or browser navigation thinking that the page is blocked?
    All the above happen on IE 6, which is the preffered browser.
    Thanks! I can give you more details if needed.

  • Mail stops working after a while

    3G phone here set up to use Yahoo Mail. After awhile, it simply stops working. Even using the refresh button didn't do anything other than glowing for a sec and then nada, mail is not updated. Anyone else seen this problem? The only workaround I have found is to delete the yahoo mail account and re-add it. What a pain.

    I think I may have a variation of this problem.
    Unfortunately I can't confirm right now because apparently no iphones are getting email or web access unless they're on wifi...
    I'll be 3g connected and either using email - my domain or web. without warning the access just goes away. Workarounds that have previously restored access -> disabling / enabling 3g. shut down & Restart the phone.
    Short of those 2; possibly going to airplane mode & back, the access remains gone until recycling somehow.

  • Why do my hyperlinks stop working after a while?

    On many occasions, I make a hyperlink, publish my site and it works for a while, then the link disappears.
    Why does this happen?
    On other occasions, I paste the link into the hyperlinks box, check to make sure it is there, but when the site publishes, the link just disappears.
    These are two separate happenings.
    Could you tell me what I am doing wrong and how I can correct it?
    Thanks for the help.

    I do that. I have a Mac so I hit the return key. My links work for a while after my site is published, then they just disappear. My followers will write me and say 'not working'. It doesn't happen all the time but often enough that it's troublesome if I'm launching a new design.
    In other instances, I paste in the link, hit the return key, see it in the window but when I publish my site, no link.
    I can struggle through, it's just annoying and I thought I would ask.
    Thanks for your help.

  • Remote Desktop sound stops working after a while.

    Has anyone a solution to this problem of the sound just dropping out of a RDP connection after a day or two?
    Win Server2008 (32 bit) running as a Terminal Server.
    WIN 7 Clients (32 bit)
    Sound is absolutely critical on the program being ran on the WIN7 clients when connecting via RDP to the Server 24/7.
    But the sound just stops working on the RDP clients after a day or two.
    If I minimize the RDP session and try the sound from the native windows session it works, but sound is not working within the RDP session.
    and it takes a restart of the RDP session to restore sound, but then aftera day or two I get a call to say the sound is no longer working- a restart of the RDP sessions restores the sound.
    I have checked the Environment sound settings in the RDP setup on the clients and have them set to play on the client, and I have checked that sound is not disabled in the Terminal Server end of things for RDP sessions.
    I would really appreciate to help with this if anyone has suggestions.

    OK after updating the Server and clients I am still having this issue :( 
    and just today after no sound problems for 6 days the sound dropped out on a couple of RDP sessions, yet the sound on the client itself worked fine when tested (minimise the RDP session).
    It took the RDP sessions to be restarted to restore the sound within the session.
    I have found similar (old) thread regarding this problem:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/958fd891-6f55-432b-8268-a326ac6b2b2e/sound-in-remote-desktop-session-stops-working
    but no one has informed about if as solution was ever found.

  • Time Machine Backup on External Drive Stops working after one week

    Hello,
    I'm having a problem with the Time machine backup on an external LaCie drive. After e few days, it suddenly locks up, not performing any backup unless I force-restart my computer and switch off the drive.
    *My setup*:
    - iMac Alu 24 with MacOS X 10.5.1 and 3Gb RAM
    - LaCie external drive 320 Gb - design by Porsche, connected to the FW 400 port of the iMac --> this is the one used for the bakcups, it is left powered on at any time (never switched off)
    - 2 other LaCie external drives 160 Gb - design by Porsche, connected to the FW 400 port of the iMac --> they are generally switched off
    TimeMachine is setup to its default scenario, backing up automatically on the external 320 Gb.
    *Daily usage* :
    - the iMac is set to boot automatically at 6:45
    - I usually switch it off manualy at the end of the day
    - Screen Saver is set to launch after 5 minutes
    - sleep time for computer is set to 1:30 hour
    - display sleep 15 min
    - hard disk are set to sleep whenever possible
    First symptom : the computer never goes to sleep
    Second symptom : I had the following problem already twice since I installed Leopard, once with the original install and today with the updated 10.5.1 version:
    - automatic backups went fine during the whole day : 7:45 8:45 9:45...
    - then an automatic backup starts but never finishes
    *Console log extract* :
    Nov 18 12:45:17 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Backup requested by automatic scheduler
    Nov 18 12:45:17 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Starting standard backup
    Nov 18 12:45:23 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Backing up to: /Volumes/Aristotle/Backups.backupdb
    Nov 18 12:45:23 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: No pre-backup thinning needed: 504.7 MB requested (including padding), 165.05 GB available
    Nov 18 12:45:26 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Copied 919 files (11.4 MB) from volume Machiavel.
    Nov 18 12:45:26 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Starting post-backup thinning
    Nov 18 12:45:26 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: No post-back up thinning needed: no expired backups exist
    Nov 18 12:45:26 rjosse-iMac-Intel /System/Library/CoreServices/backupd[602]: Backup completed successfully.
    Nov 18 12:58:18 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 2 -> 4) timed out after 100122 ms
    Nov 18 13:05:05 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 4 -> 3) timed out after 100119 ms
    Nov 18 13:10:05 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 3 -> 2) timed out after 100123 ms
    Nov 18 13:15:05 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 2 -> 1) timed out after 100123 ms
    Nov 18 13:45:17 rjosse-iMac-Intel /System/Library/CoreServices/backupd[655]: Backup requested by automatic scheduler
    Nov 18 13:45:17 rjosse-iMac-Intel /System/Library/CoreServices/backupd[655]: Starting standard backup
    Nov 18 13:46:58 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 1 -> 4) timed out after 100122 ms
    Nov 18 13:53:38 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 4 -> 3) timed out after 100127 ms
    Nov 18 13:58:38 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 3 -> 2) timed out after 100122 ms
    Nov 18 14:03:38 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 2 -> 1) timed out after 100123 ms
    Nov 18 14:09:52 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 1 -> 4) timed out after 100123 ms
    Nov 18 14:16:33 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 4 -> 3) timed out after 100123 ms
    Nov 18 14:21:33 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 3 -> 2) timed out after 100121 ms
    Nov 18 14:25:10 rjosse-iMac-Intel kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0x566e400, 2 -> 1) timed out after 100123 ms
    Nov 18 14:40:23 rjosse-iMac-Intel diskarbitrationd[47]: Snapz Pro X [117]:30211 not responding.
    Nov 18 14:40:23 rjosse-iMac-Intel diskarbitrationd[47]: loginwindow [38]:16159 not responding.
    Nov 18 14:40:23 rjosse-iMac-Intel diskarbitrationd[47]: mds [37]:14595 not responding.
    Nov 18 14:40:23 rjosse-iMac-Intel diskarbitrationd[47]: fseventsd [43]:13059 not responding.
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle' (fd=8) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexGroups' (fd=14) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexIds' (fd=16) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexHead' (fd=17) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexPostings' (fd=18) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexPositions' (fd=19) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexDirectory' (fd=20) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/live.0.indexGroups' (fd=21) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/live.0.indexIds' (fd=25) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/journalAttr.183' (fd=26) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/Backups.backupdb' (fd=27) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/329E6119-D3C1-41DF-B404-4A2 C2B8DA6C6/indexState' (fd=28) left open on device 234881029
    Nov 18 14:40:27 rjosse-iMac-Intel mds[37]: (Error) LSOF: File '/Volumes/Aristotle/.Spotlight-V100/Store-V1/Stores/EE68148A-EF55-4E6D-B3C2-2EC 10582235E/0.indexCompactDirectory' (fd=29) left open on device 234881029
    Nov 18 14:41:06 rjosse-iMac-Intel /System/Library/CoreServices/coreservicesd[61]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Christelle Geiger's Public Folder) returned -14135
    Nov 18 14:41:06 rjosse-iMac-Intel /System/Library/CoreServices/coreservicesd[61]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Raphael Josse's Public Folder) returned -14135
    Nov 18 14:42:04 rjosse-iMac-Intel [0x0-0x44044].com.apple.Safari[460]: [460] http://abonnes.lemonde.fr/web/sequence/0,2-3208,1-0,0.html line 460: TypeError: Null value
    Nov 18 14:42:04 rjosse-iMac-Intel [0x0-0x44044].com.apple.Safari[460]: Unsafe JavaScript attempt to access frame with URL http://interfacelift.com/icons-mac/ from frame with URL http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3902458398606385&d t=1195379025621&alternatead_url=http%3A%2F%2Fads.interfacelift.com%2Flocal%2Fvc_728x90.html&prev_fmts=728 x90_as%2C728x15_0ads_al_s&format=728x90_as&output=html&correlator=1195379025621& channel=5424080503&url=http%3A%2F%2Finterfacelift.com%2Ficons-mac%2F&color_bg=e4 e4e4&color_text=000000&color_link=0000FF&color_url=0000CC&color_border=e4e4e4&ad _type=text_image&cc=99&ga_vid=1910858155.1190116221&ga_sid=1195379024&ga_hid=572 641411&ga_fc=true&flash=9&u_h=1200&u_w=1920&u_ah=1127&u_aw=1920&u_cd=24&u_tz=60& u_his=1&u_java=true&u_nplug=14&unmime=168. Domains, protocols and ports must match.
    Nov 18 14:42:09: --- last message repeated 1 time ---
    Nov 18 14:42:04 rjosse-iMac-Intel [0x0-0x44044].com.apple.Safari[460]: Unsafe JavaScript attempt to access frame with URL http://interfacelift.com/wallpaper/index.php?sort=date from frame with URL http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3902458398606385&d t=1195379027911&alternatead_url=http%3A%2F%2Fads.interfacelift.com%2Flocal%2Fvc_728x90.html&prev_fmts=728 x90_as%2C728x90_as%2C728x15_0ads_al_s&format=728x90_as&output=html&correlator=11 95379027911&channel=5424080503&url=http%3A%2F%2Finterfacelift.com%2Fwallpaper%2F index.php%3Fsort%3Ddate&color_bg=e4e4e4&color_text=000000&color_link=0000FF&colo r_url=0000CC&color_border=e4e4e4&ad_type=text_image&ref=http%3A%2F%2Finterfaceli ft.com%2Ficons-mac%2F&cc=99&ga_vid=1910858155.1190116221&ga_sid=1195379024&ga_hi d=881176033&ga_fc=true&flash=9&u_h=1200&u_w=1920&u_ah=1127&u_aw=1920&u_cd=24&u_t z=60&u_his=2&u_java=true&u_nplug=14&unmime=168. Domains, protocols and ports must match.
    Nov 18 14:42:09: --- last message repeated 1 time ---
    Nov 18 14:42:04 rjosse-iMac-Intel [0x0-0x44044].com.apple.Safari[460]: Unsafe JavaScript attempt to access frame with URL http://interfacelift.com/wallpaper/index.php?sort=date from frame with URL http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3902458398606385&d t=1195379030801&alternatead_url=http%3A%2F%2Finterfacelift.com%2Finc%2Fads%2Frmxdirect_120x600.html&forma t=120x600_as&output=html&correlator=1195379030801&channel=7199947456&url=http%3A %2F%2Finterfacelift.com%2Fwallpaper%2Findex.php%3Fsort%3Ddate&color_bg=E4E4E4&co lor_text=000000&color_link=0000DD&color_url=EE0000&color_border=E4E4E4&ad_type=t ext_image&ga_vid=1910858155.1190116221&ga_sid=1195379024&ga_hid=424116187&ga_fc= true&flash=9&u_h=1200&u_w=1920&u_ah=1127&u_aw=1920&u_cd=24&u_tz=60&u_his=2&u_jav a=true&u_nplug=14&unmime=168. Domains, protocols and ports must match.
    Nov 18 14:42:23: --- last message repeated 1 time ---
    Nov 18 14:42:11 rjosse-iMac-Intel [0x0-0x1e01e].com.microsoft.DatabaseDaemon[144]: monitor: taskforpid failed (os/kern) failure
    Nov 18 14:42:23 rjosse-iMac-Intel com.apple.launchd[79] (0x10cd80.Locum[722]): Exited: Terminated
    Nov 18 14:42:28 rjosse-iMac-Intel Disk Utility[723]: ********
    Nov 18 14:42:28 rjosse-iMac-Intel Disk Utility[723]: Disk Utility started.
    Disk Utility is then locked up, and I force the computer to shut down.
    *Console log extract after forced restart* :
    Nov 18 14:45:38 localhost kernel[0]: npvhash=4095
    Nov 18 14:45:34 localhost com.apple.launchctl.System[2]: fsck_hfs: Volume is journaled. No checking performed.
    Nov 18 14:45:34 localhost com.apple.launchctl.System[2]: fsck_hfs: Use the -f option to force checking.
    Nov 18 14:45:37 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/chum.plist
    Nov 18 14:45:37 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Nov 18 14:45:37 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/pilotfish.plist
    Nov 18 14:45:37 localhost com.apple.launchd[1] (com.apple.distccdConfigd): Unknown key: SHAuthorizationRight
    Nov 18 14:45:37 localhost com.apple.launchd[1] (org.cups.cups-lpd): Unknown key: SHAuthorizationRight
    Nov 18 14:45:37 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Nov 18 14:45:37 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Nov 18 14:45:38 localhost DirectoryService[11]: Launched version 5.0 (v514)
    Nov 18 14:45:39 localhost kernel[0]: hi mem tramps at 0xffe00000
    Nov 18 14:45:38 localhost DirectoryService[11]: WARNING - dsTouch: file was asked to be opened </Library/Preferences/DirectoryService/.DSIsRunning>: (File exists)
    Nov 18 14:45:39 localhost kernel[0]: PAE enabled
    Nov 18 14:45:39 localhost kextd[10]: 406 cached, 0 uncached personalities to catalog
    Nov 18 14:45:39 localhost kernel[0]: 64 bit mode enabled
    Nov 18 14:45:39 localhost kernel[0]: Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386
    Nov 18 14:45:39 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 18 14:45:39 localhost kernel[0]: vmpagebootstrap: 770909 free pages and 15523 wired pages
    Nov 18 14:45:39 localhost kernel[0]: migtable_maxdispl = 79
    Nov 18 14:45:39 localhost kernel[0]: 101 prelinked modules
    Nov 18 14:45:40 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Nov 18 14:45:40 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Nov 18 14:45:40 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Nov 18 14:45:40 localhost kernel[0]: calling mpopolicyinit for TMSafetyNet
    Nov 18 14:45:40 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Nov 18 14:45:40 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Nov 18 14:45:40 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Nov 18 14:45:40 localhost kernel[0]: calling mpopolicyinit for mb
    Nov 18 14:45:40 localhost kernel[0]: Seatbelt MACF policy initialized
    Nov 18 14:45:40 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Nov 18 14:45:40 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 18 14:45:40 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 18 14:45:39 localhost mDNSResponder mDNSResponder-164 (Nov 4 2007 13:23:04)[17]: starting
    Nov 18 14:45:40 localhost kernel[0]: MAC Framework successfully initialized
    Nov 18 14:45:40 localhost kernel[0]: using 15728 buffer headers and 4096 cluster IO buffer headers
    Nov 18 14:45:40 localhost kernel[0]: devfsmakenode: not ready for devices!
    Nov 18 14:45:40 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Nov 18 14:45:40 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Nov 18 14:45:40 localhost kernel[0]: mbinit: done
    Nov 18 14:45:40 localhost kernel[0]: Security auditing service present
    Nov 18 14:45:40 localhost kernel[0]: BSM auditing present
    Nov 18 14:45:40 localhost kernel[0]: rooting via boot-uuid from /chosen: 3BE69CB3-F529-3692-9254-BF5682D3F1EB
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/WDC WD3200AAJS-40RYA0 Media/IOGUIDPartitionScheme/AppleHFS_Untitled1@2
    Nov 18 14:45:40 rjosse-iMac-Intel configd[14]: setting hostname to "rjosse-iMac-Intel.local"
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: BSD root: disk0s2, major 14, minor 2
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: jnl: unknown-dev: replay_journal: from: 18105344 to: 25136640 (joffset 0x8650000)
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 001cb3fffe7fdb1e; max speed s800.
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: CSRHIDTransitionDriver::start []
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: CSRHIDTransitionDriver::switchToHCIMode legacy
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: USBF: 2.378 CSRHIDTransitionDriver[0x5672e00](IOUSBCompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: CSRHIDTransitionDriver... done
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: E:[AppleUSBBluetoothHCIController][FindInterfaces] mInt0InterruptMaxPacketSize = 16
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: jnl: unknown-dev: journal replay done.
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: HFS: Removed 2 orphaned unlinked files or directories
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Jettisoning kernel linker.
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Resetting IOCatalogue.
    Nov 18 14:45:40 rjosse-iMac-Intel mDNSResponder[17]: SetDomainSecrets: mDNSKeychainGetSecrets failed error 0 CFArrayRef 00000000
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Matching service count = 0
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: Matching service count = 0
    Nov 18 14:45:40: --- last message repeated 4 times ---
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: 4.170.25.8.2yukon: Ethernet address 00:1b:63:96:3a:de
    Nov 18 14:45:40 rjosse-iMac-Intel kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1c:b3:77:77:d8
    Nov 18 14:45:41 rjosse-iMac-Intel fseventsd[41]: event logs in /.fseventsd out of sync with volume. destroying old logs. (52617 17 52672)
    Nov 18 14:45:46 rjosse-iMac-Intel kernel[0]: AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    Nov 18 14:45:46 rjosse-iMac-Intel com.apple.launchd[1] (com.apple.distccdConfigd[44]): Exited with exit code: 255
    Nov 18 14:45:46 rjosse-iMac-Intel /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[36]: Login Window Application Started
    Nov 18 14:45:46 rjosse-iMac-Intel org.ntp.ntpd[27]: Error : nodename nor servname provided, or not known
    Nov 18 14:45:46 rjosse-iMac-Intel configd[14]: AppleTalk startup
    Nov 18 14:45:42 rjosse-iMac-Intel bootlog[48]: BOOT_TIME: 1195393524 0
    Nov 18 14:45:46 rjosse-iMac-Intel ntpdate[58]: can't find host time.apple.com
    Nov 18 14:45:45 rjosse-iMac-Intel blued[49]: Apple Bluetooth daemon started.
    Nov 18 14:45:46 rjosse-iMac-Intel rpc.statd[33]: statd.notify - no notifications needed
    Nov 18 14:45:47 rjosse-iMac-Intel ntpdate[58]: no servers can be used, exiting
    Nov 18 14:45:47 rjosse-iMac-Intel fseventsd[41]: log dir: /.fseventsd getting new uuid: D113BE4C-EACE-44B4-A5C1-32140ED4714A
    Nov 18 14:45:47 rjosse-iMac-Intel /usr/sbin/ocspd[66]: starting
    Nov 18 14:45:51 rjosse-iMac-Intel kextd[10]: writing kernel link data to /var/run/mach.sym
    Nov 18 14:45:52 rjosse-iMac-Intel configd[14]: AppleTalk startup complete
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:03: --- last message repeated 1 time ---
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]: disk0s2: memory allocation error.
    Nov 18 14:46:03 rjosse-iMac-Intel kernel[0]:
    Nov 18 14:46:06: --- last message repeated 1 time ---
    Nov 18 14:46:06 rjosse-iMac-Intel loginwindow[36]: Login Window Started Security Agent
    Nov 18 14:46:07 rjosse-iMac-Intel authorizationhost[81]: MechanismInvoke 0x127320 retainCount 2
    Nov 18 14:46:07 rjosse-iMac-Intel SecurityAgent[82]: MechanismInvoke 0x12a370 retainCount 1
    Nov 18 14:46:07 rjosse-iMac-Intel SecurityAgent[82]: MechanismDestroy 0x12a370 retainCount 1
    Nov 18 14:46:07 rjosse-iMac-Intel loginwindow[36]: Login Window - Returned from Security Agent
    Nov 18 14:46:07 rjosse-iMac-Intel authorizationhost[81]: MechanismDestroy 0x127320 retainCount 2
    Nov 18 14:46:07 rjosse-iMac-Intel loginwindow[36]: USER_PROCESS: 36 console
    Nov 18 14:46:07 rjosse-iMac-Intel com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[77]): Exited: Terminated
    Nov 18 14:46:07 rjosse-iMac-Intel com.apple.launchctl.Aqua[86]: launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    Nov 18 14:46:08 rjosse-iMac-Intel /System/Library/CoreServices/coreservicesd[60]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Christelle Geiger's Public Folder) returned -14135
    Nov 18 14:46:08 rjosse-iMac-Intel /System/Library/CoreServices/coreservicesd[60]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Raphael Josse's Public Folder) returned -14135
    Nov 18 14:46:09 rjosse-iMac-Intel /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[9 6]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:09 rjosse-iMac-Intel /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[9 6]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:11 rjosse-iMac-Intel /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[98]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:11 rjosse-iMac-Intel /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[98]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:11 rjosse-iMac-Intel MagicMenuHotKeyDaemon[115]: Started
    Nov 18 14:46:11 rjosse-iMac-Intel [0x0-0x11011].com.stuffit.MagicMenu[111]: 2007-11-18 14:46:11.155 MagicMenuHotKeyDaemon[115:10b] Started
    Nov 18 14:46:14 rjosse-iMac-Intel /Applications/Snapz Pro X/Snapz Pro X.app/Contents/MacOS/Snapz Pro X[113]: CPSPostKillRequest(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:14 rjosse-iMac-Intel com.apple.launchd[83] ([0x0-0x8008].com.apple.systemuiserver[96]): Exited: Terminated
    Nov 18 14:46:14 rjosse-iMac-Intel /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 17]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:14 rjosse-iMac-Intel /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 17]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:15 rjosse-iMac-Intel /Applications/Snapz Pro X/Snapz Pro X.app/Contents/MacOS/Snapz Pro X[113]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:46:15 rjosse-iMac-Intel /Applications/Snapz Pro X/Snapz Pro X.app/Contents/MacOS/Snapz Pro X[113]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    Nov 18 14:47:14 rjosse-iMac-Intel kernel[0]: jnl: disk1s3: replay_journal: from: 3197440 to: 5989888 (joffset 0x952000)
    Nov 18 14:47:15 rjosse-iMac-Intel kernel[0]: jnl: disk1s3: journal replay done.
    Nov 18 14:47:15 rjosse-iMac-Intel fseventsd[41]: event logs in /Volumes/Aristotle/.fseventsd out of sync with volume. destroying old logs. (45648 2 52766)
    Nov 18 14:47:15 rjosse-iMac-Intel fseventsd[41]: log dir: /Volumes/Aristotle/.fseventsd getting new uuid: 3DC60C6C-8E59-425A-A831-5C9FE4025DDC
    Nov 18 14:48:55 rjosse-iMac-Intel Adium[140]: PGBContactTimeZonePlugin Loaded!
    Next backup runs fine after fixing the drive :
    Nov 18 14:49:02 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Backup requested by user
    Nov 18 14:49:02 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Starting standard backup
    Nov 18 14:49:03 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Backing up to: /Volumes/Aristotle/Backups.backupdb
    Nov 18 14:49:04 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Event store UUIDs don't match for volume Machiavel
    Nov 18 14:49:04 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|kFSEDBEventFlagReasonEventDBUntrustable|
    Nov 18 14:49:14 rjosse-iMac-Intel [0x0-0x22022].com.microsoft.Entourage[141]: monitor: taskforpid failed (os/kern) failure
    Nov 18 14:49:30 rjosse-iMac-Intel [0x0-0x25025].com.microsoft.entourage.syncservices[150]: monitor: taskforpid failed (os/kern) failure
    Nov 18 14:51:12 rjosse-iMac-Intel ntpd[27]: time reset +0.538285 s
    Nov 18 14:54:46 rjosse-iMac-Intel /usr/sbin/ocspd[158]: starting
    Nov 18 14:58:48 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 768.4 MB requested (including padding), 165.04 GB available
    Nov 18 14:59:25 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Copied 1915 files (231.1 MB) from volume Machiavel.
    Nov 18 14:59:26 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 491.4 MB requested (including padding), 164.80 GB available
    Nov 18 14:59:28 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Copied 1282 files (93 bytes) from volume Machiavel.
    Nov 18 14:59:30 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Starting post-backup thinning
    Nov 18 14:59:33 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Aristotle/Backups.backupdb/rjosse-iMac-Intel/2007-11-17-141141: 164.82 GB now available
    Nov 18 14:59:34 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Aristotle/Backups.backupdb/rjosse-iMac-Intel/2007-11-17-131052: 164.83 GB now available
    Nov 18 14:59:37 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Aristotle/Backups.backupdb/rjosse-iMac-Intel/2007-11-17-124718: 164.85 GB now available
    Nov 18 14:59:37 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Post-back up thinning complete: 3 expired backups removed
    Nov 18 14:59:37 rjosse-iMac-Intel /System/Library/CoreServices/backupd[147]: Backup completed successfully.
    Nov 18 15:04:11 rjosse-iMac-Intel /Applications/Microsoft Office 2004/Microsoft Entourage[141]: Warning: accessing obsolete X509Anchors.
    Raf

    When reading my report, I forgot to mention how the external hard drive is formatted :
    Hard Drive FW/USB:
    Manufacturer: LaCie
    Model: 0x0
    GUID: 0xD04B78070AD64B
    Maximum Speed: Up to 400 Mb/sec
    Connection Speed: Up to 400 Mb/sec
    Sub-units:
    Hard Drive FW/USB Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x110
    Product Revision Level:
    Sub-units:
    Hard Drive FW/USB SBP-LUN:
    Capacity: 298.09 GB
    Removable Media: Yes
    BSD Name: disk1
    Mac OS 9 Drivers: No
    Partition Map Type: APM (Apple Partition Map)
    S.M.A.R.T. status: Not Supported
    Volumes:
    Aristotle:
    Capacity: 297.97 GB
    Available: 164.85 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk1s3
    Mount Point: /Volumes/Aristotle
    Raf

Maybe you are looking for