Jacob Vennervald Madsen wrote:

> Hi List
> 
> I've been trying to set up Turbine TDK on a linux RedHat 7.2 machine
> with postgresql installed.
> I've tried to follow the postgresql-HOWTO and I've tried to search the
> archives of this mailing list but the Turbine Data Manager still wont
> work.


Jacob, as far as I can tell, postgres support has lots of small problems 
  and it is hard to get a response to postgres queries on the list- to 
be fair, the turbine site does state that the code is not 100% ready for 
postgres.

> When I click on users or try to add an entry I get an error.
> This is the error I get when I try to add an entry:
> [Tue Jan 08 22:29:28 CET 2002] -- ERROR -- Turbine.handleException: null
> [Tue Jan 08 22:29:28 CET 2002] -- ERROR --
>         Exception:  java.lang.reflect.InvocationTargetException
>         Stack Trace follows:
>         java.lang.reflect.InvocationTargetException:
> java.sql.SQLException: ERROR:  ExecAppend: Fail to add null value in not
> null attribute rdf_id


Here it seems that postgres is disallowing the insert of a null value 
into a NOT NULL column - I have had similar problems with the primary 
key code although I thought at least the newapp bundled with the TDK was 
working. Make sure that the database xml schema is properly specified to 
set up this column as autoincrement and with the appropriate idMethod.

Some people in the archives have mentioned that 2.2b has better postgres 
support but I can't get anyone to confirm this.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to