Bug 1056490
| Summary: | REST client does not receive a response after start of a process on Oracle11gR2 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | ibek, kverlaen, smcgowan | ||||||
| Target Milestone: | ER1 | ||||||||
| Target Release: | 6.0.1 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: |
Oracle11gR2
|
|||||||
| Last Closed: | 2014-08-06 20:03:53 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
Ivo Bek
2014-01-22 09:58:34 UTC
Given that this runs on Jenkins, is it possible that this is caused by the server being overloaded and the response simply coming too late? Created attachment 854276 [details]
updated server log just for REST test
I attached the server log just for REST test.
Your point to late response let me to compare time of job running on PostgreSQL 9.2 and Oracle11gR2. There is a difference 1 minute between them, 2:46 versus 3:45. It could be caused by slower database or another problem. I also have to say that I use the security policy which causes slowdown too.
I confirm that this problem happens only when the security policy is enabled. When I disable it, everything works as expected. Ivo, Would you mind rerunning these tests on the CR2 release? In my own setup (local Oracle DB, 11.2.0.1.0), I haven't been able to reproduce the problem on CR2. Thanks! Similar to 1056488, the problem her is caused by the timeout on the request being too small and the oracle db being not quick enough. I've added a way to increase the timeout on REST requests. Fixed. Commits: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/ecdeba81 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/590fe8f5 This no longer has a target release of 6.0.0. Verified in BPMS 6.0.1.ER1 Be aware that timeout for JMS factory has changed from miliseconds to seconds. |