Bug 1072334
| Summary: | WSDL app fails to deploy correctly in cluster | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Gary Brown <gbrown> | ||||||||
| Component: | SwitchYard | Assignee: | Aileen <aileenc> | ||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Matej Melko <mmelko> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 6.0.0 GA | CC: | rcernich, soa-p-jira, tcunning | ||||||||
| Target Milestone: | DR4 | ||||||||||
| Target Release: | --- | ||||||||||
| 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:35:15 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
Gary Brown
2014-03-04 12:00:26 UTC
Created attachment 870376 [details]
Log with failure (search for ERROR)
Created attachment 870377 [details]
Log from standalone config which worked correctly
I think the issue here is that the temp path used by jboss web services has the "suffix" added twice (..../node1/tmp/node1/tmp). We should look at how the context path is initialized in JBossWebMetaData, as that is what is appended to jboss.server.temp.dir. Hey Magesh, could you please take a look at this? See my previous comment for details. Thanks in advance. The solution here is either to : - leave out the jboss.server.base.dir option or - give an absolute path for jboss.server.base.dir Put in a pull request to remove the jboss.server.base.dir option from the SwitchYard clustering quickstart - we don't recommend using it in SwitchYard clustering documentation, and it isn't necessary. In the cluster quickstart, it works fine because we aren't exposing a WSDL, but in the example Gary provides, there is a WSDL exposed so we run into an issue with EndpointPublisherImpl calculating the server.tmp.dir. updated readme This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |