Unable to see BPM capability when KIE server is deployed on WebSphere, process definitions are not loading
Issue
The kie-server instance deployed on WebSphere throws exception "Process definitions cannot be loaded. Check if jBPM capabilities are enabled on remote KIE-SERVER"
Checking the server capabilities on this server instance gives the following response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response type="SUCCESS" msg="Kie Server info">
<kie-server-info>
<capabilities>KieServer</capabilities>
<capabilities>BRM</capabilities>
<capabilities>CaseMgmt</capabilities>
<capabilities>BPM-UI</capabilities>
<capabilities>BRP</capabilities>
<capabilities>DMN</capabilities>
<capabilities>Swagger</capabilities>
<location>http://host:port/kie-server/services/rest/server</location>
<messages>
<content>Error when initializing server extension of type jBPM KIE Server extension due to Can't get metadata on specified data set: jbpmExecutionErrorList</content>
<severity>ERROR</severity>
</messages>
<messages>
<content>Server KieServerInfo{serverId='kie-server', version='7.7.0.Final-redhat-7', name='kie-server', location='http://host:port/kie-server/services/rest/server', capabilities=[KieServer, BRM, CaseMgmt, BPM-UI, BRP, DMN, Swagger], messages=null}started successfully</content>
<severity>INFO</severity>
</messages>
<name>kie-server</name>
<id>kie-server</id>
<version>7.7.0.Final-redhat-7</version>
</kie-server-info>
</response>
We created the database tables in using the schema generation scripts and accessing this schema is working from the WebSphere instance.
Environment
- Red Hat Process Automation Manager
- 7.0.0
- WebSphere Application Server
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.
