03-13-2020 06:45 AM
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 ??
03-13-2020 09:38 AM
ok found it ! I have not configured the messaging so it freeze when trying to connect to .... null ??
03-20-2020 06:50 AM
Hi @zerros,
Glad you resolved your issue. Thanks for reporting back, may help other users in a similar situation.
03-20-2020 08:54 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.