Bug 1139601
| Summary: | Switchyard remote ( /switchyard-remote ) doesn't work on Fuse + FSW 6.1 DR2 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Martin Swiech <mswiech> | ||||||
| Component: | SwitchYard | Assignee: | tcunning | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Matej Melko <mmelko> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | 6.1.0 | CC: | mvecera, soa-p-jira | ||||||
| Target Milestone: | DR3 | ||||||||
| Target Release: | 6.1.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2025-02-10 03:42:58 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
Martin Swiech
2014-09-09 10:02:28 UTC
Created attachment 935618 [details]
catched HTTP communication
Created attachment 935624 [details]
reproducer test
Also I have tried apps.zip ( from here https://issues.jboss.org/browse/SWITCHYARD-2083 ) with changed version of switchyard to "2.0.0.Alpha2-redhat-1" in poms. Didn't work either. This bug is blocker for QA. This bug is probably caused by synchronization problem. When I put a breakpoint to the org.switchyard.deploy.osgi.base.AbstractExtender#289 (line extension.start(); in the anonymous Runnable class), something gets more time to initialize. And after resume the OsgiHttpEndpointPublisher is correctly initialized. Otherwise org.switchyard.component.sca.deploy.SCAComponent#initEndpointPublisher could not find correct RemoteEndpointPublisher and fallback to NOPEndpointPublisher... unfortunately nothing is LOGged. SWITCHYARD-2320 adds some logging so you will know if the cause of test failures is because the NOP publisher is being used. I'm not sure if moving the services into their respective plugins is enough to remove the error, but I also haven't seen it since the changes went in. Rob Cernich <rcernich> updated the status of jira SWITCHYARD-2259 to Resolved This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |