As already mentioned I am currently deploying Alfresco 6 for the first time on a W2019 server with PostgreSQL 11, tomcat 8 and openjdk 11.
Currentley everything seems to be configured in a proper way, but when I try to start the tomcat server, the server stucks at "Initializing Spring root WebApplicationContext" and the side is loading for an endless time without a result.
I have changed the log level to debug and now I can see the following error in the alfresco.log:
connect fail to tcp://localhost:61616, reason {} java.net.ConnectException: Connection refused: connect
Is this the reason why the application context is not loaded, and if so, how can I resolve it?
Thanks,
Florian
Solved! Go to Solution.
Okay, I was able to resolve this issue. The reason is a lack in the documentation. With the default settings Alresco 6 needs a running ActiveMQ messageing server, otherwise it will not start. You need to add the following configuration to alfresco-global.properties to disable messaging:
messaging.subsystem.autoStart=false
I will write a short bloge entry how to deploy alfresco 6 as distribution, because this seems not to be well documented, link will follow.
Florian
Okay, I was able to resolve this issue. The reason is a lack in the documentation. With the default settings Alresco 6 needs a running ActiveMQ messageing server, otherwise it will not start. You need to add the following configuration to alfresco-global.properties to disable messaging:
messaging.subsystem.autoStart=false
I will write a short bloge entry how to deploy alfresco 6 as distribution, because this seems not to be well documented, link will follow.
Florian
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.