Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] concept of subject source

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] concept of subject source


Chronological Thread 
  • From: Dick Visser <>
  • To: Chris Hyzer <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] concept of subject source
  • Date: Tue, 7 Aug 2012 00:54:41 +0200

On 6 August 2012 18:26, Chris Hyzer
<>
wrote:

> Start with GSH. When you start it, you should see source, below in yellow.
> Then try a findSubject from GSH and see if you can find people in that
> source:

I did, and found that the database url for postgres does not work with
host names if they are IPv6.
So this won't work:

<param-value>jdbc:postgresql://omega.terena.org/coreusers</param-value>

The only way to get it working was to just literal addresses in
brackets, and also use SSL:


<param-value>jdbc:postgresql://[2001:610:148:dead::8]/coreusers?ssl=true</param-value>

Now there's more errors, but at least I'm connected ;-)


Thanks

--
Dick Visser
System & Networking Engineer
TERENA Secretariat
Singel 468 D, 1017 AW Amsterdam
The Netherlands



Archive powered by MHonArc 2.6.16.

Top of Page