cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti workflow console

liuk88
Champ in-the-making
Champ in-the-making
Hi all, i have the following problem (alfresco enterprise):
The activiti workflow console is (if i understand well) an out of the box feature, but in my installation i can't show it.
In the share interface i see:

Activiti Engine

Enabled: yes
Definitions visible: yes

But when i click the activiti console link i get:

HTTP ERROR 404

Problem accessing /alfresco/activiti-admin. Reason:

    NOT_FOUND


What can i do?
Thanks all!
3 REPLIES 3

parzgnat
Star Contributor
Star Contributor
Do you have Share and Alfresco deployed on the same web server (Tomcat) instance?  The URL that you need to go to for the Activiti Admin console should be on the same server as the alfresco.war.  Have you tried just opening a new browser and going to
http://<SERVER>:<port>/alfresco/activiti-admin
?  For example, when I run Alfresco locally, I can get to the Activi admin without going through the Share admin console by just going to
http://localhost:8080/alfresco/activiti-admin
.

liuk88
Champ in-the-making
Champ in-the-making
Yes, Share and Alfresco are in the same tomcat instance and i tried with the direct URL too. Same error..
Somebody told me that i need a dependency in the pom maybe (i use maven in eclipse to deploy)

archimadhu86
Champ in-the-making
Champ in-the-making
We have same problem in Alfresco 5.1
Getting 404 when try to access https://hostSmiley Tongueort/alfresco/activiti-admin.

Here is error log -
[19/07/16 10:35:16:071 AEST]     FFDC Exception:javax.servlet.ServletException SourceId:com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters -SE ProbeId:1078
javax.servlet.ServletException: java.io.FileNotFoundException: SRVE0190E: File not found: /activiti-admin
   at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:248)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
   at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3923)
   at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
   at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:986)
   at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
   at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
   at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
   at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
   at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
   at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
   at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
   at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
   at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
   at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
   at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)
Caused by: java.io.FileNotFoundException: SRVE0190E: File not found: /activiti-admin
   at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor._processEDR(DefaultExtensionProcessor.java:949)
   at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.processEDR(DefaultExtensionProcessor.java:930)
   at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:484)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)
   at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
   … 21 more

Reporter:null


Can anybody give some pointers?