Resource Menu


RE : Fatal Postgres Connect Error
It might be jonas which don't initialize properly the table that manage Profile beans...

And I don't see why. Errors occurs before the initial bootstrap due to the initial empty state, but not the one you've got that prevent LS from starting.

Have you got the same table definition ?

psql libresource
\d profileresource_

Table "public.profileresource_"
     Column     |              Type              | Modifiers 
----------------+--------------------------------+-----------
 id_            | character varying              | not null
 fullname_      | character varying              | 
 email_         | character varying              | 
 jabberid_      | character varying              | 
 infos_         | bytea                          | 
 onlinestatus_  | integer                        | 
 lastlogintime_ | timestamp(3) without time zone | 
 accountstatus_ | integer                        | 
Indexes:
    "courgette_users__pkey" PRIMARY KEY, btree (id_)
posted by Sebastien Jourdain at Dec 31, 2008 5:39 PM