Error in loading a picture in BFILE

Hi People,
This is a procedure to load a .JPEG file in a column with bfile datatype.
I have created a table ER with following structure:
CREATE TABLE ER (ENO NUMBER, ENAME VARCHAR2(20), PHOTO BFILE);
now i have inserted values in this table as,
INSERT INTO ER(ENO,ENAME) VALUES(10,'VID');
now i have written a procedure to update the column of photo in er table.
CREATE DIRECTORY BF AS 'D:/';
CREATE OR REPLACE PROCEDURE load_bfile
(p_file_loc IN VARCHAR2) IS
v_file BFILE;
v_filename VARCHAR2(16);
BEGIN
v_filename := 'SAMPLE' || '.JPEG';
v_file := BFILENAME(p_file_loc, v_filename);
DBMS_LOB.FILEOPEN(v_file);
UPDATE eR SET PHOTO = v_file
where eno=10;
DBMS_OUTPUT.PUT_LINE('LOADED FILE: '||v_filename
|| ' SIZE: ' || DBMS_LOB.GETLENGTH(v_file));
DBMS_LOB.FILECLOSE(v_file);
END load_bfile;
The sample picture is now located in D: only.so inorder to execute the procedure i have issued as,
EXEC load_bfile('BF');
but following errors occured.
ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
The system cannot find the file specified.
ORA-06512: at "SYS.DBMS_LOB", line 504
ORA-06512: at "SYS.LOAD_BFILE", line 8
ORA-06512: at line 1
what could be the error here.I have checked that all pathname is correct.please suggest me.

This is the struct of the table ER.
SQL> DESC ER
Name Null? Type
ENO NUMBER
ENAME VARCHAR2(20)
PHOTO BINARY FILE LOB
INSERT INTO ER(ENO,ENAME) VALUES(10,'VID');
COMMIT;
The file is in local D drive.
CREATE DIRECTORY BF AS 'D:/';
CREATE OR REPLACE PROCEDURE load_bfile
(p_file_loc IN VARCHAR2) IS
v_file BFILE;
v_filename VARCHAR2(16);
BEGIN
v_filename := 'SAMPLE' || '.JPEG';
v_file := BFILENAME(p_file_loc, v_filename);
DBMS_LOB.FILEOPEN(v_file);
UPDATE eR SET PHOTO = v_file
where eno=10;
DBMS_OUTPUT.PUT_LINE('LOADED FILE: '||v_filename
|| ' SIZE: ' || DBMS_LOB.GETLENGTH(v_file));
DBMS_LOB.FILECLOSE(v_file);
END load_bfile;
EXEC load_bfile('BF');
BEGIN load_bfile('BF'); END;
ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
The system cannot find the file specified.
ORA-06512: at "SYS.DBMS_LOB", line 504
ORA-06512: at "SYS.LOAD_BFILE", line 8
ORA-06512: at line 1
These are the steps i have followed.Is anything wrong in these steps?.This all i have done connecting to local database only.

Similar Messages

  • Error While loading a image from database

    Purpose
    Error While loading the Image from the database
    ORA-06502: PL/SQL : numeric or value error:Character string buffer too small
    ORA-06512: at "Sys.HTP" ,line 1480
    Requirement:
    I am developing the web pages using PSP(Pl/sql Serverpages) . I have a requirement to show a image in the webpage. I got the following procedures from the oracle website.
    I have created the following table to store the images
    create table DEMO
    ID INTEGER not null,
    THEBLOB BLOB
    And I also uploaded the Images. Now I am try to get a image from the table using the following procedure .But I am getting the error message line 25( htp.prn( utl_raw.cast_to_varchar2( l_raw ) );) .at it throws the following error messages
    ORA-06502: PL/SQL : numeric or value error:Character string buffer too small
    ORA-06512: at "Sys.HTP" ,line 1480
    Procedure that I used to get the image
    create or replace package body image_get
    as
    procedure gif( p_id in demo.id%type )
    is
    l_lob blob;
    l_amt number default 30;
    l_off number default 1;
    l_raw raw(4096);
    begin
    select theBlob into l_lob
    from demo
    where id = p_id;
    -- make sure to change this for your type!
    owa_util.mime_header( 'image/gif' );
    begin
    loop
    dbms_lob.read( l_lob, l_amt, l_off, l_raw );
    -- it is vital to use htp.PRN to avoid
    -- spurious line feeds getting added to your
    -- document
    htp.prn( utl_raw.cast_to_varchar2( l_raw ) );
    l_off := l_off+l_amt;
    l_amt := 4096;
    end loop;
    exception
    when no_data_found then
    NULL;
    end;
    end;
    end;
    What I have to do to correct this problem. This demo procedure and table that I am downloaded from oracle. Some where I made a mistake. any help??
    Thanks,
    Nats

    Hi Satish,
    I have set the raw value as 3600 but still its gives the same error only. When I debug the procedure its throwing the error stack in
    SYS.htp.prn procedure of the following line of code
    if (rows_in < pack_after) then
    while ((len - loc) >= HTBUF_LEN)
    loop
    rows_in := rows_in + 1;
    htbuf(rows_in) := substr(cbuf, loc + 1, HTBUF_LEN);
    loc := loc + HTBUF_LEN;
    end loop;
    if (loc < len)
    then
    rows_in := rows_in + 1;
    htbuf(rows_in) := substr(cbuf, loc + 1);
    end if;
    return;
    end if;
    Its a system procedure. I don't no how to proceed .. I am really stucked on this....is their any other method to take picture from the database and displayed in the web page.....???? any idea..../suggesstion??
    Thanks for your help!!!.

  • My iPhone 4S has stopped receiving iMessages, cannot send/load any pictures over whatsapp, cannot join the wifi in my house anymore. What has happened to my iPhone i haven't made any changes?

    My iPhone 4S has stopped receiving/sending iMessages, cannot send/load any pictures over whatsapp and cannot join the wifi in my house anymore.
    Essentially all the things I use my phone for have now stopped working. I constantly have 3G connected (even though i dont want to use it, i want to connect to the wifi in my house) but still when I try to download/ send a picture over whatsapp it comes up with an error message saying the server is unverified, or something equally ridiculous.
    I deleted the app so i could reinstall it (as if that would help), but the app store is started saying "unable to connect", despite 3G, so that bright idea died out pretty sharpish.
    Whenever i try to turn on iMessage, it asks for my Apple ID password, which I know I've typed in correctly because I reset the **** thing about 4 times due to it apparently being "incorrect". Even so, it repeatedly asks for the password over and over as soon as I've entered it, saying it was "unable to connect" before a final "incorrect password" message pops up just to add an extra smack of annoyance.
    I haven't changed a single setting on my iPhone whatsoever. It just suddenly started spiralling into what is now £28/month-worth of pure frustration.
    I don't even have any music or photos on it as I had to free up 3.5GB of space on the **** thing to allow it to update, naively thinking that would solve the problem, but alas it did not.
    I have seen a few questions posted like this one, usually just one of the problems I have, but I seem to have rounded up the whole bunch (lucky me). None of the previously posted questions have received any replies.
    Can some please help me! Honestly, if i see another "unable to..." or "unverified source" pop up again I'll probably smash the thing against the side of my house.
    Cheers.

    On your iPad, go to [Settings > General > Reset > Reset Network Settings] Once that is done, re-connect your iPad to your wifi network.

  • Error while loading shared libraries: libglut.so.3: cannot open shared

    Hi, I bought the new Humble Bundle today and downloaded the tar.gz file for Fieldrunners (which is supposed to work under linux)
    "error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory" is the message I get when I put ./Fieldrunners into konsole after copying the fieldrunners folder into /opt
    I have freeglut-2.8.0-1 installed
    This is the README:
    This is Fieldrunners for Linux.
    It was built under Ubuntu 12.04 but is known to work in other distros.
    The only external dependancy is the freeglut3 library.
    To install:
      copy the fieldrunners directory (executable and game assets) to /opt
      copy the .fieldrunners directory (user options, achievements and saves) to your home directory.
    If you don't want to copy the fieldrunners directory to /opt, you can likely start fieldrunners from any folder and it will attempt to find the assets in the same folder as the executable.
    The executable /opt/fieldrunners/Fieldrunners will create the .fieldrunners directory in the home directory if not found.
    EDIT: Forgot to mention, there is no PKGBUILD file in the tar.gz
    Last edited by harsha (2012-08-15 23:43:19)

    My Fieldrunners says:
    cannot open audio device (Device or resource busy)
    Fieldrunners: pcm.c:928: snd_pcm_state: Assertion `pcm' failed.
    ... so I have to kill pulseaudio first (or use padsp). After that (with alsa), it has choppy sound. 1 second sound, one pause...
    Spacechem is windows binary + a wine'ish blob (that just freezes on my machine), comes only as rpm/deb and seems to insist to be installed in /opt (AND some files in /usr/share). The included .exe doesn't work with native wine either (without further adjustments at least).
    Doesn't really look good at all so far, this bundle.
    edit:
    Also: Uplink seems to be unplayable on a big resolution Display without workarounds due to its small font...?
    Spirits says:
    (Spirits-64:14143): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Fatal error reading PNG image file: Incompatible libpng version in application and library
    ... but seems to work fine at a first glance (safe for a missing picture in the launcher which isn't really tragic).
    edit:
    ( Aaaand, now I notice I'm in the wrong thread and/or forum. Where did that generic "is the bundle working?"-thread go? Stupid multi-tabbing xD )
    Last edited by whoops (2012-08-16 20:47:17)

  • Error while trying to index a bfile

    hi,
    I have encountered the following error will trying to index a bfile . Following are the error messages, the listener.ora and creation script. I'm using a AIX Ver 4.3.3 J50 machine and my oracle version is 8.1.7 Thanks
    Creation Script
    SQL> create or replace directory DOC_DIR as '/u01/oradata/vs/documents/';
    Directory created.
    SQL> grant read on directory DOC_DIR to ctxsys;
    Grant succeeded.
    SQL> create table per_doc
    2 (per_id number primary key,
    3 doc1 bfile);
    SQL> insert into per_doc
    2 values
    3 (1,
    4 bfilename('DOC_DIR','816.doc'));
    ERROR ENCOUNTER
    create index doc_index on per_doc(doc1) indextype is ctxsys.context;
    exec(): 0509-036 Cannot load program /u05/app/oracle/product/8.1.7/ctx/bin/ctxhx because of the following errors:
    0509-150 Dependent module libsc_da.a(sc_da.o) could not be loaded.
    0509-022 Cannot load module libsc_da.a(sc_da.o).
    0509-026 System error: A file or directory in the path name does not exist.
    Index created.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u05/app/oracle/product/8.1.7)
    (ENVS =LD_LIBRARY_PATH=/u05/app/oracle/product/8.1.7/lib:/u05/app/oracle/product/8.1.7/ctx/lib)
    (PROGRAM = extproc)
    null

    Below is the .profile setting for Oracle
    ORACLE_BASE=/u05/app/oracle
    export ORACLE_BASE
    ORACLE_HOME=/u05/app/oracle/product/8.1.7
    export ORACLE_HOME
    LIBPATH=$ORACLE_HOME/lib:ORACLE_HOME/ctx/lib:/usr/lib:/lib
    export LIBPATH
    ORACLE_SID=vs
    export ORACLE_SID
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/product/jlib
    export CLASSPATH
    I have also granted the read access right to ctxsys as reflected below. Is there any other directories that I need to grant ctxsys access to?
    Thanks
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by aw choon hock ([email protected]):
    hi,
    I have encountered the following error will trying to index a bfile . Following are the error messages, the listener.ora and creation script. I'm using a AIX Ver 4.3.3 J50 machine and my oracle version is 8.1.7 Thanks
    Creation Script
    SQL> create or replace directory DOC_DIR as '/u01/oradata/vs/documents/';
    Directory created.
    SQL> grant read on directory DOC_DIR to ctxsys;
    Grant succeeded.
    SQL> create table per_doc
    2 (per_id number primary key,
    3 doc1 bfile);
    SQL> insert into per_doc
    2 values
    3 (1,
    4 bfilename('DOC_DIR','816.doc'));
    ERROR ENCOUNTER
    create index doc_index on per_doc(doc1) indextype is ctxsys.context;
    exec(): 0509-036 Cannot load program /u05/app/oracle/product/8.1.7/ctx/bin/ctxhx because of the following errors:
    0509-150 Dependent module libsc_da.a(sc_da.o) could not be loaded.
    0509-022 Cannot load module libsc_da.a(sc_da.o).
    0509-026 System error: A file or directory in the path name does not exist.
    Index created.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u05/app/oracle/product/8.1.7)
    (ENVS =LD_LIBRARY_PATH=/u05/app/oracle/product/8.1.7/lib:/u05/app/oracle/product/8.1.7/ctx/lib)
    (PROGRAM = extproc)
    )<HR></BLOCKQUOTE>
    null

  • Airplay from ipad 1 gen to ATV 3 gen "an error occurred loading this content try again later"

    Hi everyone!,
    I just bought a new Apple tv 3 gen which is great.
    My situation is the next. I have an add hoc wifi which obviously cant connect with my ATV cause ATV doesnt have browser to set user password. This connection is not quite fast, so problem added to the previous. The thing is that I want to use my ipad 1 gen to airplay content to the apple tv. It works great with pictures and even music (my own library or spotify streamed music).
    The problem comes when I try to airplay video from youtube or embedded video from safari so it keeps saying "an error occurred loading this content try again later".
    I tried with my iphone 6 and with an iphone 5 and the same, no video from youtube nor web.
    If I try to airplay a video that is inside my phone, it works flawlessly.
    the specs say that you need at least 6mb connection, but that seems to stream directly from the ATV cause ATV doesn't have hd to store data, but my ipad streams it and plays it like a charm, but when I airplay to the apple tv got the problem.
    I also can stream video from my old mac mini through the network using airparrot but it doesn't allow me to send audio, seems to be problems sending audio and video while streaming..
    Any help?
    does anyone solved it?
    thanks in an advance!

    Two problems seems to be causing this:
    1- My poor download connection. Testing its speed barely reaches 1.5 download speed, though it's enough to stream movies with ipad, or computers.
    2- the router I have connected to my antenna to create my own network. it is a normal 150 mbps tp-link range extender which is used to create a wifi. This 150 mbps might be much more than a half.
    I have tried with a 300 mbps router and now I don´t get the error, but it seems that streaming with my ipad and airplay to the apple tv overloads the network and it loads quite slow in my atv.

  • Loading a picture in button.

    This is from the help file:
    'Load a picture into the OffImage of the CWButton
    Set CWButton1.OffImage.CWImage.Picture = LoadPicture("c:\winnt\Maple Trails.bmp")
    I get an error message when I try this in VB:
    Run time error '61837'
    Unable to write read-only property
    Any suggestions?
    Paul

    Paul,
    I tried that command that you mentioned above and it seemed to work correctly. I did notice that the command you are using above will only affect the picture of the button in the "ON" state. When I tried this, the picture only appeared when I clicked and held down the mouse on the button. You can have the picture appear during the off state as well using "CWButton1.OffImage.CWImage.Picture" instead of "OnImage".
    Also, make sure you are using the Bitmap button style for your CWButton. Otherwise the button will not have an image property that you can write to.
    Another suggestion is to make sure that there is not a problem reading in the picture from the resource file. You could try modifying one of the example programs that com
    e with Visual Basic and use the resource file. There is an example called atm.vbp that loads pictures from a resource file. It might be a good idea to add in a CWButton and see if you can add one of the pictures from the resource file to the CWButton.
    I hope that helps. If you continue to see this problem, please let us know. A small sample program may help.
    Regards,
    Shannon R
    Applications Engineer
    National Instruments

  • "An error occurred loading this content" problem for rented movies

    I have an AppleTV 2 connected via Ethernet to my BT Home Hub router and HDMI to my TV. My OSX (Lion), iTunes and AppleTV software are all up to date.
    Everything works fine apart from renting movies. When I rent a movie, it shows I can play it rather quickly (too quick in my mind, I thought you had to wait for a certain amount to download) so this is strange. BUT when I do go to play it it states:
    "An error occurred loading this content. Please try again later"
    There is no other error to inidicate the issue. If I do try later (sometimes 2 days later) I still get the error.
    I tried downloading Hall Pass, The Eagle and The Adjustment Bureau, all were the same.
    I can stream YouTube and Radio from the net, I can stream music, pictures and video from my iMac OK. Its only rented movies.
    I contacted Apple and they basically told me there is nothing wrong with the content so sent me some standard troubleshooting links none of which help, and said to post if here. So Apple will not help any more.
    This used to work fine, some months ago I rented a couple of movies OK. The only things that would have changed since then are possibly upgrading AppleTV software (I dont know if I did this after renting a movie OK), and upgrading to Lion and to iTunes latest software.
    Would any of these upgrades, especially to Lion, affect AppleTV rented movies???
    Thanks

    I have the same issue, to temporarily fix it go to Settings > General > Restart.  When it restarts the movie should play.  You have to do this for each movie for the most part.

  • Loading a Picture onto the Scene

    I am trying to load a picture onto the scene by using the
    following action script commands:
    on (release) {
    loadMovie("Kjole1.jpg", ramme);
    Nothing happens when the button is released, so it doesn't
    work.
    "Kjole1.jpg" is a picture file in the same directory. "ramme"
    is a squere on the scene converted to a movie clip symbol. When I
    check, I get the message "The script contains no errors", but
    nothing happens anyway.
    What is the problem?

    I just want to tell you it's working fine now!
    The problem was the instance name. Thanks again for your
    help!
    Anyway - I have just tried it in a simple sample file. I am
    going to try it on our main file now. There we have made a slide
    show of pictures scrolling down on the right side of the screen. We
    converted the slideshow to a movie clip. The pictures in the slide
    show, are also buttons. When you click on a button / small picture,
    a big sample of the picture should be loaded on the scene, that was
    when we needed the LoadMovie command. But when I tried to put
    action on the buttons, the action didn't act on the scene, but on
    edit level since the movie clip became kind of a nested symbol.
    Do we have to copy and paste the frames back to the scene and
    get rid of the movie clip symbol? Or are there any acton script
    command we could use to solve this problem?

  • Safari crashes when attempting to load a picture from idisk onto a website

    i have been experiencing a long term issue. inexplicably safari crashes & this happens almost exclusively when attempting to load a picture from my idisk picture library.
    i cannot find any recent crash log data to post in order to help illuminate the issue.
    can anyone help it is becoming extremely tedious!
    thanks

    thanks hawaiian starman. this issue is a real pain. i appreciate your willingness to help.
    best wishes
    gerry
    Mac OS X Version 10.4.8 (Build 8L127)
    2007-03-02 21:27:18 +0000
    Fri Mar 2 21:27:19 2007: /SourceCache/FileSync/FileSync-99.6/Framework/FileSync.c,123 portRef is NULL (_SFSendMessage) [194]
    _InitCallbackPort: error 1 sending registration message to agent. Continuing anyway. [194]
    DeviceAddedCallback(): iterator=2203, retain count=2
    device 5327 (IOAppleBluetoothHIDDriver) found.
    Mar 3 07:11:43 gerry-sextons-Computer mDNSResponder: ERROR: hndlLookupSOA - recursed to root label of dm-notification.udp.gerdoms.members.mac.com. without finding SOA
    Mar 3 07:11:44 gerry-sextons-Computer mDNSResponder: ERROR: startLLQHandshakeCallback dm-notification.udp.gerdoms.members.mac.com. invoked with error code -65537
    Mar 3 07:11:49 gerry-sextons-Computer mDNSResponder: ERROR: hndlLookupSOA - recursed to root label of dm-notification.udp.gerdoms.members.mac.com. without finding SOA
    Mar 3 07:11:49 gerry-sextons-Computer mDNSResponder: ERROR: startLLQHandshakeCallback dm-notification.udp.gerdoms.members.mac.com. invoked with error code -65537
    Mar 3 07:12:06 gerry-sextons-Computer diskarbitrationd[41]: SystemUIServer [193]:25091 not responding.
    Mar 3 07:12:06 gerry-sextons-Computer diskarbitrationd[41]: SystemUIServer [193]:22555 not responding.
    2007-03-03 07:12:38.829 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.135 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.141 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.146 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.151 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.156 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.163 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.168 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.174 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.181 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.186 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.192 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.197 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.201 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.208 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.213 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.218 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.223 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.227 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.232 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.237 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.242 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.247 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.252 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.257 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:12:39.262 SyndicationAgent[263] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 20:11:28 -800'
    2007-03-03 07:14:52.402 Mail[267] Unabled to load image named TBReplyAll into the image cache!
    2007-03-03 07:14:52.439 Mail[267] Unabled to load image named TB_Forward into the image cache!
    2007-03-03 07:42:36.966 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.161 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.174 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.189 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.201 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.207 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.217 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.220 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.225 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.228 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.231 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.233 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.236 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.239 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.241 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.244 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.247 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.250 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.252 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.256 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.263 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.266 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.269 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.273 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.276 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 07:42:37.279 SyndicationAgent[285] WARNING: BestCalendarDateFromString - can't interpret: 'Fri 02 Mar 2007 22:52:12 -800'
    2007-03-03 08:42:37.903 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.967 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.972 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.977 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.982 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.987 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.992 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:37.997 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.002 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.007 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.012 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.017 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.022 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.027 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.036 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.041 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.046 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.051 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.056 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.062 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.211 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.216 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.221 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.252 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.258 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    2007-03-03 08:42:38.262 SyndicationAgent[319] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 00:01:46 -800'
    Mar 3 09:13:47 gerry-sextons-Computer crashdump[337]: Safari crashed
    Mar 3 09:13:49 gerry-sextons-Computer crashdump[337]: crash report written to: /Users/gerrysexton/Library/Logs/CrashReporter/Safari.crash.log
    Mar 3 10:36:43 gerry-sextons-Computer mDNSResponder: ERROR: hndlLookupSOA - recursed to root label of dm-notification.udp.gerdoms.members.mac.com. without finding SOA
    Mar 3 10:36:43 gerry-sextons-Computer mDNSResponder: ERROR: startLLQHandshakeCallback dm-notification.udp.gerdoms.members.mac.com. invoked with error code -65537
    Mar 3 11:17:01 gerry-sextons-Computer crashdump[401]: Safari crashed
    Mar 3 11:17:03 gerry-sextons-Computer crashdump[401]: crash report written to: /Users/gerrysexton/Library/Logs/CrashReporter/Safari.crash.log
    2007-03-03 11:36:55.390 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.711 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.714 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.729 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.734 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.866 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.869 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.872 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.875 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.878 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.883 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.886 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.889 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.896 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.899 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.901 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.904 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.912 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.917 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.920 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.923 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.929 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.932 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.934 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.937 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 11:36:55.941 SyndicationAgent[416] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 03:26:30 -800'
    2007-03-03 15:06:52.561 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.795 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.798 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.920 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.923 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.926 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:53.928 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.043 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.051 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.054 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.056 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.059 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.061 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.065 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.068 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.188 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.192 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.195 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.198 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.200 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.204 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.633 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.636 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.641 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.644 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:06:54.646 SyndicationAgent[716] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 06:39:41 -800'
    2007-03-03 15:37:13.664 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.270 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.413 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.418 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.421 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.423 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.427 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.431 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.447 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.450 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.521 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.524 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.527 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.529 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.532 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.535 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.537 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.540 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.543 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.545 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.579 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.581 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.584 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.586 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.589 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 15:37:19.592 SyndicationAgent[738] WARNING: BestCalendarDateFromString - can't interpret: 'Sat 03 Mar 2007 07:08:09 -800'
    2007-03-03 17:08:53.455 SystemUIServer[193] when trying to launch imagecapture hot plug application, LSOpenFromURLSpec failed: -1
    2007-03-03 17:08:58.712 Adobe Lightroom[241] ICAObjectSendMessage error = -50
    Mar 4 09:14:52 gerry-sextons-Computer webdavd[377]: stream_transaction: CFStreamError: domain 1, error 49
    2007-03-04 09:15:00.094 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.541 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.563 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.565 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.568 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.570 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.584 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.587 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.589 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.592 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.605 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.609 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.611 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.614 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.883 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.885 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.888 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.891 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.894 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.896 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.899 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.926 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:01.928 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:02.012 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:02.017 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    2007-03-04 09:15:02.081 SyndicationAgent[831] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 04 Mar 2007 01:11:14 -800'
    Mar 4 09:15:02 gerry-sextons-Computer mDNSResponder: ERROR: hndlLookupSOA - recursed to root label of dm-notification.udp.gerdoms.members.mac.com. without finding SOA
    Mar 4 09:15:02 gerry-sextons-Computer mDNSResponder: ERROR: startLLQHandshakeCallback dm-notification.udp.gerdoms.members.mac.com. invoked with error code -65537
    Mar 4 10:07:34 gerry-sextons-Computer crashdump[876]: Safari crashed
    Mar 4 10:07:44 gerry-sextons-Computer crashdump[876]: crash report written to: /Users/gerrysexton/Library/Logs/CrashReporter/Safari.crash.log

  • Lighroom crashed while loading new pictures.

    Lightroom crashed while loading new pictures. Cannot open it anymore: cannot read cache. Downloaded a new version: my license number is not valid???? What's next?
    Thanks. Dany

    Sorry for the lack of info. I wasn't sure how this forum thing worked...
    Here are the details:
    LR 5,7 crashed while loading pictures. I was away for a moment, when I went
    back to the computer, I had to reenter my session and try to reopen LR.
    OS is Windows 7 Pro
    Message: LR encountered an error when reading from its preview cache and
    needs to quit.
    When I restart it, it still shows the same message and doesn't open. I
    downloaded a new version (5.7.1) and if I enter my serial number it doesn't
    recognize it. If I click on Trial, it shows the same error message...
    Thanks,
    Dany
    2015-03-25 9:49 GMT-04:00 F. McLion <[email protected]>:
        Lighroom crashed while loading new pictures.  created by F. McLion
    <https://forums.adobe.com/people/F.+McLion> in Photoshop Lightroom - View
    the full discussion <https://forums.adobe.com/message/7348060#7348060>

  • Error in loading a Hierarchy

    When we are loading a hierarchy in the BW system, we get the following error :
    Error in the hierarchy structure: see error log.
    We tried activation of the hierarchy data source then rerun the load. Still it fails with the same error.
    Please let us knwo if any one has inputs regarding the same.

    Please go through the following SAP Notes.
    [Note 1266877 - BW hierarchy error when loading|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1266877]
    [Note 384945 - BW: Incorrect hierarchy extraction for 0REOBJ|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=384945]
    You will also find plent of threads with the same issue. Just search with the key words from the Error Log.
    Regards,
    Gaurav

  • Error while loading shared libraries: librt.so.1: cannot open shared object

    error while loading shared libraries: librt.so.1: cannot open shared object
    I cant run my apache server v2.2.3.
    Can someone help me?
    thanks in advance

    That could be an accessibility issue. Check the user with whom you installed Apache server. Check the user has permissions to access the libraries.
    -Mahendra.

  • Error while loading shared libraries

    error while loading shared libraries
    I just installed 10g . on a Fedora Core 4 machine and after a reboot I tried to run sqlplus and got this type of error. I also got the same error when trying to lsnrctl status ...
    [oracle@localhost ~]$ sqlplus
    sqlplus: error while loading shared libraries: /apps/oracle/product/10g/lib/libnnz10.so: cannot restore segment prot after reloc: Permission denied
    [oracle@localhost ~]$
    declare -x CLASSPATH="/apps/oracle/product/10g/JRE:/apps/oracle/product/10g/jlib:/apps/oracle/product/10g/rdbms/jlib"
    declare -x EDITOR="vi"
    declare -x G_BROKEN_FILENAMES="1"
    declare -x HISTSIZE="1000"
    declare -x HOME="/home/oracle"
    declare -x HOSTNAME="localhost.localdomain"
    declare -x INPUTRC="/etc/inputrc"
    declare -x KDEDIR="/usr"
    declare -x LANG="en_US.UTF-8"
    declare -x LD_LIBRARY_PATH="/apps/oracle/product/10g/lib:/lib:/usr/lib"
    declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
    declare -x LOGNAME="oracle"
    declare -x LS_COLORS="no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
    declare -x MAIL="/var/spool/mail/oracle"
    declare -x OLDPWD="/home/oracle"
    declare -x ORACLE_BASE="/apps/oracle"
    declare -x ORACLE_HOME="/apps/oracle/product/10g"
    declare -x ORACLE_SID="TST2"
    declare -x ORACLE_TERM="xterm"
    declare -x PATH="/apps/oracle/product/10g/bin:/usr/sbin:/apps/oracle/product/10g/bin:/usr/sbin:/apps/oracle/product/10g/bin:/usr/sbin:/apps/oracle/product/10g/bin:/usr/sbin:/apps/oracle/product/10g/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin"
    declare -x PWD="/home/oracle"
    declare -x QTDIR="/usr/lib/qt-3.3"
    declare -x SHELL="/bin/bash"
    declare -x SHLVL="1"
    declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass"
    declare -x SSH_CLIENT="::ffff:192.168.1.152 2503 22"
    declare -x SSH_CONNECTION="::ffff:192.168.1.152 2503 ::ffff:192.168.121.8 22"
    declare -x SSH_TTY="/dev/pts/2"
    declare -x TERM="xterm"
    declare -x TMP="/home/oracle/tmp"
    declare -x TMPDIR="/home/oracle/tmp"
    declare -x USER="oracle"
    [oracle@localhost ~]$
    Any input would be highly appreciated.
    Thanks
    Ambrosius

    yap. got it..
    disabled SELinux then run it.
    I didn't get any errors and have it up and running. Here is what I did:
    Full Fedora Core 4 install with SELinux enabled (default settings). Then, after install, disable SELinux in the /etc/selinux/config file.
    Thanks
    Ambrosius

  • Error while Loading Budgets Using AMG

    Error while Loading Budgets Using AMG
    Dear All,
    I am trying to load Budgets into ORACLE Projects using AMG API's..
    I have developed PL/SQL which uses below procedures of pa_budget_pub package.
    init_budget;
    load_budget_line;
    execute_draft_budget;
    baseline_budget;
    Procedure execute_create_draft_budget fails with following error message.
    error message: Please enter a valid product code for this project.
    error message: You entered an invalid API parameter.Please enter valid parameter and try again. Parameter Name: Resource List Parameter Value: 1446
    error message: Project: AC044. Please specify a valid resource list.
    error message: Project: AC044. Please specify a valid resource list.
    Could somebody explain me how to resolve this error message and load the budget lines.
    Thanks in Advance.
    Afsal Basha.

    What I'm saying is, verify the column name. Dont post if not possible.
    Example follows, with one table intentionally "hidden".
    SQL> create table "tEsT" ("MaxNumber" float, "MaxnumbeR" number);
    SQL> select table_name,column_name from user_tab_columns where table_name like 't%';
    TABLE_NAME                     COLUMN_NAME
    tEsT                           MaxNumber
    tEsT                           MaxnumbeR
    teST                           iD
    teST                           MaxNumberHth,
    Fredrik

Maybe you are looking for

  • How do I format bullet lists in the Notes tab?

    I have a transcript of the audio narration in the Notes section of my source PowerPoint slides. When I publish with Adobe Presenter, these transcripts appear in the Notes tab in the published course. However, when I publish my course, any bullet list

  • Sims 3 lags - how to improve performance

    When playing the Sims 3, the game lags quite a lot, even with ALL the graphic settings at the lowest or disabled all together. One of the games main highlights is supposed to be the graphics. Is there a way to improve my computer's performance while

  • Rc-local.service keeps failing after one time success

    Actually it's quite weird, every time rc-local.service was enable successfully with boot but then it keeps failing. However, once I modify /etc/systemd /system/rc-local.service( even something that really doesn't matter ), it will be enabled successf

  • PL/SQL engine in Forms 10g Release 2

    Hello, Can anyone tell me if in Forms 10g Release 2 I can use these? - Native dinamic SQL - Indexed arrays by VARCHAR2 instead of BINARY_INTEGER Thanks

  • Object Type HLPF

    Hi All What is Object Type HLPF in SAP.....? Thanks In Advance, Chetan