Hello Kritis

 Iam having two server CVSserver  and BugzillaServer

In CVSserver  i have installed cvs, scmbug daemon, daemon started
well.   with option installed_locally => 0,


If iam installing the rpm and starting the daemon iam getting error like
/usr/www/cgi-bin/global.pl is not found ..
but when i  changed
                       if ( !eval ( $cmd ) ) {     to        if ( !eval {
$cmd } ) {

in  /usr/share/scmbug/lib/Scmbug/Common.pm  daemon is getting starting..  i
dont know changing is correct or not ,


                        in the same machine installed mysql client to
access remote database bugs.. of bugzilla. manual connection to  bugs
database in other system working fine.

installed glue with following options
scmbug_install_glue  --daemon=127.0.0.1 --scm=CVS
--repository=/usr/local/cvsroot --product=AKKEN --bug=2
--binary-paths=/usr/bin

1)   valid_product_name => {
    enabled => 1,
    type => 'manual',
    value => 'AKKEN'
    },

2) mail_on_success => {
    enabled => 1,

3)mail_on_label => 1,

4)  presence_of_bug_ids =>  {
    value => 'required'
    },

  when iam commiting  without bugid , iam able to commit and iam receiving
the mail in gmail inbox.



But when iam commiting with bugid ===>  "bug 3:  test test"   iam getting
the following error



cvs commit -m "bug 3: ddddddddd" activcat.php (in directory E:\New Folder
(6)\AKKEN\BSOA\Bcc\

Scmbug notice: ---------------------------------------------------------

Scmbug notice: Reading configuration

Scmbug notice: Checking configuration

Scmbug notice: Preparing for verification

Scmbug notice: Processing activity

Scmbug notice: Submitting request

Scmbug notice: Request submission was not replied to

*******************************************

**

**

** Scmbug error 24: The daemon-spawned connection handler exited abnormally.
Please check the daemon error logs.

**

**

*******************************************

cvs [server aborted]: Message verification failed

***** CVS exited normally with code 1 *****
in log iam getting this message:-

Undefined subroutine &Scmbug::Daemon::Bugzilla::PushGlobalSQLState called at
/usr/share/scmbug/lib/Scmbug/Daem
on/Bugzilla.pm line 314, <STDIN> line 25.

As per the documentation, if we  put installed_locally => 0,  we have to
have the bugzilla files locally iam putting the entire bugzilla files in the
same location as  bugzilla server. (in  /var/www/cgi-bin)

iam unable to find why the function PushGlobalSQLState   is  not  getting
called..

Can u give me a way to solve this problem

thanks in advance


with regards
--
D.Chandra Shaker
REDHAT CERTIFIED ENGINEER
9989888853
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to