<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco not working due to 403 error in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-not-working-due-to-403-error/m-p/137393#M36860</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For some reason the Alfresco is not starting. We can only access the login page of share and activity-app but nothing else.&lt;BR /&gt;For example, if we try to open /alfresco it return 403 page. The admin console is inaccessible as well. It shows 403 error page. There is nothing in the tomcat or alfresco's logs.&lt;BR /&gt;Screenshot of the network tab:&lt;BR /&gt;&lt;A href="https://prnt.sc/CQH6wno4NJ1J" target="_blank" rel="noopener nofollow noreferrer"&gt;https://prnt.sc/CQH6wno4NJ1J&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the logs it says that the alfresco.war file is successfully deployed.&lt;/P&gt;&lt;P&gt;More details about the server:&lt;BR /&gt;Ubuntu 20.04&lt;BR /&gt;Apache 2.4.41&lt;BR /&gt;Tomcat 8.5.34&lt;BR /&gt;PostgreSQL 11.18&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the webapps of tomcat we have the following files and folders:&lt;BR /&gt;root@****:/opt/alfresco/tomcat/webapps# ll&lt;BR /&gt;total 748684&lt;BR /&gt;drwxrwxrwx 12 tomcat tomcat 4096 Feb 6 12:41 ./&lt;BR /&gt;drwxrwxrwx 11 tomcat tomcat 4096 Feb 2 16:43 ../&lt;BR /&gt;drwxrwxrwx 3 tomcat tomcat 4096 Feb 2 16:46 ROOT/&lt;BR /&gt;drwxrwxrwx 4 tomcat tomcat 4096 Feb 2 16:46 _vti_bin/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 762845 Feb 2 16:46 _vti_bin.war*&lt;BR /&gt;drwxrwxrwx 20 root root 4096 Feb 6 12:23 activiti-app/&lt;BR /&gt;-rwxrwxrwx 1 root root 275646486 Feb 6 12:17 activiti-app.war*&lt;BR /&gt;drwxrwxrwx 10 tomcat tomcat 4096 Feb 2 16:46 alfresco/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 213516163 Feb 2 16:46 alfresco.war*&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 198010295 Feb 2 16:46 alfresco.war-1629189171235.bak*&lt;BR /&gt;drwxrwxrwx 14 tomcat tomcat 4096 Feb 2 11:42 docs/&lt;BR /&gt;drwxrwxrwx 6 tomcat tomcat 4096 Feb 2 11:42 examples/&lt;BR /&gt;drwxrwxrwx 5 tomcat tomcat 4096 Feb 2 16:46 host-manager/&lt;BR /&gt;drwxrwxrwx 5 tomcat tomcat 4096 Feb 2 16:46 manager/&lt;BR /&gt;drwxrwxrwx 5 root root 4096 Feb 6 12:41 process-workspace/&lt;BR /&gt;-rwxrwxrwx 1 root root 3080922 Feb 6 12:41 process-workspace.war*&lt;BR /&gt;drwxrwxrwx 14 tomcat tomcat 4096 Feb 2 16:47 share/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 75571886 Feb 2 16:46 share.war*&lt;BR /&gt;root@****:/opt/alfresco/tomcat/webapps#&lt;/P&gt;&lt;P&gt;The vHost we are using is:&lt;BR /&gt;&amp;lt;VirtualHost *:443&amp;gt;&lt;BR /&gt;SSLEngine On&lt;BR /&gt;Redirect "/" "https://****/process-workspace"&lt;BR /&gt;ProxyPreserveHost On&lt;BR /&gt;ProxyPass "/activiti-app" "&lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/activiti-app" "&lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/process-workspace" "&lt;A href="http://localhost:8080/process-workspace" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/process-workspace&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/process-workspace" "&lt;A href="http://localhost:8080/process-workspace" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/process-workspace&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/share" "&lt;A href="http://localhost:8080/share" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/share" "&lt;A href="http://localhost:8080/share" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;"&lt;BR /&gt;# ProxyPass "/share/page/dologin" "&lt;A href="http://localhost:8080/share/page/dologin" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share/page/dologin&lt;/A&gt;"&lt;BR /&gt;# ProxyPassReverse "/share/page/dologin" "&lt;A href="http://10.24.26.13:8080/share/page/dologin" target="_blank" rel="noopener nofollow noreferrer"&gt;http://10.24.26.13:8080/share/page/dologin&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/alfresco" "&lt;A href="http://localhost:8080/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/alfresco" "&lt;A href="http://localhost:8080/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/solr" "&lt;A href="http://localhost:8983/solr" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8983/solr&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/solr" "&lt;A href="http://localhost:8983/solr" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8983/solr&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key&lt;BR /&gt;# SSLCACertificateFile /etc/ssl/certs/ca-certificates.crt #If using a self-signed certificate, omit this line&lt;/P&gt;&lt;P&gt;ServerAdmin systemgf@****&lt;BR /&gt;ServerName .****&lt;BR /&gt;ServerAlias www.****&lt;BR /&gt;&lt;BR /&gt;ErrorLog /var/log/apache2/ssl/claims.gf/log/error.log&lt;BR /&gt;CustomLog /var/log/apache2/ssl/claims.gf/log/access.log combined&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 08:17:49 GMT</pubDate>
    <dc:creator>Aleksandar</dc:creator>
    <dc:date>2023-02-09T08:17:49Z</dc:date>
    <item>
      <title>Alfresco not working due to 403 error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-not-working-due-to-403-error/m-p/137393#M36860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For some reason the Alfresco is not starting. We can only access the login page of share and activity-app but nothing else.&lt;BR /&gt;For example, if we try to open /alfresco it return 403 page. The admin console is inaccessible as well. It shows 403 error page. There is nothing in the tomcat or alfresco's logs.&lt;BR /&gt;Screenshot of the network tab:&lt;BR /&gt;&lt;A href="https://prnt.sc/CQH6wno4NJ1J" target="_blank" rel="noopener nofollow noreferrer"&gt;https://prnt.sc/CQH6wno4NJ1J&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the logs it says that the alfresco.war file is successfully deployed.&lt;/P&gt;&lt;P&gt;More details about the server:&lt;BR /&gt;Ubuntu 20.04&lt;BR /&gt;Apache 2.4.41&lt;BR /&gt;Tomcat 8.5.34&lt;BR /&gt;PostgreSQL 11.18&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the webapps of tomcat we have the following files and folders:&lt;BR /&gt;root@****:/opt/alfresco/tomcat/webapps# ll&lt;BR /&gt;total 748684&lt;BR /&gt;drwxrwxrwx 12 tomcat tomcat 4096 Feb 6 12:41 ./&lt;BR /&gt;drwxrwxrwx 11 tomcat tomcat 4096 Feb 2 16:43 ../&lt;BR /&gt;drwxrwxrwx 3 tomcat tomcat 4096 Feb 2 16:46 ROOT/&lt;BR /&gt;drwxrwxrwx 4 tomcat tomcat 4096 Feb 2 16:46 _vti_bin/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 762845 Feb 2 16:46 _vti_bin.war*&lt;BR /&gt;drwxrwxrwx 20 root root 4096 Feb 6 12:23 activiti-app/&lt;BR /&gt;-rwxrwxrwx 1 root root 275646486 Feb 6 12:17 activiti-app.war*&lt;BR /&gt;drwxrwxrwx 10 tomcat tomcat 4096 Feb 2 16:46 alfresco/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 213516163 Feb 2 16:46 alfresco.war*&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 198010295 Feb 2 16:46 alfresco.war-1629189171235.bak*&lt;BR /&gt;drwxrwxrwx 14 tomcat tomcat 4096 Feb 2 11:42 docs/&lt;BR /&gt;drwxrwxrwx 6 tomcat tomcat 4096 Feb 2 11:42 examples/&lt;BR /&gt;drwxrwxrwx 5 tomcat tomcat 4096 Feb 2 16:46 host-manager/&lt;BR /&gt;drwxrwxrwx 5 tomcat tomcat 4096 Feb 2 16:46 manager/&lt;BR /&gt;drwxrwxrwx 5 root root 4096 Feb 6 12:41 process-workspace/&lt;BR /&gt;-rwxrwxrwx 1 root root 3080922 Feb 6 12:41 process-workspace.war*&lt;BR /&gt;drwxrwxrwx 14 tomcat tomcat 4096 Feb 2 16:47 share/&lt;BR /&gt;-rwxrwxrwx 1 tomcat tomcat 75571886 Feb 2 16:46 share.war*&lt;BR /&gt;root@****:/opt/alfresco/tomcat/webapps#&lt;/P&gt;&lt;P&gt;The vHost we are using is:&lt;BR /&gt;&amp;lt;VirtualHost *:443&amp;gt;&lt;BR /&gt;SSLEngine On&lt;BR /&gt;Redirect "/" "https://****/process-workspace"&lt;BR /&gt;ProxyPreserveHost On&lt;BR /&gt;ProxyPass "/activiti-app" "&lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/activiti-app" "&lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/process-workspace" "&lt;A href="http://localhost:8080/process-workspace" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/process-workspace&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/process-workspace" "&lt;A href="http://localhost:8080/process-workspace" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/process-workspace&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/share" "&lt;A href="http://localhost:8080/share" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/share" "&lt;A href="http://localhost:8080/share" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;"&lt;BR /&gt;# ProxyPass "/share/page/dologin" "&lt;A href="http://localhost:8080/share/page/dologin" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/share/page/dologin&lt;/A&gt;"&lt;BR /&gt;# ProxyPassReverse "/share/page/dologin" "&lt;A href="http://10.24.26.13:8080/share/page/dologin" target="_blank" rel="noopener nofollow noreferrer"&gt;http://10.24.26.13:8080/share/page/dologin&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/alfresco" "&lt;A href="http://localhost:8080/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/alfresco" "&lt;A href="http://localhost:8080/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;"&lt;BR /&gt;ProxyPass "/solr" "&lt;A href="http://localhost:8983/solr" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8983/solr&lt;/A&gt;"&lt;BR /&gt;ProxyPassReverse "/solr" "&lt;A href="http://localhost:8983/solr" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8983/solr&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key&lt;BR /&gt;# SSLCACertificateFile /etc/ssl/certs/ca-certificates.crt #If using a self-signed certificate, omit this line&lt;/P&gt;&lt;P&gt;ServerAdmin systemgf@****&lt;BR /&gt;ServerName .****&lt;BR /&gt;ServerAlias www.****&lt;BR /&gt;&lt;BR /&gt;ErrorLog /var/log/apache2/ssl/claims.gf/log/error.log&lt;BR /&gt;CustomLog /var/log/apache2/ssl/claims.gf/log/access.log combined&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:17:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-not-working-due-to-403-error/m-p/137393#M36860</guid>
      <dc:creator>Aleksandar</dc:creator>
      <dc:date>2023-02-09T08:17:49Z</dc:date>
    </item>
  </channel>
</rss>

