-----Original Message-----
From: Charles Bacon [mailto:[EMAIL PROTECTED]
Sent: Mon 9/17/2007 4:28 PM
To: Lengyel, Florian
Cc: [email protected]
Subject: Re: [gt-user] logicalHost -- when does globus decide to use hostname?
On Sep 17, 2007, at 3:21 PM, Lengyel, Florian wrote:
> Thanks for this. By the way, now that the logicalHost is the hostname,
> perhaps I don't have a non-default configuration--unless I still
> need to rerun the setup
> for a number of services.
Yeah, that's the gist of it. If you run gpt-postinstall -force, you
can get all the setup scripts to re-run with your new hostname in place.
Ok. I'd still like to use multi-homed and non-default configurations.
There are any number of reasons why such configurations would be desirable.
Since you mentioned the possibility of expanding the quickstart guide to
handle these configurations, I'm willing to contribute. One reason is that
I want to understand more precisely what constitutes a "default" configuration,
as opposed to a non-default configuration. Enumerating the preconditions up
front
and in one place (at least ones that might be less obvious), may be helpful.
Also, I want to understand what I'm overlooking, and what someone encountering
the documentation, not necessarily for the first time, is likely to overlook.
> Now the postgres installation of the rftDatabase was uneventful
> and it eliminated the errors in the container.log file. However,
> The error I now receive (with globusrun-ws -dbg etc) is this:
> (here's the highlight):
> Caused by:
> org.globus.transfer.reliable.service.database.RftDBException: Error
> inserting records into database [Caused by: ERROR: permission
> denied for relation request
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
Charles