Install activiti-6.0.0 alfresco version 6.1.1

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

Install activiti-6.0.0 alfresco version 6.1.1

Hi,
I installed activiti-6.0.0 on alfresco - version 6.1.1
I followed the documentation on the website below:
https://docs.alfresco.com/activiti/docs/admin-guide/1.5.0/
Alfresco has ssl enabled.
I installed Let's Encrypt. The alfresco is normal.
But you don't want to open activiti
https://gi.processoverde.com.br/share/page/activiti-admin

Error:

Something is wrong with this page ...

We may have encountered an error, or maybe something has been removed or deleted, so check to see if the URL is correct.

It is also possible that you do not have permission to view the page (it may be part of a private site) or that an internal error has occurred. Contact your IT staff.

If you are trying to access the home page and it is no longer available, change it by clicking its name on the toolbar.

root @ servertwtech: / opt / alfresco / tomcat / webapps # pwd
/ opt / alfresco / tomcat / webapps

root @ servertwtech: / opt / alfresco / tomcat / webapps # l
total 316M
-rw-r - r-- 1 alfresco alfresco 747K Aug 30 11:16 _vti_bin.war
-rw-r - r-- 1 alfresco alfresco 269K Aug 30 11:16 ROOT.war
-rw-r - r-- 1 alfresco alfresco 162M Aug 30 11:16 alfresco.war
drwxr-xr-x 10 alfresco alfresco 4.0K Aug 30 11:25 alfresco
drwxr-xr-x 4 alfresco alfresco 4.0K Aug 30 11:48 _vti_bin
drwxr-xr-x 6 alfresco alfresco 4.0K Aug 30 11:48 ROOT
-rw-r - r-- 1 root root 35M Nov 21 17:56 activiti-admin.war
-rw-r - r-- 1 root root 48M Nov 21 17:57 activiti-app.war
-rw-r - r-- 1 alfresco alfresco 71M Nov 25 17:31 share.war
drwxr-xr-x 14 alfresco alfresco 4.0K Nov 25 17:34 share
drwxr-xr-x 15 alfresco alfresco 4.0K Nov 26 13:41 activiti-app
drwxr-xr-x 13 alfresco alfresco 4.0K Nov 26 14:03 activiti-admin


root @ servertwtech: / opt / alfresco / tomcat / webapps # tail -f /opt/alfresco/tomcat/logs/catalina.out
        at org.apache.coyote.AbstractProtocol $ AbstractConnectionHandler.process (AbstractProtocol.java:684)
        at org.apache.tomcat.util.net.NioEndpoint $ SocketProcessor.doRun (NioEndpoint.java:1539)
        at org.apache.tomcat.util.net.NioEndpoint $ SocketProcessor.run (NioEndpoint.java:1495)
        at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:624)
        at org.apache.tomcat.util.threads.TaskThread $ WrappingRunnable.run (TaskThread.java:61)
        at java.lang.Thread.run (Thread.java:748)

2019-11-26 15: 56: 45,308 ERROR [alfresco.web.site] [http-nio-8080-exec-35] javax.servlet.ServletException: Could not resolve view with name 'activiti-app' in servlet with name 'Spring Surf Dispatcher Servlet'

What is the solution to this problem?
Thanks a lot!
Zé Brasil

2 Replies
angelborroy
Alfresco Employee

Re: Install activiti-6.0.0 alfresco version 6.1.1

It looks like a problem with your NGINX/HttpD rules.

Hyland Developer Evangelist
jbrasil
Active Member II

Re: Install activiti-6.0.0 alfresco version 6.1.1

Hi angelborroy,
All right?
I am using NGINX.

root @ servertwtech: /etc/nginx/conf.d# pwd
/etc/nginx/conf.d

root @ servertwtech: /etc/nginx/conf.d# l alfresco.conf.ssl
-rw-r - r-- 1 root root 4.9K Nov 26 10:48 alfresco.conf.ssl

See server_name configuration

# Default server config. Update servername.
server {
listen 443 ssl http2;
listen [::]: 443 ssl http2;
server_name gi.processoverde.com.br;
rewrite ^ / $ / share;

root / opt / alfresco / www;
index index.html index.htm;

Something I have to add or change?
Thanks a lot!
Zé Brasil