Failed to upgrade from 5.2.6 to 5.2.7

cancel
Showing results for 
Search instead for 
Did you mean: 
Mohammadsherani
Member II

Failed to upgrade from 5.2.6 to 5.2.7

Hi ,

We installed the new (from 5.2.6 to 5.2.7 through installer on windows os)ACS 5.2.7 after the complete installation the alfresco was inaccessible.

 

In Access.log we were getting 404 error 

Below error we are getting in stdout.log

Caused by: org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:195)
at org.postgresql.Driver.makeConnection(Driver.java:454)
at org.postgresql.Driver.connect(Driver.java:256)
at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
... 151 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at org.postgresql.core.PGStream.<init>(PGStream.java:70)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:91)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:192)
... 159 more
2020-05-17 12:41:32,878 WARN [context.support.XmlWebApplicationContext] [localhost-startStop-1] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'customPropertyEditorRegistrar' while setting bean property 'propertyEditorRegistrars' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customPropertyEditorRegistrar' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'NamespaceService' while setting bean property 'namespaceService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryDAO' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'tenantService' while setting bean property 'tenantService'; nested exception is

 

 

 

Please suggest?

 

 

2 Replies
kintu_barot
Senior Member

Re: Failed to upgrade from 5.2.6 to 5.2.7

To upgrade or migrate from 5.2.6 to 5.2.7 you will have to take a backup of content, indexes, and database.

Then you will have to restore them in the newly installed 5.2.7. 

But the question you have posted seems like you are facing the issue with the connection of alfresco to your database.

However, there could be many reasons for this.

1. Either the port 5432 is already busy (occupied)

2. Postgresql might not be started at starting

You can restart Alfresco and Postgresql and check.

Regards,
Kintu
Mohammadsherani
Member II

Re: Failed to upgrade from 5.2.6 to 5.2.7

Dear Sir,

 

Thanks for the answer Appriciate your kind of help here.

 

There are two things:-

1. Neither We are not using the 5432 port nor the postgresql driver we have deseleted the postgresql driver at the time of installation.

 

2. We are using the fresh DB instance for boot up the ACS.