Bug 1072747
| Summary: | [GSS] (6.2.x) StackOverflowError when org.jboss.as.jacorb.rmi.InterfaceAnalysis is analyzing javax.ejb.EJBObject | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Osamu Nagano <onagano> |
| Component: | IIOP | Assignee: | Osamu Nagano <onagano> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.1 | CC: | cdewolf, jmartisk, kkhan, ksoong, smumford |
| Target Milestone: | CR2 | ||
| Target Release: | EAP 6.2.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
In previous versions of JBoss EAP 6, it was found that, depending on the timing of a thread context switch, IIOP-enabled EJBs could fail to deploy correctly, causing a StackOverflowError.
This issue was traced to improper thread synchronization in org.jboss.as.jacorb.rmi.WorkCacheManager.
The issue has been corrected in this release and the StackOverflowError no longer presents.
|
Story Points: | --- |
| Clone Of: | 1064644 | Environment: | |
| Last Closed: | 2014-06-09 12:47:06 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: | 1064644 | ||
| Bug Blocks: | 1067532 | ||
|
Description
Osamu Nagano
2014-03-05 06:16:28 UTC
Pull request sent to 6.2.x branch: https://github.com/jbossas/jboss-eap/pull/1012 New PR has been sent to 6.2.x branch to reflect an additional fix in the upstream. https://github.com/jbossas/jboss-eap/pull/1160 The previous PR, #1012, has been closed without merging because the new one includes the same. Stuart Douglas <stuart.w.douglas> updated the status of jira WFLY-2920 to Resolved Verified in 6.2.3.CR2. |