cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access Activiti Explorer

mcpierce
Champ in-the-making
Champ in-the-making
Activiti v5.17.0
Wildfly v8.1.0

When I deploy the activiti-explorer.war file and then try to go to localhost:8080/activiti-explorer I'm seeing:

08:49:20,853 ERROR [io.undertow.request] (default task-1) Blocking request failed HttpServerExchange{ GET /activiti-explorer/}: org.infinispan.commons.CacheListenerException: ISPN000280: Caught exception [java.lang.NullPointerException] while invoking method [public void org.wildfly.clustering.web.infinispan.session.In
finispanSessionManager.activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent)] on listener instance: org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager@48fcdf14

But when I do the exact same steps with Tomcat 8.0.23 I get a running instance of Activiti. Any ideas?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Hmmm… not really.
Seems to be something going on with the session management .. having infinispan in there makes me guess it's about clustered session replication? Any way that can be disabled on your wildfly install?

mcpierce
Champ in-the-making
Champ in-the-making
Hrm, it's a plain Wildfly install, I didn't enable anything in it. If I deploy to Tomcat all works fine, as expected…

jbarrez
Star Contributor
Star Contributor
> Hrm, it's a plain Wildfly install, I didn't enable anything in it.

No, didn't say that. It's probably a default Wildfly configuration that is enabled by default now.