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

Reply via email to