On Wed, 2008-10-01 at 09:04 +0200, Thorsten Schöning wrote: > Guten Tag [EMAIL PROTECTED], > am Freitag, 26. September 2008 um 16:06 schrieben Sie: > > > When I'm running the daemon I have the trace : > > Starting SCM to bug-tracking integration daemon: scmbug_daemon > > Can't call method "error" on an undefined value at C:/Program > > Files/Scmbug/share/scmbug/lib/Scmbug/Common.pm line 221. > > The line of code is: > > $logger->error( $error_string ); > > Where did you get your error message? My first guess would be a wrong > configured log file in the deamon, although only activity.log seems to > be configurable and line 221 wants to log an error. Which version of > Perl are you using? Maybe there's a problem with Log4Perl?
A call to set_logger is missing: http://bugzilla.mkgnu.net/show_bug.cgi?id=878#c52 Try this patch, only using "Scmbug" instead of @DEVEL_PRODUCT_NAME@ and restart your daemon. http://www.mkgnu.net/cgi-bin/viewcvs.cgi/scmbug/cvsroot/system/src/lib/product/Daemon/Daemon.pm.in?r1=1.97&r2=1.98 You should then get a NEW error message saying that there's an error in your daemon.conf. There... IS an error in your daemon.conf :)
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
