Karel Suta created DROOLS-1128:
----------------------------------
Summary: Concurrent call fails when creating container
Key: DROOLS-1128
URL:
https://issues.jboss.org/browse/DROOLS-1128
Project: Drools
Issue Type: Bug
Components: kie server
Affects Versions: 6.4.0.Final
Environment: Kie server 6.4.0.Final
Reporter: Karel Suta
Assignee: Karel Suta
Priority: Minor
Attachments: stacktrace.txt
If Kie server gets a request concerning container while this container is being created
then Kie server throws exception shown in attachment.
It is caused by creating conversation ID header, which contains also release id of
container, for any request concerning such container. If container is being created at
that moment then release id isn't set yet, causing this issue.
Solution could be to return empty conversation ID(if wasn't set in request) until
container is fully initialized - is in started state.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)