Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ENTESB-190
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jonathan Anstey
Reporter: Ulhas Bhole
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Fuse ESB Enterprise

shell scripts (start, stop, admin, etc) in Fuse ESB 7.0 needs to use proper shell inside (like bash or ksh explicitly) or or modify to work with other shells as well.

Created: 08/Jun/12 04:15 PM   Updated: 22/Jun/12 01:30 PM
Component/s: None
Affects Version/s: 7.0.0
Fix Version/s: 7.0.1


 Description  « Hide
Fuse ESB 7.0 Shell scripts use " #!/bin/sh" which on some unix system will not necessarily point to bash or ksh. In case where it points to bsh or other shells which don't understand the export statements and variable assignment in one line Fuse ESB scripts stop/start/client/admin fails.

It need to be fixed to either force the compatible shell from within the script or need to modify to make sure it works fine with other shells such as bsh.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.