Gnatsweb
Randy Haddox <[email protected]> Wed, 04 Jan 2006 10:08:05 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
I have successfully installed and configured Gnats 4.0 and the system works fine when I use Emacs to run 'send-pr'. Now, I have installed Gnatsweb 4.00 to replace 'send-pr' but experience the following problem when I test its configuration: $ telnet localhost 1529 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host: Connection refused The following info is posted in the /var/log/httpd/error_log file: [Wed Jan 04 09:27:43 2006] [error] [client 127.0.0.1] [Wed Jan 4 09:27:43 2006] gnatsweb.pl: Use of uninitialized value in concatenation (.) or string at /var/www/cgi-bin/gnatsweb.pl line 1314, <GWSP> line 1. [Wed Jan 04 09:27:43 2006] [error] [client 127.0.0.1] [Wed Jan 4 09:27:43 2006] gnatsweb.pl: Use of uninitialized value in concatenation (.) or string at /var/www/cgi-bin/gnatsweb.pl line 720, <GWSP> line 1. [Wed Jan 04 09:27:43 2006] [error] [client 127.0.0.1] [Wed Jan 4 09:27:43 2006] gnatsweb.pl: gnatsweb: client_init error: Connection refused ; user=, db=; stacktrace: In: main::client_init <= main::login_page <= main::main at /var/www/cgi-bin/gnatsweb.pl line 720, <GWSP> line 1. [Wed Jan 04 09:27:43 2006] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico I am looking for some ideas for tracking down this problem which appears to be related to the USERNAME/PASSWORD/DATABASE setup. Thanks, Randy