cancel
Showing results for 
Search instead for 
Did you mean: 

Want to try alfresco but i'm struggling to install it

zerros
Confirmed Champ
Confirmed Champ

Hi, sorry for by bad english.

I'm trying to install alfresco 6.1.2 with online documentation. Before using docker, i want to setup it mannually to learn how all components work.

I followed all docs. When I run tomcat, i have no errors in logs, but it seems that tomcat doesn't start. The port is listening, but if i try to get the homepage, the browser is spinning. Same result with curl.

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name 
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN - 
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - 
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN - 
tcp6 0 0 127.0.0.1:7983 :::* LISTEN 28538/java 
tcp6 13 0 :::8080 :::* LISTEN 28025/java 
tcp6 0 0 :::22 :::* LISTEN - 
tcp6 0 0 :::8983 :::* LISTEN 28538/java 
tcp6 0 0 :::8443 :::* LISTEN 28025/java 
2020-03-13 10:20:09,583 INFO  [org.alfresco.service.descriptor.DescriptorService] [main] Server Mode :UNKNOWN
2020-03-13 10:20:09,586 INFO  [org.alfresco.service.descriptor.DescriptorService] [main] Alfresco Content Services started (Community). Current version: 6.1.2 (r4fe1d0d0-b205) schema 13,001. Originally installed version: 6.1.2 (r4fe1d0d0-b205) schema 13,001.

OS: Linux Ubuntu 18.04
Alfresco: 6.1.2
Java: openjdk 11.0.6 2020-01-14
Tomcat: apache-tomcat-9.0.31

I don't understand why ??? Is someone could help me to find why it doesn't start please ? Is it an openjdk issue ??

3 REPLIES 3

zerros
Confirmed Champ
Confirmed Champ

ok found it ! I have not configured the messaging so it freeze when trying to connect to .... null ??

EddieMay
World-Class Innovator
World-Class Innovator

Hi @zerros,

Glad you resolved your issue. Thanks for reporting back, may help other users in a similar situation. 

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

upforsin
Star Collaborator
Star Collaborator

If you are talking about ActiveMQ (Messaging Queue), it is not obligatory to install it.

It's enough to paste this line in the alfresco-global.properites:

messaging.subsystem.autoStart=false
howkymike
Alfresco Developer