Not able to create container with scanner info in unmanaged mode using REST API
Issue
- Not able to create container with scanner info in unmanaged mode using REST API in BPMS 6.2
- The scanner status is not kept correctly after a server restart
-
After rebooting the EAP and using this REST command below to check container status:
https://<host>:<port>/kie-server/services/rest/server/containers [GET]The server response says "Failed to create scanner for container container_abc with module com.example:rules:ver-1."
<response type="SUCCESS" msg="List of created containers"> <kie-containers> <kie-container container-id="container_abc" status="FAILED"> <messages> <content>Failed to create scanner for container container_abc with module com.example:rules:ver-1.</content> <severity>ERROR</severity> <timestamp>2016-11-22T16:52:35.676-06:00</timestamp> </messages> <release-id> <artifact-id>rules</artifact-id> <group-id>com.example</group-id> <version>ver-1</version> </release-id> <resolved-release-id> <artifact-id>rules</artifact-id> <group-id>com.example</group-id> <version>ver-1</version> </resolved-release-id> </kie-container> </kie-containers> </response>
Environment
- Red Hat JBoss BPM Suite
- 6.3.x
- 6.2.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
