Re: [log4perl-devel] package 'Log::Dispatch::Email::MailSender' notregistered for warnings

2009-11-25 Thread Linke Markus (KSTB 11)
Thanks Mike, you are obviously right about using the Log::Dispatch
mailing list instead, it was just that I did get the right answer last
time here, so I just tried :)

In regards to the version check: I did compare all modules and they are
identical. That's why I wanted to see if there might be anything else
beside the modules which comes into your mind.

The perl version is also the same. 

-Original Message-
From: Mike Schilli [mailto:m...@perlmeister.com] 
Sent: Mittwoch, 25. November 2009 04:39
To: Linke Markus (KSTB 11)
Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net
Subject: RE: [log4perl-devel] package 'Log::Dispatch::Email::MailSender'
notregistered for warnings

On Tue, 24 Nov 2009, Linke Markus (KSTB 11) wrote:

 Strange enough I now have the same problem again on our production
 server. I have just checked the modules and they are the same as on
 the dev box where upgrading Log::Dispatch had solved the issue before.

As I might have mentioned before, Log::Dispatch is a separate module
maintained by a different crew.

But since you said the upgrade fixed your development box, I suspect
that the upgrade on the production box didn't go over well and maybe
you're still pulling the old version? Try

 $ /usr/local/bin/perl -d -e 1
 DB1 use Log::Dispatch
 DB2 print $Log::Dispatch::VERSION

and check the version number printed.

-- Mike

Mike Schilli
m...@perlmeister.com


 Any ideas?

 Thanks,
 Markus


 -Original Message-
 From: Linke Markus (KSTB 11)
 Sent: Freitag, 10. Juli 2009 07:56
 To: Mike Schilli
 Cc: log4perl-devel@lists.sourceforge.net
 Subject: Re: [log4perl-devel] package
'Log::Dispatch::Email::MailSender'
 notregistered for warnings

 Problem solved; thanks a lot!

 -Original Message-
 From: Mike Schilli [mailto:m...@perlmeister.com]
 Sent: Mittwoch, 8. Juli 2009 18:53
 To: Linke Markus (KSTB 11)
 Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net
 Subject: RE: [log4perl-devel] package
'Log::Dispatch::Email::MailSender'
 not registered for warnings

 On Wed, 8 Jul 2009, Linke Markus (KSTB 11) wrote:

 I only have 2.21, you think that might be the reason?

 Possibly. I'm not affiliated with Log::Dispatch, but its 2.22 change
log
 has the line

 - Fixed a misuse of warnings::enabled(). Reported by Darian Patrick.
RT
 #39784.

 which indicates a fix in this area. Give it a try!

 -- Mike

 Mike Schilli
 m...@perlmeister.com



 --
 Enter the BlackBerry Developer Challenge
 This is your chance to win up to $100,000 in prizes! For a limited
time,

 vendors submitting new applications to BlackBerry App World(TM) will
 have
 the opportunity to enter the BlackBerry Developer Challenge. See full
 prize
 details at: http://p.sf.net/sfu/Challenge
 ___
 log4perl-devel mailing list
 log4perl-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/log4perl-devel


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel


Re: [log4perl-devel] package 'Log::Dispatch::Email::MailSender' notregistered for warnings

2009-11-25 Thread Mike Schilli
On Wed, 25 Nov 2009, Linke Markus (KSTB 11) wrote:

 In regards to the version check: I did compare all modules and they
 are identical. That's why I wanted to see if there might be anything
 else beside the modules which comes into your mind.  The perl version
 is also the same.

Something tells me that identical installation should behave identically
:). You might also want to check if perl is actually pulling the correct
version of the module, sometimes people install identical modules in
multiple locations.

-- Mike

Mike Schilli
m...@perlmeister.com


 -Original Message-
 From: Mike Schilli [mailto:m...@perlmeister.com]
 Sent: Mittwoch, 25. November 2009 04:39
 To: Linke Markus (KSTB 11)
 Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net
 Subject: RE: [log4perl-devel] package 'Log::Dispatch::Email::MailSender'
 notregistered for warnings

 On Tue, 24 Nov 2009, Linke Markus (KSTB 11) wrote:

 Strange enough I now have the same problem again on our production
 server. I have just checked the modules and they are the same as on
 the dev box where upgrading Log::Dispatch had solved the issue before.

 As I might have mentioned before, Log::Dispatch is a separate module
 maintained by a different crew.

 But since you said the upgrade fixed your development box, I suspect
 that the upgrade on the production box didn't go over well and maybe
 you're still pulling the old version? Try

 $ /usr/local/bin/perl -d -e 1
 DB1 use Log::Dispatch
 DB2 print $Log::Dispatch::VERSION

 and check the version number printed.

 -- Mike

 Mike Schilli
 m...@perlmeister.com


 Any ideas?

 Thanks,
 Markus


 -Original Message-
 From: Linke Markus (KSTB 11)
 Sent: Freitag, 10. Juli 2009 07:56
 To: Mike Schilli
 Cc: log4perl-devel@lists.sourceforge.net
 Subject: Re: [log4perl-devel] package
 'Log::Dispatch::Email::MailSender'
 notregistered for warnings

 Problem solved; thanks a lot!

 -Original Message-
 From: Mike Schilli [mailto:m...@perlmeister.com]
 Sent: Mittwoch, 8. Juli 2009 18:53
 To: Linke Markus (KSTB 11)
 Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net
 Subject: RE: [log4perl-devel] package
 'Log::Dispatch::Email::MailSender'
 not registered for warnings

 On Wed, 8 Jul 2009, Linke Markus (KSTB 11) wrote:

 I only have 2.21, you think that might be the reason?

 Possibly. I'm not affiliated with Log::Dispatch, but its 2.22 change
 log
 has the line

 - Fixed a misuse of warnings::enabled(). Reported by Darian Patrick.
 RT
 #39784.

 which indicates a fix in this area. Give it a try!

 -- Mike

 Mike Schilli
 m...@perlmeister.com


 
 --
 Enter the BlackBerry Developer Challenge
 This is your chance to win up to $100,000 in prizes! For a limited
 time,

 vendors submitting new applications to BlackBerry App World(TM) will
 have
 the opportunity to enter the BlackBerry Developer Challenge. See full
 prize
 details at: http://p.sf.net/sfu/Challenge
 ___
 log4perl-devel mailing list
 log4perl-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/log4perl-devel



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel