Cannot find Alfresco Repository on this server

cancel
Showing results for 
Search instead for 
Did you mean: 
adriannovasys
Member II

Cannot find Alfresco Repository on this server

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.

1 Reply
adriannovasys
Member II

Re: Cannot find Alfresco Repository on this server

I haven't found a solution. For people comming here in the future, check your URL. This error showed on this one : 

http://your_ip:8080

But you have to go on this one :

http://your_ip:8080/share