Re: FWD: Re: proliferation of error messages, sample of error messages



Looks like DBI trace is enabled. Look at the DBI manpage for how to enable and disable this feature. Can be done via Environment variables or DBI method call.

Alexander

Mary Anderson wrote:
John,
Here is a representative sample of the error output. Most of it has to do with DBI. But then it will generate a whole bunch of purely perl error messages about undefined variables, etc. However, while it is doing all of this, the application appears to be doing exactly what it is supposed to do!





[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] <- dbd_st_execute 0 rows, referer: http://pin51.ucdavis.edu/EnterSample.pl?
Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] <- execute, referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] =, referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] '0E0', referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] at RUE.pm line 3943, referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] -> fetchall_arrayref , referer: http://pin51.ucdavis.edu/EnterSample.pl?
Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] for DBD::mysql::st (DBI::st=HASH(0xad2dd0), referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek
[Fri May 04 07:52:24 2007] [error] [client 63.92.219.234] ~0xc37890, referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek

Mary

John Scoles wrote:

What are the messages???

----- Original Message ----- From: "Mary Anderson" <mfanderson@xxxxxxxxxxx>
To: <dbi-users@xxxxxxxx>
Sent: Friday, May 04, 2007 1:04 PM
Subject: proliferation of error messages


Hello all,
My perl cgi script which runs dbi is generating error messages to
the
logs just about everytime dbi is called. The program appears to be running
correctly. How do I keep from getting the spurious messages sent?

Mary Anderson


--
Alexander Foken
mailto:alexander@xxxxxxxx http://www.foken.de/alexander/

.



Relevant Pages

  • FWD: Re: proliferation of error messages, sample of error messages
    ... But then it will generate a whole bunch of purely perl error ... referer: http://pin51.ucdavis.edu/EnterSample.pl?Login=tjmajcherek ... My perl cgi script which runs dbi is generating error messages to ...
    (perl.dbi.users)
  • DBI problem
    ... I have the following query which works in psql ... However when I run it in DBI I get ... bin/times_upd_multi.pl line 46., referer: http://localhost/cgi - ...
    (perl.beginners)
  • DBI error checking not working
    ... I copied some sample code from the Perl DBI book in the error ... but I can't seem to get any of the error messages that I ... when I deliberately make a typo (ie. bad password, malformed SQL, etc) to ...
    (perl.dbi.users)
  • Reposting of ActivePerl/MySQL problem dropping tables
    ... I am running ActivePerl 5.8.7 and mySQL 4.1 under windows XP. ... Although I can handle data manipulation statements through DBI, ... and my error messages: ...
    (perl.dbi.users)
  • Perl: empty DBI::err and DBI::errstr
    ... I use perl 5.8.0 and connect to Adabas 12 database via DBI and ... but I do not get error messages if (for ... If I use the Adabas ...
    (comp.lang.perl.modules)