Guys, I still have this problem but have found a way to "solve" it.
In the DBI.pm perl module there are the lines:
my $params = {
backend => undef,
## degugging is off !!!
DEBUG => 0,
ERRNO => 0,
ERRVAL => "",
};
sub new {
# no idea what this should do
my $that = shift;
my $class = ref($that) || $that;
## my $self = $params;
my $self
foreach $help (keys %{$params}) {
$self->{$help} = $params->{$help};
}
if I uncomment the "my $self = $params;" and then comment out the "my
$self" lines I don't get the DBI DEBUG error messages in the stderr.log.
Can anyone tell why this has been commented out in the fiirst place ?
Chris...
Chris Covell wrote:
Martin,
but when I look in the log.xml file I see that both values are set to
"<debug>0</debug>". This surely means no debug logging ?
yes, at least it should so...
Other idea: you said you see complete certificates in the log, maybe
the DEBUG setting in etc/token.xml is set to 1?
nope, the only DEBUG setting in token.xml is commented out. i am
confused ! Any other ideas anyone ? Have i found a bug ?
Chris...
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users