I can't open alfresco content application

cancel
Showing results for 
Search instead for 
Did you mean: 
marat
Active Member

I can't open alfresco content application

Hello!When i install alfresco on server with ip address http://192.168.1.9/ using docker 

And when i enter ip address of this server,enter login and password and then  i can open alfresco content application

(see 1 and 2 picture)

But when i install alfresco using andisble on another server with ip address 192.168.1.152

and open it in browser-there is no alfresco content application.

(see picture 3)

al1.pngal3.pngal2.png

 

32 Replies
marat
Active Member

Re: I can't open alfresco content application

There is blank page when i open alfresco using ip address of the server 192.168.1.152

But there should be a window asking for a password and a login

to enter alfresco content application.

fedorow
Senior Member II

Re: I can't open alfresco content application

Please show at least docker-compose.yml. Descibe the configuration of installation. Give some more information.

marat
Active Member

Re: I can't open alfresco content application

I installed alfresco using this official information

https://www.alfresco.com/thank-you/thank-you-downloading-alfresco-community-edition

 

I didn't do any changes during and after installation in config files.Maybe some program is not installed or some service is not running ?

cristinamr
Advanced

Re: I can't open alfresco content application

@maratcould you please share with us the log? Go to your installation_path (e.g. /opt/alfresco/) and execute this line:

sudo docker-compose logs --tail 500 -f alfresco

We can help you better with this output.

Cheers,

Cristina.

 

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
marat
Active Member

Re: I can't open alfresco content application

I didn't install docker-compose.I choose 2 installation method.

Also i can't open alfresco via 8080 port 192.168.1.152:8080

But everything work  and open when i install alfresco using docker-compose.

I have problem only with ansible installation mode.

 
 
2. Non-containerized deployment using Ansible

Detailed option for experienced technical admins


The Alfresco Community Edition 7.0 supports Ansible playbooks to simplify the deployment for organizations that prefer non-containerized environments. 

cristinamr
Advanced

Re: I can't open alfresco content application

Ok, understand. Please show us the logfile or check if you have errors, e.g.:

tail -n500 -f /opt/alfresco/alfresco.log
tail -n500 -f /opt/alfresco/tomcat/logs/catalina.out

 

Without this technical information is very dificult to help you.

 Cheers.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
marat
Active Member

Re: I can't open alfresco content application

I entering these commands but there is an error appeared no such file or directory.Though i have /opt/alfresco

folder .I reinstalled centos 7 and alfresco via ansible.But alfresco content

application still  hasn't appeared.

 

[root@localhost alfresco]# tail -n500 -f /opt/alfresco/alfresco.log
tail: cannot open ‘/opt/alfresco/alfresco.log’ for reading: No such file or directory
tail: no files remaining
[root@localhost alfresco]# tail -n500 -f /opt/alfresco/tomcat/logs/catalina.out
tail: cannot open ‘/opt/alfresco/tomcat/logs/catalina.out’ for reading: No such file or directory
tail: no files remaining
[root@localhost alfresco]# cd /opt
[root@localhost opt]# ls
alfresco apache-activemq-5.16.1-bin.tar.gz libreoffice6.3 rh
apache-activemq-5.16.1 apache-tomcat-9.0.41 openjdk-11.0.7
[root@localhost opt]# cd alfresco
[root@localhost alfresco]# ls
activemq.sh modules transform-service
ats-ate-aio.sh search-services-2.0.1
content-services-7.0.0 tomcat.sh
[root@localhost alfresco]#

777.jpg

marat
Active Member

Re: I can't open alfresco content application

But i have tomcat installed a different path

/opt/apache-tomcat-9.0.41

But there is no catalina.out file

 

888.jpg

marat
Active Member

Re: I can't open alfresco content application

Maybe i should run alfresco-shared-fs.service ?

But when i enter this command there is an error appear

[root@localhost content-services-7.0.0]#sudo systemctl start alfresco-shared-fs.service

[root@localhost content-services-7.0.0]# Failed to start alfresco-shared-fs.service: Unit not found.