Bug 1064225
| Summary: | java.lang.NoClassDefFoundError: javax/net/ssl/X509TrustManager | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ryan Zhang <rzhang> |
| Component: | Business Central | Assignee: | Jan <jschatte> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | unspecified | CC: | kverlaen, rrajasek |
| Target Milestone: | ER2 | ||
| Target Release: | 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1064223 | Environment: | |
| Last Closed: | 2014-08-06 19:59:02 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: | 1064223 | ||
| Bug Blocks: | |||
|
Description
Ryan Zhang
2014-02-12 09:23:16 UTC
Instructions to verify or patch ER1 build.
- Edit <EAP_ROOT>/modules/system/layers/bpms/org/apache/maven/wagon/main/module.xml
- Add <module name="javax.api" export="false"/>
- Add <module name="sun.jdk" export="false"/>
- Move mina-core jar from webapp into kie-lib module
Move mina-core-2.0.0-redhat-3.jar from business-central.war/WEB-INF/lib directory
to <EAP_ROOT>/modules/system/layers/bpms/org/kie/lib/main/
- Edit <EAP_ROOT>/modules/system/layers/bpms/org/kie/lib/main/module.xml
Add <resource-root path="mina-core-2.0.0-redhat-3.jar"/>
The same procedure must be applied for BRMS artifacts (layer and WAR) if a similar problem is found.
I do not see this issue anymore. VERIFIED with ER2. |