Long story short. Further details on request.
I deployed WildFly 8.2.0 then later deployed 8.1.0. The only significant "tweak" was to increase memory allocation via JAVA_OPTS env. variable (now "-Xms1024M -Xmx1024M -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true"). My other tweak was to specify a port offset so that the different WildFly instances would be on different ports (and different from my jboss-eap-6.1 installation).
I deployed kie-wb-distribution-wars-6.1.0.Final-wildfly.war which I got from
Here.
The deployment seems to go smoothly except for one stacktrace which I show below.
However, when I try the URL for the workbench (
http://localhost:<port#>/kie-wb) I get a 404 error. Interestingly, in the Admin Console you can see a link for a WSDL which is on the same port. That link works OK. But no workbench.
The stacktrace I saw when deploying (both WildFly versions) begins as:
Am I installing the right thing?
P.S. stacktrace mentioned above:
2015-02-08 13:09:19,938 ERROR [org.jboss.as.ejb3.invocation] (EJB default - 1) JBAS014134: EJB Invocation failed on component SimpleAsyncExecutorService for method public void org.uberfire.commons.async.SimpleAsyncExecutorService.execute(java.lang.Runnable): javax.ejb.ConcurrentAccessTimeoutException: JBAS014373: EJB 3.1 PFD2 4.8.5.5.1 concurrent access timeout on org.jboss.invocation.InterceptorContext$Invocation@6dda7ac - could not obtain lock within 5000MILLISECONDS
at org.jboss.as.ejb3.concurrency.ContainerManagedConcurrencyInterceptor.processInvocation(ContainerManagedConcurrencyInterceptor.java:100) [wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:55) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.1.0.Final.jar:8.1.0.Final]
<etc.>