Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: CGI::Application::Plugin::DBH connect error handling

by Anonyrnous Monk (Hermit)
on Feb 10, 2011 at 21:30 UTC ( [id://887537]=note: print w/replies, xml ) Need Help??


in reply to CGI::Application::Plugin::DBH connect error handling

In what way would you like to handle the error that the DB is down?

As for the exception you're currently getting as a result, what DBI connect attributes have you configured?  The following snippet

... # use the parameters the user supplied else { require DBI; $self->{__DBH}{$name} = DBI->connect(@{ $self->{__DBH_ +CONFIG}{$name} }); # DBH.pm:42 }

apparently raises an exception, so my suspicion would be that you've somehow set RaiseError => 1.

Maybe you could force a stack trace to get more detailed info on what exactly is triggering the connect, so you know what to put eval {} around?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://887537]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2025-02-07 14:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (94 votes). Check out past polls.