10-17-2017 09:25 AM
10-20-2017 02:11 PM
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
10-17-2017 03:19 PM
Hello.
What do you mean?
Did you have an Tomcat instance running on the same server?
If is the case, then I believe the easy way to solve it would be to uninstall Alfreco and install it again, using a different port, like 9090.
10-17-2017 03:22 PM
Yes, that is correct. However, it did not ask me what port to use when I installed Alfresco.
Thank you for your help!
10-17-2017 03:42 PM
You have to choose the Advanced install.
The basic one will use default ports.
10-17-2017 03:43 PM
Ok, I uninstalled it and reinstalled and used port 9090 and I still can't connect. It times out.
10-19-2017 07:54 AM
Any other thoughts or suggestions?
Thanks in advance!
10-19-2017 08:58 AM
Are you using the text mode?
I am asking this because that is what I know better, and I know it offers the option to set the custom port.
Would you mind copying all the setup process text and sharing it here?
10-19-2017 09:04 AM
Yes, I am using text mode.
Sure! Thank you again for your help!
I upload the file alfresco-community-installer-201707-linux-x64.bin via FTP to the server.
went to the directory it was uploaded to and used the command
./alfresco-community-installer-201707-linux-x64.bin to install
it ran the set up. The first time I did it, I chose the simple install
and when that didn't work, I followed your directions and uninstalled it
and then reinstalled it. This time, I chose the advanced install and selected
different ports. I chose 9090 as the main port. The install completed
and didn't show any errors and started running, but I can't connect to it.
http://10.1.12.225:9090 is the url but it times out.
Apache still works and is up and running.
Thanks again!
Larry
10-20-2017 10:32 AM
netstat -an | grep 9090
anybody listening there?
check
/opt/alfresco-community/tomcat/logs/catalina.out
for details. There are lot of info obviously.
10-20-2017 11:07 AM
netstat -an | grep 9090
tcp6 0 0 :::9090 :::* LISTEN
tcp6 1 0 127.0.0.1:44138 127.0.0.1:9090 CLOSE_WAIT
Explore our Alfresco products with the links below. Use labels to filter content by product module.