Hi Walter,

    Are you sure the database is available outside of the server, did you
try to use db.url = jdbc:postgresql://localhost:5432/dspace, and more the
Dspace dspace it should be something like baseUrl =
http://${dspace.hostname}:80/
or dspace.baseUrl = http://${dspace.hostname}:8080/, but have the tomcat in
the same port of the database doesn't make sense.

Best regards

Luiz Claudio Santos
http://luizclaudiosantos.me/

On Tue, Jan 31, 2017 at 3:14 PM, Walter Rutherford <[email protected]>
wrote:

>
> Thanks Mark and Luiz. Unless I'm misunderstanding how it reads variables
> I'm using almost the default
> values in our local.cfg file::
>
> dspace.hostname = "irtest.library.uaf.edu"
> dspace.baseUrl = http://${dspace.hostname}:5432/
> db.url = jdbc:postgresql://${dspace.hostname}:5432/dspace
>
> With db.username and db.password defined exactly as in the database. It
> appears to be choking on the
> dspace.hostname because I've tried both 'localhost' and the systems IP
> address. All that changed was
> the hostname specified in the java.net.UnknownHostExcpetion error message.
>
> But there are a LOT of parameters that can be tweaked so it's very
> possible I missed something.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to