On Wednesday, September 27, 2017 at 6:46:25 AM UTC-4, Ηλιας Χρηστου wrote:
>
>  [java] 2017-09-26 17:37:32,924 WARN  
> org.apache.commons.configuration.DefaultConfigurationBuilder @ Internal 
> error
>      [java] org.apache.commons.configuration.ConfigurationException: 
> Cannot locate configuration source local.cfg
>

This is probably the source of the problem.  Your DBMS connection 
information is probably in local.cfg, and if DSpace can't find that, it 
uses default information that may be incorrect at your site.
 

>
> [java] 2017-09-26 17:37:40,647 ERROR 
> org.dspace.storage.rdbms.DatabaseUtils @ Unable to setup Flyway against 
> DSpace database
>      [java] java.sql.SQLException: Cannot create PoolableConnectionFactory 
> (Connection to localhost:5432 refused. Check that the hostname and port are 
> correct and that the postmaster is accepting TCP/IP connections.
>

This is the actual failure:  DSpace could not connect to the database.  
"Connection refused" suggests that your DBMS is not listening on localhost, 
is not listening on port 5432, or is on some other host.  As the message 
suggests, it would be good to check your configuration.

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
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