Bug 1148076
| Summary: | WARN [org.kie.remote.services.cdi.ProcessRequestBean] Request received from client version [1] while server is version [6.2.0.1]! THIS MAY CAUSE PROBLEMS! | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Svitak <jsvitak> | ||||||
| Component: | Business Central | Assignee: | Shelly McGowan <smcgowan> | ||||||
| Status: | CLOSED EOL | QA Contact: | Marián Macik <mmacik> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6.1.0 | CC: | kverlaen, mbaluch, smcgowan | ||||||
| Target Milestone: | ER2 | ||||||||
| Target Release: | 6.1.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-03-27 19:33:59 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jiri Svitak
2014-09-30 16:07:21 UTC
Sorry, Jiri, I should have done this a long time ago! Fixed. Commits: master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/66ff7c90 I have tested this with BPM Suite 6.1.0.ER2 again. The confusing warning is still there. Hi Jiri, hmm.. that's weird! :/ Just to be sure I'm not missing anything, could you run the test again and attach the *full* server.log to the bugzilla for me to look at? Thanks. Created attachment 966796 [details]
server.log
Of course Marco, here is the full server.log.
Jiri, thanks! I have another question: could you share the code that produced this problem? Marco, here you can browse the class used: https://github.com/PerfCake/PerfCake/blob/v3.3/src/main/java/org/perfcake/message/sender/RequestResponseJmsSender.java here is the scenario defined in percake xml: https://gitlab.mw.lab.eng.bos.redhat.com/bxms/jbossqe-process-flood/blob/master/src/main/resources/scenarios/HumanTask_pcJMS.xml Have you tried the reproducer steps? Were you able to reproduce the problem using them? Marian, is still happening on product 6.3? Hi Marco, I have managed to run Jiri's code and the issue is still happening on 6.2.0.GA. The exact WARN is: [org.kie.remote.services.cdi.ProcessRequestBean] (Thread-281 (HornetQ-client-global-threads-256963469)) Request received from client version [1] while server is version [6.3.0.1]! THIS MAY CAUSE PROBLEMS! |