[OPEN-ILS-DEV] SQLite error on start-up

Mike Rylander mrylander at gmail.com
Wed Mar 28 13:14:47 EDT 2007


On 3/28/07, Harry Bochner <Harry.Bochner at biogenidec.com> wrote:
>
> I'm seeing a couple of errors messages in my attempts to start the system;
> I'll describe them in separate messages.
>
> First, some SQLite messages from perl:
> > DBD::SQLite::db do failed: table storage already exists(1) at dbdimp.c
> line 271
> > at
> /var/www/openils/lib/perl5/OpenSRF/Application/Persist.pm
> line 28.
> and similarly at line 36 and line 43.
>
> Checking the code indicates that it's trying to create tables, and
> apparently
> the tables already exists from a previous run.
>
> Maybe my previous attempts to start up weren't cleaned up successfully?
>
> This doesn't sound too serious; I mention it in case it sheds light on other
> issues ...

You can safely ignore those messages.  The code is just making sure
the tables exist.

In any case, the persist app isn't used in the ILS code at the moment.
 It's meant to be a generic stash for random objects, but the ILS just
uses the postgres backend.

-- 
Mike Rylander
mrylander at gmail.com
GPLS -- PINES Development
Database Developer
http://open-ils.org


More information about the Open-ils-dev mailing list