On Sep 17, 2007, at 4:23 PM, Lengyel, Florian wrote:
What's the connectionString in $GL/etc/globus_wsrf_rft/jndi-
config.xml ? You can make sure using the psql command that the user/
password in there are working to insert rows to the database listed
there.
<name>
connectionString
</name>
<value>
jdbc:postgresql://m248.gc.cuny.edu/rftDatabase
</value>
</parameter>
The user is globus and the password is the one that I set with
createuser -P globus
From the error message, it sounds like you might need to grant
additional privileges to that user. I would check the postgresql
logfile to see what error message is indicated by the server. I'm
surprised, as I'd think the owner/creator of the table should be
allowed to insert new rows into it automatically.
Charles