cancel
Showing results for 
Search instead for 
Did you mean: 

I can't open alfresco content application

marat
Champ on-the-rise
Champ on-the-rise

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)

imageimageimage

32 REPLIES 32

cristinamr
World-Class Innovator
World-Class Innovator

It's really weird because you have several errors in the previous log files but in the last one, under catalina.out, you can see some warnings, but no errors (nothing under alfresco.log) Smiley Frustrated

Are you able to login under http://localhost:8080/share or https://localhost:8080/share? <-- you can see which configuration you have defined for this url in your alfresco-global.properties file.

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

marat
Champ on-the-rise
Champ on-the-rise

Yes i can open and login 192.168.1.152/share

(i installed centos and alfresco on virtual machine that's why i have another ip address)

But i can't login 192.168.1.152

There is no login and password window.

But i can login 192.168.1.9 and 192.168.1.9/share where i installed alfresco via docker.

cristinamr
World-Class Innovator
World-Class Innovator

@marat wrote:

Yes i can open and login 192.168.1.152/share

(i installed centos and alfresco on virtual machine that's why i have another ip address)


As soon as you try to open that ip, are you able to see some errors on the logs?


There is no login and password window.


Could you please try to acces into 192.168.1.152/alfresco  , is that url display something for you?

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

cristinamr
World-Class Innovator
World-Class Innovator

image


Where have you got alfresco.war and share.war?

Could you please try to find it through your installation? In a standard deployment they are deployed under tomcat/webapps/ folder.

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

marat
Champ on-the-rise
Champ on-the-rise

I firstly entered these commands

tail -n500 -f /var/log/alfresco/alfresco.log

tail -n500 -f /var/log/alfresco/catalina.out

And there is these last entries appeared

2021-07-14 18:58:59,965 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [main] Startup of 'googledocs' subsystem, ID: [googledocs, drive] complete

2021-07-14 19:07:43,186 INFO [management.subsystems.ChildApplicationContextFactory] [http-nio-8080-exec-1] Startup of 'Search' subsystem, ID: [Search, managed, solr6] complete

Then i went 192.168.1.152 and  entered these commands again 

tail -n500 -f /var/log/alfresco/alfresco.log

tail -n500 -f /var/log/alfresco/catalina.out

But there were no new entries appeared after i went 192.168.1.152.

marat
Champ on-the-rise
Champ on-the-rise

Have you installed alfresco using ansible ?You have no problem with go to the localhost and enter alfresco content application?

Maybe this is a problem with ansible method of installation?

cristinamr
World-Class Innovator
World-Class Innovator

In my case, no. But @michaelzietlow  did it and to him it's working properly.

Without any errors on the log, I'm afraid I cannot help you further, because there must be something else that is outside of my knowledge. Maybe Michael can help you in deep.

Cheers,

Cristina.

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

marat
Champ on-the-rise
Champ on-the-rise

I think this is a problem with ansible method of installation.That's because i installed it on centos 8 and there is no alfresco content application also.

Also i can't open alfresco from another computer.

I have to enter these commands to open access to alfresco from another computers .

sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --reload

from this guide

 https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-cent...

marat
Champ on-the-rise
Champ on-the-rise

Maybe that's because ansible method of alfresco installation don't include imagemagick ?I can't find this program in alfresco folder.

image