Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access #10

Open
nevermind19 opened this issue Feb 28, 2020 · 0 comments
Open

Can't access #10

nevermind19 opened this issue Feb 28, 2020 · 0 comments

Comments

@nevermind19
Copy link

After the start of all services , i can't to access into alfresco..
So, after the change of the owner in 1001 UID into folder solr-data all the services are up, with the command docker-compose ps i have this result:

 Name                          Command               State         Ports       
------------------------------------------------------------------------------------------
dockeralfresco_alfresco_1      catalina.sh run -security        Up      8080/tcp          
dockeralfresco_content-app_1   /entrypoint.sh                   Up      80/tcp, 8080/tcp  
dockeralfresco_db_1            docker-entrypoint.sh postg ...   Up      5432/tcp          
dockeralfresco_proxy_1         nginx -g daemon off;             Up      0.0.0.0:80->80/tcp
dockeralfresco_share_1         /usr/local/tomcat/shared/c ...   Up      8080/tcp          
dockeralfresco_solr6_1         /bin/sh -c $DIST_DIR/solr/ ...   Up      8983/tcp          

Also with the command docker ps --format '{{.Names}}\t{{.Image}}\t{{.Ports}}' i have this result:

dockeralfresco_proxy_1	nginx:stable-alpine	0.0.0.0:80->80/tcp
dockeralfresco_solr6_1	alfresco/alfresco-search-services:1.2.0	8983/tcp
dockeralfresco_content-app_1	alfresco/alfresco-content-app:master-latest	80/tcp, 8080/tcp
dockeralfresco_share_1	dockeralfresco_share	8080/tcp
dockeralfresco_alfresco_1	dockeralfresco_alfresco	8080/tcp
dockeralfresco_db_1	postgres:10	5432/tcp

After i tried to access into a web site of my alfresco server, i see the login request, but if i try to access with login: admin and pass: admin i can't access and i have this error:

Authentication details have not been recognized or Alfresco Content Services may not be available at this time.

What i can check for understand why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant