Unable to access alfresco via Alfresco sdk 4.0 all in one archetype running through docker

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

Unable to access alfresco via Alfresco sdk 4.0 all in one archetype running through docker

Jump to solution

Hi all

I have installed docker toolbox on windows 10.Verified the installation of docker and docker compose .I have downloaded the alfresco sdk 4.0 and run application through run.sh build_start .server has started up correctly.But still unable to access the alfresco application through http://localhost:8080/alfresco url (not gettingthe login screen).I checked the alfresco and share ports as well in alfresco-global.properties file are the same.Am i missing anything in this .Anyone can please guide ?

Thanks !

A**bleep**a Saxena

1 Solution

Accepted Solutions
abhinavmishra14
Advanced

Re: Unable to access alfresco via Alfresco sdk 4.0 all in one archetype running through docker

Jump to solution

Can you check if all the services are up?

Try running this command:

docker-compose ps 

It would result this kind of output if all the services are up and running:

Also, i remeber something related to docker toolbox on windows which doesn't directly recognizes localhost, it works when we use IP considering all services are running in good condition. 

Check the ip by running this command:

docker-machine ip default

Look at this link as well if it helps: https://stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working 

Someone who has used docker toolbox on windows may be able to answer better. 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View solution in original post

2 Replies
abhinavmishra14
Advanced

Re: Unable to access alfresco via Alfresco sdk 4.0 all in one archetype running through docker

Jump to solution

Can you check if all the services are up?

Try running this command:

docker-compose ps 

It would result this kind of output if all the services are up and running:

Also, i remeber something related to docker toolbox on windows which doesn't directly recognizes localhost, it works when we use IP considering all services are running in good condition. 

Check the ip by running this command:

docker-machine ip default

Look at this link as well if it helps: https://stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working 

Someone who has used docker toolbox on windows may be able to answer better. 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
ashitasaxena
Active Member

Re: Unable to access alfresco via Alfresco sdk 4.0 all in one archetype running through docker

Jump to solution

That works actually ,application will not be accessible on localhost but docker machine ip address i.e http://192.168.99.100:8080/alfresco for docker toolbox .Really appreciate your help .Thanks !

I have one more question , alfresco sdk 4.0 application performance is very very slow .It is taking more than 10 minutes to open a single page .Any idea regarding this .Is it a memory related issue or anything else ?