KIE execution server not showing remote server

4,164 views
Skip to first unread message

vijay yadav

unread,
Sep 18, 2017, 6:30:56 AM9/18/17
to Drools Setup


I am using "wildfly-10.1.0.Final" and "kie-drools-wb-7.3.0.Final-wildfly10".
for execution server I am using "kie-server-7.3.0.Final-ee7".

Everything is working fine but I can't see any remote server.
response of get request to the url "http://localhost:8080/kie-server-7.3.0.Final-ee7/services/rest/server" is

{
  "type" : "SUCCESS",
  "msg" : "Kie Server info",
  "result" : {
    "kie-server-info" : {
      "id" : "3a171d65-04c2-38a8-9fe7-d64d3d6da649",
      "version" : "7.3.0.Final",
      "name" : "KieServer@/kie-server-7.3.0.Final-ee7",
      "location" : "http://localhost:8230/kie-server/services/rest/server",
      "capabilities" : [ "KieServer", "BRM", "BPM", "CaseMgmt", "BPM-UI", "BRP", "DMN", "BPMQueries" ],
      "messages" : [ {
        "severity" : "INFO",
        "timestamp" : {
  "java.util.Date" : 1505728614669
},
        "content" : [ "Server KieServerInfo{serverId='3a171d65-04c2-38a8-9fe7-d64d3d6da649', version='7.3.0.Final', location='http://localhost:8230/kie-server/services/rest/server', capabilities=[KieServer, BRM, BPM, CaseMgmt, BPM-UI, BRP, DMN, BPMQueries]}started successfully at Mon Sep 18 15:26:54 IST 2017" ]
      } ]
    }
  }
}




Maciej Swiderski

unread,
Sep 18, 2017, 6:58:45 AM9/18/17
to drools...@googlegroups.com
did you started kie server with org.kie.server.controller property that ponts at your workbench’s controller REST endpoint? Looks like it was not there…

Maciej
--
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/969baa46-315c-42b2-b19e-89bdc77861a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

vijay yadav

unread,
Sep 21, 2017, 3:13:44 AM9/21/17
to Drools Setup
hi Maciej Swiderski,

I changed standalone.xml to standalone_old.xml.
and standalone_full.xml to standalone.xml.

Next I added users.
Next I started the server and deployed the workbench and execution server successfully.
Next I shutdown the server and added system properties as follows into standalone.xml file

 <system-properties>
        <property name="org.kie.demo" value="false"/>
        <property name="org.kie.example" value="false"/>
        <property name="org.jbpm.designer.perspective" value="full"/>
        <property name="designerdataobjects" value="false"/>
        <property name="org.uberfire.nio.git.dir" value="${jboss.home.dir}/bin"/>
        <property name="org.kie.server.repo" value="${jboss.server.data.dir}"/>
        <property name="org.uberfire.metadata.index.dir" value="${jboss.home.dir}/bin"/>
        <property name="org.guvnor.m2repo.dir" value="${jboss.home.dir}/bin"/>
        <property name="org.kie.override.deploy.enabled" value="true"/>
        <property name="org.kie.server.location" value="http://localhost:8080/execution-server/services/rest/server"/>
        <property name="org.kie.server.controller" value="http://localhost:8080/workbench/rest/controller"/>
        <property name="org.kie.server.user" value="kieserver"/>
        <property name="org.kie.server.pwd" value="kieserver1!"/>
        <property name="org.kie.server.controller.user" value="kieserver"/>
        <property name="org.kie.server.controller.pwd" value="kieserver1!"/>
        <property name="org.kie.server.id" value="local-server-123"/>
    </system-properties>

Now I am not able to start the server again. I am getting a list of errors.

Would you please tell me what am I doing wrong?

Regards
Vijay

Maciej Swiderski

unread,
Sep 21, 2017, 3:44:43 AM9/21/17
to drools...@googlegroups.com
you would have to share the errors as without them there is no way to give you any hints

Maciej
--
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.

vijay yadav

unread,
Sep 21, 2017, 4:27:46 AM9/21/17
to Drools Setup
Thanks for replying.

There are lots of error.

2017-09-21 12:27:38,480 INFO  [org.kie.server.controller.websocket.client.WebsocketKieServerControllerImpl] (ServerService Thread Pool -- 64) Kie Server points to non websocket controller 'http://localhost:8080/workbench/rest/controller', using default REST mechanism
2017-09-21 12:27:38,986 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (ServerService Thread Pool -- 64) Exception encountered while syncing with controller at http://localhost:8080/workbench/rest/controller/server/local-server-123 error Error while sending PUT request to http://localhost:8080/workbench/rest/controller/server/local-server-123 response code 405

2017-09-21 12:29:25,013 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/workbench/rest/controller/server/local-server-123 error Error while sending PUT request to http://localhost:8080/workbench/rest/controller/server/local-server-123 response code 405
2017-09-21 12:29:25,013 WARN  [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EJB default - 2) SQL Error: 50200, SQLState: HYT00
2017-09-21 12:29:21,804 WARN  [org.jbpm.shared.services.impl.TransactionalCommandService] (EJB default - 7) Could not commit session: javax.persistence.PessimisticLockException: could not extract ResultSet
    at org.hibernate.jpa.spi.AbstractEntityManagerImpl.wrapLockException(AbstractEntityManagerImpl.java:1760)
    at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1649)
    at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1602)
    at org.hibernate.jpa.internal.QueryImpl.getSingleResult(QueryImpl.java:560)
    at org.jbpm.shared.services.impl.JpaPersistenceContext.queryStringWithParameters(JpaPersistenceContext.java:197)
    at org.jbpm.shared.services.impl.JpaPersistenceContext.queryAndLockWithParametersInTransaction(JpaPersistenceContext.java:63)
    at org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl$LockAndUpdateRequestInfoCommand.execute(ExecutorQueryServiceImpl.java:244)
    at org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl$LockAndUpdateRequestInfoCommand.execute(ExecutorQueryServiceImpl.java:229)
    at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:71)
    at org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl.getRequestForProcessing(ExecutorQueryServiceImpl.java:216)
    at org.jbpm.executor.impl.AvailableJobsExecutor.executeJob(AvailableJobsExecutor.java:36)
    at org.kie.server.jms.executor.PollExecutorBean.executeJob(PollExecutorBean.java:84)
    at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
    at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82)
    at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
    at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:103)
    at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:58)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
    at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
    at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
    at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
    at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636)
    at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
    at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
    at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
    at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.LogDiagnosticContextRecoveryInterceptor.processInvocation(LogDiagnosticContextRecoveryInterceptor.java:82)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.AsyncFutureInterceptorFactory$1$2.runInvocation(AsyncFutureInterceptorFactory.java:104)
    at org.jboss.as.ejb3.component.interceptors.AsyncInvocationTask.run(AsyncInvocationTask.java:74)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:748)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: org.hibernate.PessimisticLockException: could not extract ResultSet
    at org.hibernate.dialect.H2Dialect$3.convert(H2Dialect.java:351)
    at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
    at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:111)
    at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:97)
    at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:79)
    at org.hibernate.loader.Loader.getResultSet(Loader.java:2122)
    at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1905)
    at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1881)
    at org.hibernate.loader.Loader.doQuery(Loader.java:925)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:342)
    at org.hibernate.loader.Loader.doList(Loader.java:2622)
    at org.hibernate.loader.Loader.doList(Loader.java:2605)
    at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2434)
    at org.hibernate.loader.Loader.list(Loader.java:2429)
    at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:501)
    at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:371)
    at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:216)
    at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1339)
    at org.hibernate.internal.QueryImpl.list(QueryImpl.java:87)
    at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:606)
    at org.hibernate.jpa.internal.QueryImpl.getSingleResult(QueryImpl.java:529)
    ... 75 more
Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "REQUESTINFO"; SQL statement:
select requestinf0_.id as id1_36_, requestinf0_.commandName as commandN2_36_, requestinf0_.deploymentId as deployme3_36_, requestinf0_.executions as executio4_36_, requestinf0_.businessKey as business5_36_, requestinf0_.message as message6_36_, requestinf0_.owner as owner7_36_, requestinf0_.priority as priority8_36_, requestinf0_.processInstanceId as processI9_36_, requestinf0_.requestData as request10_36_, requestinf0_.responseData as respons11_36_, requestinf0_.retries as retries12_36_, requestinf0_.status as status13_36_, requestinf0_.timestamp as timesta14_36_ from RequestInfo requestinf0_ where (requestinf0_.status='QUEUED' or requestinf0_.status='RETRYING') and requestinf0_.timestamp<? and (requestinf0_.owner=? or requestinf0_.owner is null) and (requestinf0_.deploymentId in (?) or requestinf0_.deploymentId is null) order by requestinf0_.priority desc limit ? for update [50200-173]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:331)
    at org.h2.message.DbException.get(DbException.java:171)
    at org.h2.message.DbException.get(DbException.java:148)
    at org.h2.table.RegularTable.doLock(RegularTable.java:521)
    at org.h2.table.RegularTable.lock(RegularTable.java:455)
    at org.h2.table.TableFilter.lock(TableFilter.java:145)
    at org.h2.command.dml.Select.queryWithoutCache(Select.java:611)
    at org.h2.command.dml.Query.query(Query.java:314)
    at org.h2.command.dml.Query.query(Query.java:284)
    at org.h2.command.dml.Query.query(Query.java:36)
    at org.h2.command.CommandContainer.query(CommandContainer.java:91)
    at org.h2.command.Command.executeQuery(Command.java:195)
    at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
    at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:504)
    at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:70)
    ... 91 more



Should I share log file with you?

Thanks


On Monday, September 18, 2017 at 4:00:56 PM UTC+5:30, vijay yadav wrote:

vijay yadav

unread,
Sep 21, 2017, 4:30:30 AM9/21/17
to Drools Setup
13:27:29,483 ERROR [stderr] (ServerService Thread Pool -- 78) Exception in thread "ServerService Thread Pool -- 78" java.lang.OutOfMemoryError: Java heap space
13:27:49,789 WARN  [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000004: Failure during stop of service jboss.deployment.unit."execution-server.war".CdiValidatorFactoryService: java.lang.OutOfMemoryError: Java heap space

13:32:50,594 ERROR [org.jboss.as.ejb3] (EJB default - 6) WFLYEJB0443: EJB 3.1 FR 13.3.3: BMT bean AvailableJobsExecutor should complete transaction before returning.
13:31:39,781 ERROR [org.jboss.as.ejb3] (EJB default - 15) WFLYEJB0443: EJB 3.1 FR 13.3.3: BMT bean AvailableJobsExecutor should complete transaction before returning.
13:27:12,473 ERROR [org.jboss.as.controller.client] (Controller Boot Thread) WFLYCTL0190: Step handler org.jboss.as.domain.management.security.SecurityRealmAddHandler$ServiceInstallStepHandler@5c1325ca for operation {"address" => [("core-service" => "management"),("security-realm" => "ApplicationRealm")],"operation" => "add","map-groups-to-roles" => undefined} at address [
    ("core-service" => "management"),
    ("security-realm" => "ApplicationRealm")
] failed handling operation rollback -- java.util.concurrent.TimeoutException

Maciej Swiderski

unread,
Sep 21, 2017, 7:18:57 AM9/21/17
to drools...@googlegroups.com
On 21 Sep 2017, at 10:30, vijay yadav <yadavi...@gmail.com> wrote:

13:27:29,483 ERROR [stderr] (ServerService Thread Pool -- 78) Exception in thread "ServerService Thread Pool -- 78" java.lang.OutOfMemoryError: Java heap space
here is the root cause, there is not enough memory on the server to start… increase it as it most likely runs with low defaults - you can do that in standalone.conf file of wildfly

Maciej
-- 
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.

General Patton

unread,
Sep 29, 2017, 7:40:53 AM9/29/17
to Drools Setup

I think the kie execution server needs to be run with standalone-full.xml instead of standalone.xml
Changing the name of your standalone-full.xml to standalone.xml does not seem like a valid operation to me.


Op donderdag 21 september 2017 13:18:57 UTC+2 schreef Maciej Swiderski:

vijay yadav

unread,
Oct 10, 2017, 9:14:05 AM10/10/17
to Drools Setup
hey, I increased the memory, now error is gone, but following thing is coming up continuously


2017-09-21 12:27:38,480 INFO  [org.kie.server.controller.websocket.client.WebsocketKieServerControllerImpl] (ServerService Thread Pool -- 64) Kie Server points to non websocket controller 'http://localhost:8080/workbench/rest/controller', using default REST mechanism

On Monday, September 18, 2017 at 4:00:56 PM UTC+5:30, vijay yadav wrote:

Sreejith J Nair

unread,
Dec 28, 2017, 2:19:12 AM12/28/17
to Drools Setup
Hi martina, 
Im also facing the same issue.. Kie Server points to non websocket controller. Can you please help me if you have solved that issue?

Sri

unread,
Jan 21, 2018, 11:23:11 PM1/21/18
to Drools Setup
Hi Martina,

I am also getting the same response. The KIE server is up and running but getting response message what you have mentioned with error code 405 and due to this i am not able to access the below controller URL.
Can you please help on this?

 

On Tuesday, October 10, 2017 at 6:44:05 PM UTC+5:30, Martina wrote:

Ram

unread,
Feb 11, 2018, 4:10:32 PM2/11/18
to Drools Setup
I had similar issue and resolved after setting JAVA_OPTS as below in tomcat 8.

set "JAVA_OPTS=%JAVA_OPTS% -Dorg.kie.server.id=first-kie-server -Dorg.kie.server.location=http://lenovo-pc:8080/kie-server/services/rest/server -Dorg.kie.server.controller=http://lenovo-pc:8080/kie-drools-wb/rest/controller -Dorg.kie.server.controller.user=admin -Dorg.kie.server.controller.pwd=secret -Dorg.kie.server.user=admin -Dorg.kie.server.pwd=secret -Dorg.jbpm.server.ext.disabled=true"

Thanks,
Ram

KingPB M

unread,
Feb 15, 2018, 4:06:16 AM2/15/18
to Drools Setup
have a look below and see if it does not work for you (standalone-full.xml), you must obviously use your own users that you have added using add-user.sh/.bat:

<system-properties>
        <property name="jboss.as.management.blocking.timeout" value="600"/>
        <property name="org.kie.server.location" value="http://localhost:8080/kie-server-7.5.0.Final-ee7/services/rest/server"/>
        <property name="org.kie.server.id" value="kie-server"/>
        <property name="jboss.socket.binding.port-offset" value="0"/>
        <property name="org.kie.server.user" value="kie-server"/>
        <property name="org.kie.server.pwd" value="kie-server"/>
        <property name="org.kie.server.controller" value="http://localhost:8080/kie-wb-7.6.0.Final-eap7/rest/controller"/>
        <property name="org.kie.server.controller.user" value="kie-wb-rest"/>
        <property name="org.kie.server.controller.pwd" value="kie-wb-rest"/>
    </system-properties>

Reply all
Reply to author
Forward
0 new messages