Bug 1055420
| Summary: | NPE in cluster demo when rtgov is enabled | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Examples | Assignee: | Gary Brown <gbrown> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Sedlacek <jsedlace> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | atangrin, dlesage, gbrown, ncross, oskutka, soa-p-jira |
| Target Milestone: | CR2 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Users will encounter a null-pointer error in the cluster quick start when collection is enabled on node1. The issue is caused by the 'rtgov.request.received' property having a null value.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-06 15:26:26 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: | |||
|
Description
Jiri Pechanec
2014-01-20 08:45:30 UTC
The issue is caused ba property 'rtgov.request.received' having null value. Looks like a change in behaviour in swyd as https://bugzilla.redhat.com/show_bug.cgi?id=1014496 shows clustering worked in ER7. However interestingly the same node1 exception occurred when testing the fix in the community edition at the time - but did not affect the clustered invocation. Jiri found that remote invoker quickstart is not affected by this issue, so it looks like it is specific to the cluster demo. He tracked the problem down to the fact that the TransientWrapper class is not accessible according to the org.switchyard.serial.graph.node.NodeBuilder class. Therefore have switched to using the Transient property label, which Jiri has tested and seems to work. Gary Brown <gary> updated the status of jira RTGOV-324 to Resolved Verified in CR2 |