Bug 1088463
Summary: | (6.4.0) If large parameters are given to an EJB method invocation the client show a EJBCLIENT000032 Exception - the OutOfMemoryError is swallowed | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | wfink | |
Component: | EJB | Assignee: | Panagiotis Sotiropoulos <psotirop> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.2.0 | CC: | bbaranow, cdewolf, kkhan, psotirop | |
Target Milestone: | ER1 | |||
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
In the previous version of JBoss EAP 6, when a large value is passed in a parameter for EJB invocation, the channel crashed and the out of memory error was not displayed on the server. On the ejb-client, an exception indictating the error occurred during the unmarshalling of some parameter with a possible OOM cause is displayed.
This issue is now fixed in the current version of JBoss EAP 6. When a large value is passed in a parameter for EJB invocation, an out of memory exception is displayed on the server and a hint is displayed on the client side.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1127593 (view as bug list) | Environment: | ||
Last Closed: | 2019-08-19 12:38:25 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: | ||||
Bug Depends On: | 1118892 | |||
Bug Blocks: | 1127593, 1139680 |
Description
wfink
2014-04-16 16:41:51 UTC
Pushing to 6.4.0 PR sent : https://github.com/jbossas/jboss-ejb-client/pull/75 When large parameters are given to an EJB method invocation the channel crashes and the out of memory error is hidden. At client side (ejb-client) an Exception is thrown indicating the the error occurred during the unmarshalling of some parameter with a possible OOM cause. This is tracked by EJBCLIENT-113 There is no 6.x PR for this, so I am setting back to ASSIGNED. The PR is sent to ejb-client component : https://github.com/jbossas/jboss-ejb-client/pull/75 An update of ejb-client version is needed : https://github.com/jbossas/jboss-eap/pull/2176 Verified in EAP 6.4.0.ER1 / jboss-ejb-client 1.0.28.Final |