I can't open alfresco content application

cancel
Showing results for 
Search instead for 
Did you mean: 
cristinamr
Advanced

Re: I can't open alfresco content application

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
Active Member

Re: I can't open alfresco content application

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
Advanced

Re: I can't open alfresco content application


@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
Advanced

Re: I can't open alfresco content application


 

888.jpg


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
Active Member

Re: I can't open alfresco content application

marat
Active Member

Re: I can't open alfresco content application

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
Active Member

Re: I can't open alfresco content application

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
Advanced

Re: I can't open alfresco content application

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
Active Member

Re: I can't open alfresco content application

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
Active Member

Re: I can't open alfresco content application

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

imagemagick.jpg