coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Can't use or set environment variables on some Remote Platforms #189

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

During testing against numerous remote platforms we've discovered that attempting to set environment variables (using JSch Exec Channel), may corrupt the channel and thus prevent a remote application from launching.

This is a known issue with some shells / platforms and JSch. The work around is to defined the environment variables using the execution command.

eg: http://stackoverflow.com/questions/9366914/setting-environment-variables-on-a-jsch-channelexec

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-189

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Tuesday, November 11th 2014, 6:10:51 pm