Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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 CentralAssignee: Shelly McGowan <smcgowan>
Status: CLOSED EOL QA Contact: Marián Macik <mmacik>
Severity: low Docs Contact:
Priority: medium    
Version: 6.1.0CC: 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 Flags
RequestResponseJMSSender.java
none
server.log none

Description Jiri Svitak 2014-09-30 16:07:21 UTC
Created attachment 942791 [details]
RequestResponseJMSSender.java

I face the following small problem on server side, when I use raw JMS connection to business-central:

18:01:44,017 WARN  [org.kie.remote.services.cdi.ProcessRequestBean] (Thread-9 (HornetQ-client-global-threads-1023525630)) Request received from client version [1] while server is version [6.2.0.1]! THIS MAY CAUSE PROBLEMS!

To reproduce:
1.) Install BPMS 6.1.0.DR3 using the installer in order to setup SSL secured JMS.
http://dev138.mw.lab.eng.bos.redhat.com/candidate/bpms-6.1.0-DR3/
Create user bpmsAdmin with password bpmsAdmin1!
Password for all keystores and truststores is bpmsAdmin1!
2.) Install there project bpms-perf from bpms-assets, you can use the following commands.
curl -X POST -u 'bpmsAdmin:bpmsAdmin1!' -H "Content-Type: application/json" -d '{"name":"bpms-assets","description":"","userName":"","password":"","requestType":"clone","gitURL":"git://git.app.eng.bos.redhat.com/bpms-assets.git"}' http://localhost:8080/business-central/rest/repositories/
curl -X POST -u 'bpmsAdmin:bpmsAdmin1!' -H "Content-Type: application/json" -d '{"name":"","value":""}' http://localhost:8080/business-central/rest/repositories/bpms-assets/projects/bpms-perf/maven/deploy/
3.) Run the client side scenario:
git clone git://git.app.eng.bos.redhat.com/jbossqe-process-flood.git
cd jbossqe-process-flood
mvn clean package exec:exec -Dscenario=HumanTask_pcJMS -DrunType=iteration -Dduration=1

The process however starts correctly. Since I do not use official remote client, how to properly set such client version in communication? Class used is attached.


My env:
BPMS 6.1.0.DR3
EAP 6.3.0
PostgreSQL 9.3.5

Comment 1 Marco Rietveld 2014-10-03 03:31:48 UTC
Sorry, Jiri, I should have done this a long time ago! 

Fixed. Commits: 

master: 
https://github.com/droolsjbpm/droolsjbpm-integration/commit/66ff7c90

Comment 2 Jiri Svitak 2014-12-04 16:34:30 UTC
I have tested this with BPM Suite 6.1.0.ER2 again. The confusing warning is still there.

Comment 3 Marco Rietveld 2014-12-08 14:34:40 UTC
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.

Comment 4 Jiri Svitak 2014-12-10 13:09:13 UTC
Created attachment 966796 [details]
server.log

Of course Marco, here is the full server.log.

Comment 5 Marco Rietveld 2014-12-15 21:36:28 UTC
Jiri, thanks! 

I have another question: could you share the code that produced this problem?

Comment 6 Jiri Svitak 2014-12-16 12:32:58 UTC
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?

Comment 9 Marco Rietveld 2015-12-07 13:37:57 UTC
Marian, is still happening on product 6.3?

Comment 10 Marián Macik 2015-12-11 15:00:06 UTC
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!