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
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
