[jboss-jira] [JBoss JIRA] (DROOLS-2366) AsyncDispatcher configuration in ErraiService.properties throws ClassNotFoundException
Dhamodharan Krishnan (JIRA)
issues at jboss.org
Mon Mar 5 16:14:00 EST 2018
Dhamodharan Krishnan created DROOLS-2366:
--------------------------------------------
Summary: AsyncDispatcher configuration in ErraiService.properties throws ClassNotFoundException
Key: DROOLS-2366
URL: https://issues.jboss.org/browse/DROOLS-2366
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.5.0.Final
Reporter: Dhamodharan Krishnan
Assignee: Mario Fusco
I have tried to configure the above mentioned step to recover the Workbench from slowness
/WEB-INF/classes/ErraiService.properties.
But it does not seem to have any effect on the performance. Workbench is continuing to be slow.
Everyone started complaining about the performance. Sometimes, it is not responsible at all.
I have seen more additional information and tried to configure AsyncDispatcher.
But it throws a ClassNotFoundException even though the corresponding jar is available.
( errai-bus-3.2.4.Final.jar ).
http://docs.jboss.org/errai/1.3.2.Final/errai/reference/html/sid-5931334.html#sid-5931357
tomcat-workbench/webapps/kie-wb/WEB-INF/classes/ErraiService.properties
--
##
## Request dispatcher implementation (default is SimpleDispatcher)
##
#errai.dispatcher_implementation=org.jboss.errai.bus.server.SimpleDispatcher
errai.dispatcher_implementation=org.jboss.errai.bus.server.AsyncDispatcher
#
## Worker pool size. This is the number of threads the asynchronous worker pool should provide for
processing
## incoming messages. This option is only valid when using the AsyncDispatcher implementation.
##
errai.async.thread_pool_size=10
##
## Worker timeout (in seconds). This defines the time that a single asychronous process may run,
before the worker pool
## terminates it and reclaims the thread. This option is only valid when using the AsyncDispatcher
implementation.
##
errai.async.worker.timeout=30
##
## Specify the Authentication/Authorization Adapter to use
##
#errai.authentication_adapter=org.jboss.errai.persistence.server.security.HibernateAuthenticationAdapter
#errai.authentication_adapter=org.jboss.errai.bus.server.security.auth.JAASAdapter
##
## This property indicates whether or not authentication is required for all communication with the
bus. Set this
## to 'true' if all access to your application should be secure.
##
#errai.require_authentication_for_all=false
#disable the Workbench's use of Server Sent Events
errai.bus.enable_sse_support=false
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list