Corticon 5.5 Publish does not support Database Mode (will be

Posted by mparish on 29-Jun-2015 15:04

When publishing an EDC enabled rule model in 5.4.1 the database mode option is enabled.

However when publishing the same rule model in 5.5 it is disabled.

The same license file is used by both 5.4.1 and 5.5.

Any ideas what's going on?

The web console confirms that EDC is enabled:

Resolution: 5.5 does not yet support publishing rule models with EDC.

This will be supported in hotfix  5.5.0.1 release

All Replies

Posted by mparish on 29-Jun-2015 17:14

Installing 5.5.0.1 fixed the publishing problem.

Decision service now deploys to server

However it gets the following server execution error (executes correctly in Studio)

2015-06-29 15:06:36.889 ERROR  [pool-1-thread-1] d.UQFM.1.0  -  java.lang.NullPointerException: null

at com.corticon.reactor.engine.DataManagerForJSON.processEntity(DataManagerForJSON.java:148)

at com.corticon.reactor.engine.DataManagerForJSON.initializeDataObjects(DataManagerForJSON.java:102)

at com.corticon.reactor.util.CcGenericReactor.execute(CcGenericReactor.java:516)

at com.corticon.eclipse.server.core.impl.CcServerThreadPoolCallableJson.call(CcServerThreadPoolCallableJson.java:75)

at com.corticon.eclipse.server.core.impl.CcServerThreadPoolCallableJson.call(CcServerThreadPoolCallableJson.java:1)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)

at java.util.concurrent.FutureTask.run(FutureTask.java:166)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)

at java.util.concurrent.FutureTask.run(FutureTask.java:166)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

at java.lang.Thread.run(Thread.java:722)

Posted by mparish on 29-Jun-2015 17:18

Correction: Studio 5.5.0.1 also fails to execute this decision locally. it worked previously with 5.5.0.0

This thread is closed