i'm trying to upgrade from version 0.23.3 to 0.26.5. i'm running scmbug on 
windows server 2003 as a service, using srvany.exe from the windows resource 
kit.
after unpacking the zip over the previous version, i started the scmbug 
service, and ran this command:

C:\Program Files\Scmbug\bin>scmbug_install_glue.pl --scm=Subversion --product="P
roject Management" --repository=file:///D:/SVN --bug=11 --daemon=127.0.0.1 --bin
ary-paths="C:/Program Files (x86)/Subversion/bin,C:/Program Files (x86)/GnuWin32
/bin"

after confirming the initial message, i get this error:

2008/08/06 15:37:23 Processing activity
2008/08/06 15:37:24
*******************************************
**
**
** Scmbug error 32: Unable to connect to integration daemon at '127.0.0.1', port
 '3872'. Is the daemon running ?
**
**
*******************************************

*******************************************
**
**
** Scmbug error 32: Unable to connect to integration daemon at '127.0.0.1', port
 '3872'. Is the daemon running ?
**
**
*******************************************

the activity.log file has this:

2008/08/06 16:10:06 Scmbug WARN> Daemon.pm:80 - Read configuration file 
'C:/Program Files/Scmbug/etc/scmbug/daemon.conf'
2008/08/06 16:10:06 Scmbug ERROR> Daemon.pm:113 - 
*******************************************
**
**
** Scmbug error 79: Package 'DBI' v1.50 not found. v0 found instead.
On a UNIX system, this package can be installed by running:
perl -MCPAN -e 'install DBI';

On a Windows system, this package can be installed by running:
C:> ppm
ppm> install DBI
Initialization of bug-tracking system 'Bugzilla' version '3.0.0' failed. This 
could be due to an unsupported version of this system, or misconfiguration.
**
**
*******************************************
2008/08/06 16:10:06 Scmbug ERROR> Logger.pm:850 - 
*******************************************
**
**
** Scmbug error 79: Package 'DBI' v1.50 not found. v0 found instead.
On a UNIX system, this package can be installed by running:
perl -MCPAN -e 'install DBI';

On a Windows system, this package can be installed by running:
C:> ppm
ppm> install DBI
Initialization of bug-tracking system 'Bugzilla' version '3.0.0' failed. This 
could be due to an unsupported version of this system, or misconfiguration.
**
**
*******************************************


i have DBI version 1.602, which is required by bugzilla, and i also tried 
installing version 1.58, to no avail.
i have the same problem if i set the bugzilla version to 3.0.0 in daemon.conf. 
i have bugzilla 3.0.4 installed on the same machine.

btw, you have an error in the log entry, as well as in the documentation: on 
recent versions of ActiveState perl, entering

>ppm

at the command prompt will open the package manager GUI. to install from the 
command prompt, you should type

>ppm install [package name]

srvany.exe doesn't report any errors, and the service appears to be running 
correctly.
so, what should i do to fix it?

tsahi
 --
The day Micro$oft sells something that doesn't SUCK
is the day they start selling vacuum cleaners.
http://www.geocities.com/tsahi_75



      
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to