]
Maciej Swiderski commented on DROOLS-1128:
------------------------------------------
agree with solution, if complete conversationId cannot be built none should be returned
(unless one exists in request)
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
Labels: reported-by-qe
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.