Hallo I did not get reed of the scmbug error 24 so I start everything from the beginning. I install a new OS with bugzilla 3.6.2, scmbug 0.26.19 and svn 1.6.6. Now I can commit my changes, but I don´t see my commit message in Bugzilla.
I don´t change the default regex for log message in the glue.conf. When I type svn commit -m "bug:1 my text" I can see the log message bug:1 my text in e.g. websvn but not in Bugzilla. can you please help me to fix the issue. Mit freundlichen Grüßen Afi -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kristis Makris Sent: Monday, August 30, 2010 8:44 PM To: Amouzou, Afi Ahoefa Cc: [email protected] Subject: Re: [scmbug-users] Scmbug error 24: need help Hi Afi, I'm sorry that you've run into trouble with Scmbug like this. It must be frustrating trying to get it going and not being sure why it won't start. I suspect that, somehow, the Bugzilla libraries are not properly included. One thing to try is to add on top of Scmbug's Bugzilla.pm the line: use Bugzilla::Bug; ... and see if that changes anything. I've looked at the 3.6.2 source and the Bugzilla::Bug() call is still available unchanged. This means that the call Scmbug issues should work. Other things to try is to dump a few global variables to disk and see if the Bugzilla libraries were loaded. e.g add something like the following in Bugzilla.pm:integration_get_product_name : open OUTFILE, "> /tmp/debug_info"; print OUTFILE Dumper ( @INC ); close OUTFILE; On Mon, 2010-08-30 at 11:27 +0200, Amouzou, Afi Ahoefa wrote: > Hallo > > did someone succeed to integrate SCMBUG 0.26.19 with Bugzilla 3.6.2 > and SVN 1.6.6? If yes, Can you please tell me what I am doing wrong. > The 0.26.18 release adds support for Bugzilla 3.6 > (http://freshmeat.net/projects/scmbug/ ), but it doesn´t seem to work. > I must finish the integration of SCMBUG 0.26.19 with Bugzilla 3.6.2 > and SVN 1.6.6 this week for my Company. I have tried everything > possible to find the source of the error, but no result. > > > Wenn I tried to make a commit, I get the error: > > SVN: Commit failed (details follow) > Scmbug error 24: the daemon-spawned connection handler exited > abnormally. Please check the daemon error logs. > > The Daemon error says > > Bugzilla.pm:1017:scmbug::Daemon::Bugzilla::integration_get_product_nam > e – c an´t locate object method “new”via package “Bugzilla::Bug” at > /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 1017 > > Daemon.conf > > $daemon_configuration = { > > daemon_port => 3872, > daemon_pidfile => "/var/run/scmbug_daemon.pid", daemon_mode => "auto", > > bugtracker => { > > type => 'Bugzilla', > version => '3.6.2', > database_location => '127.0.0.1', > database_port => '3306', > database_vendor => 'mysql', > database_name => 'mydb', > database_username => 'myuser', > database_password => 'mypass', > installed_locally => 1, > installation_directory => '/srv/www/htdocs/bugzilla', > bug_url_prefix => > 'http://127.0.0.1/bugzilla/show_bug.cgi?id=' }, > > userlist => { > case_sensitive_username_verification => 1, mappings => { > enabled => 1, > mapping_values => { > enabled => 1, > values => { > #'DOMAIN\\example_user' => > '[email protected]', > #'example_user2' => > '[email protected]' > 'test' =>'[email protected]' > } > } > } > > } > > }; > > > Thanks for your help > > With best Regards > > Afi Ahoefa Amouzou > FTS TSP DCS R&D QA > > FUJITSU > > > _______________________________________________ > scmbug-users mailing list > [email protected] > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
