Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_18 soleadd13 2011-07-08T05:00:47+02:00 invalid link : url=http://www.discountdvdsets18.com/goods-512Aladdin+The+Return+Of+Jafar+DVD+%28Disney%29-FREE+SHIPPING.html(Illegal character in scheme name at index 3: url=http://www.discountdvdsets18.com/goods-512Aladdin+The+Return+Of+Jafar+DVD+%28Disney%29-FREE+SHIPPING.html)Aladdin The Return Of Jafar DVD! url !,invalid link : url=http://www.discountdvdsets18.com/goods-510Being+Human+Seasons+1-3+DVD+Boxset-FREE+SHIPPING.html(Illegal character in scheme name at index 3: url=http://www.discountdvdsets18.com/goods-510Being+Human+Seasons+1-3+DVD+Boxset-FREE+SHIPPING.html)Being Human Seasons DVD! url !]]> RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_17 Sebastien Jourdain 2009-01-14T14:38:06+01:00 LibreSource work normally well on Linux, Mac OSX and Windows.

Anyway, I'm happy that you manage to make it work.

Regards,

Seb]]> RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_16 moriger 2009-01-13T16:38:51+01:00 We tried installing on a Windows machine and we were up and running right away. Thanks for your help and efforts!]]> RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_15 moriger 2009-01-06T21:12:40+01:00 RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_14 Sebastien Jourdain 2008-12-31T18:25:59+01:00 Could you tell me more about the way you've installed Postgres ?]]> RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_13 moriger 2008-12-31T18:00:08+01:00 RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_12 moriger 2008-12-31T17:58:03+01:00

Table "public.profileresource_"
     Column     |              Type              | Modifiers

accountstatus_ | integer | email_ | character varying | jabberid_ | character varying | lastlogintime_ | timestamp(3) without time zone | id_ | character varying | not null infos_ | bytea | onlinestatus_ | integer | fullname_ | character varying | Indexes: "profileresource__pkey" PRIMARY KEY, btree (id_)

]]>
RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_11 moriger 2008-12-31T17:56:36+01:00
Table "public.profileresource_"
     Column     |              Type              | Modifiers
----------------+--------------------------------+-----------
 accountstatus_ | integer                        |
 email_         | character varying              |
 jabberid_      | character varying              |
 lastlogintime_ | timestamp(3) without time zone |
 id_            | character varying              | not null
 infos_         | bytea                          |
 onlinestatus_  | integer                        |
 fullname_      | character varying              |
Indexes:
    "profileresource__pkey" PRIMARY KEY, btree (id_)
]]>
RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_10 Sebastien Jourdain 2008-12-31T17:39:39+01:00 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_)
]]>
RE : Fatal Postgres Connect Error http://dev.libresource.org/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_9 moriger 2008-12-31T17:23:23+01:00 For each of the URLs you listed I received the same error output as before. It complains of org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922)

Does this mean that a primary key field does not exist in the database? Or that the Java Bean is not initializing the variable? Or something else?]]>