Kie-scanner status not retained after server recycle

Solution Unverified - Updated -

Issue

We are using BPM 6.2.2 and running kie-server in un-managed mode. I added kie-scanner using the below REST api.
Request:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<script>
    <update-scanner container-id="DemoContainer">
       <scanner poll-interval="120000" status="STARTED"/> 
    </update-scanner>
</script>

Response:

<responses>
   <response type="SUCCESS" msg="Kie scanner successfully created.">
      <kie-scanner poll-interval="120000" status="STARTED"/>
   </response>
</responses>

After the server recycle, the scanner information is not retained.Get Scanner Info REST API call
Request:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<script>
    <get-scanner-info container-id="DemoContainer"/>
</script>

Response:

<responses>
   <response type="SUCCESS" msg="Scanner info successfully retrieved">
      <kie-scanner status="DISPOSED"/>
   </response>
</responses>

Environment

  • Red Hat JBoss BPM Suite
    • 6.2.0

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.