Cannot find Alfresco Repository on this server

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 09:41 AM
Hello ! I begin with Alfresco and I want to make a model with the last version of this service. I followed the official documentation (for ZIP / WAR File installation on Tomcat) and when I connect to the web page, I got the following error
Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)
Informations and versions :
- OS : CentOS 7
- Tomcat : 9.0.20
- JAVA : 8
- PostgreSQL : 9.2.24
- Alfresco : Community Distribution 6.1.2
In attachment :
- alfresco-global.properties
- catalina.properties
- catalina.out
- alfresco.xml
- server.xml
The following files belong to the user "tomcat":
- /opt/tomcat/*
- /srv/alfresco/*
In my database service's, I've created the database named "alfresco" aswell as the user "alfresco" (password : alfresco"). I used these commands
postgres=# create database alfresco;
postgres=# create user myuser with encrypted password 'alfresco';
postgres=# grant all privileges on database alfresco to alfresco;
I saw many time this question on this forum but everytime, there was no response or there was no continuation. How can I resolve this issue ?
Best regards
Adrian.
- Labels:
-
Alfresco Content Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 11:43 AM
I haven't found a solution. For people comming here in the future, check your URL. This error showed on this one :
But you have to go on this one :
