with. i still face the same problem.
-prash.
Benton, Kevin wrote:
> How much memory is on the system you're running Bugzilla on? Is it
> possible it really did run out of RAM during the install process? Is
> MySQL running? What version? Did you give access to the bugs user to
> the bugs database? Did you pre-create just the database (no tables)?
> ... It looks like you're going to want to drop the bugs database and
> re-create it if this is a brand new install. Otherwise, see above and
> we can continue from there...
> ---
> Kevin Benton
> Perl/Bugzilla Developer/Administrator, Perforce SCM Administrator
> Personal Computing Systems Group
> Advanced Micro Devices
> The opinions stated in this communication do not necessarily reflect the
> view of Advanced Micro Devices and have not been reviewed by management.
> This communication may contain sensitive and/or confidential and/or
> proprietary information. Distribution of such information is strictly
> prohibited without prior consent of Advanced Micro Devices. This
> communication is for the intended recipient(s) only. If you have
> received this communication in error, please notify the sender, then
> destroy any remaining copies of this communication.
> > -----Original Message-----
> > From: mozilla-webtools-ad...@mozilla.org [mailto:mozilla-webtools-
> > ad...@mozilla.org] On Behalf Of ipr...@gmail.com
> > Sent: Tuesday, November 29, 2005 12:56 PM
> > To: mozilla-webto...@mozilla.org
> > Subject: installation error while creating bugs database
> > hi,
> > i am installing bugzilla on a linux box and i get an error while it
> > tries to create the bugs database.
> > OS: linux
> > Distro: debian sarge (stable)
> > bugzilla version: 2.20
> > i am following the steps in the install document and completed
> > installing all the required PERL modules. i also filled the right
> > values in localconfig for the mysql database and from the output (and
> > the fact that the bugs database is created) it is clear that bugzilla
> > was able to log onto mysql. i see only one table called "bz_schema" in
> > the bugs database.
> > here is the full output from checksetup.pl
> > -----------------------
> > /usr/local/bugzilla-2.20# ./checksetup.pl
> > Checking perl modules ...
> > Checking for AppConfig (v1.52) ok: found v1.56
> > Checking for CGI (v2.93) ok: found v3.11
> > Checking for Data::Dumper (any) ok: found v2.121
> > Checking for Date::Format (v2.21) ok: found v2.22
> > Checking for DBI (v1.38) ok: found v1.48
> > Checking for File::Spec (v0.84) ok: found v3.14
> > Checking for File::Temp (any) ok: found v0.16
> > Checking for Template (v2.08) ok: found v2.14
> > Checking for Text::Wrap (v2001.0131) ok: found v2005.0824
> > Checking for Mail::Mailer (v1.65) ok: found v1.67
> > Checking for Storable (any) ok: found v2.15
> > The following Perl modules are optional:
> > Checking for GD (v1.20) not found
> > Checking for Chart::Base (v1.0) not found
> > Checking for XML::Parser (any) ok: found v2.34
> > Checking for GD::Graph (any) not found
> > Checking for GD::Text::Align (any) not found
> > Checking for PatchReader (v0.9.4) not found
> > If you you want to see graphical bug charts (plotting historical data
> > over
> > time), you should install libgd and the following Perl modules:
> > GD: /usr/bin/perl -MCPAN -e 'install "GD"'
> > Chart: /usr/bin/perl -MCPAN -e 'install "Chart::Base"'
> > If you you want to see graphical bug reports (bar, pie and line charts
> > of
> > current data), you should install libgd and the following Perl
> modules:
> > GD: /usr/bin/perl -MCPAN -e 'install "GD"'
> > GD::Graph: /usr/bin/perl -MCPAN -e 'install "GD::Graph"'
> > GD::Text::Align: /usr/bin/perl -MCPAN -e 'install "GD::Text::Align"'
> > If you want to see pretty HTML views of patches, you should install
> the
> > PatchReader module:
> > PatchReader: /usr/bin/perl -MCPAN -e 'install "PatchReader"'
> > Checking user setup ...
> > Removing existing compiled templates ...
> > Precompiling templates ...
> > Checking for DBD::mysql (v2.9003) ok: found v3.0002_4
> > Checking for MySQL (v3.23.41) ok: found v5.0.15-standard-log
> > Creating database bugs ...
> > DBD::mysql::db selectrow_array warning: [for Statement "SELECT
> > COUNT(*) FROM bz_schema"] at Bugzilla/DB.pm line 799.
> > Building Schema object from database...
> > Adding new table bz_schema ...
> > Initializing the new Schema storage...
> > Out of memory!
> > Out of memory!
> > Callback called exit.
> > DBI::db=HASH(0x981aecc)->disconnect invalidates 1 active statement
> > handle (either destroy statement handles or call finish on them before
> > disconnecting) at ./checksetup.pl line 1543.
> > -----------------------
> > NOTE: if i run checksetup.pl again (after the above error) , then
> it's
> > a different error:
> > ...
> > ...
> > ...
> > Checking user setup ...
> > Removing existing compiled templates ...
> > Precompiling templates ...
> > Checking for DBD::mysql (v2.9003) ok: found v3.0002_4
> > Checking for MySQL (v3.23.41) ok: found v5.0.15-standard-log
> > DBD::mysql::st execute failed: Table 'bugs.bugs' doesn't exist [for
> > Statement "SHOW INDEX FROM bugs"] at Bugzilla/DB/Mysql.pm line 539
> Bugzilla::DB::Mysql::bz_index_info_real('Bugzilla::DB::Mysql=HASH(0x8a6e
> ee
> > c)',
> > 'bugs', 'assigned_to') called at Bugzilla/DB/Mysql.pm line 265
> Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x8a6ee
> ec
> > )')
> > called at ./checksetup.pl line 1593
> > --------------------
> > to get back to the previous state of errors, i just delete the bugs
> > database and it's the same thing all over again.
> > has anyone experienced this before and what, if any, is the way out of
> > this?
> > thanks,
> > -prash.
> > _______________________________________________
> > mozilla-webtools mailing list
> > mozilla-webto...@mozilla.org
> > http://mail.mozilla.org/listinfo/mozilla-webtools