Products | Versions |
---|---|
TIBCO DataSynapse GridServer | - |
Not Applicable | - |
Resolution:
If engines using SSL get in a state where they are unable to download the JRE from the director, you can use the following process to avoid having to manually configure each engines.
1.Configure all Engine Daemons to use the default configuration.
2.Disable All your Daemons
3.Modify your Directo's resin configuration file to include an additional NON-SSL port.
<server> … <http server-id="" host="*" port="8007" /> … </server>
4. Reconfigure your Director and set your Messaging port to the NON-SSL port above.
5. Restart your Director.
6. Restart all of your Brokers to reflect new messaging port.
7. Enable all your Daemons so they can download the new JRE.
8. Wait until all Daemons successfully download the JRE. (All Engines become available in all your Brokers)
9. Disable all your Daemons.
10. Reconfigure your Director and set your Messaging port to your original SSL port.
11. Restart your Director.
12. Restart all of your Brokers to reflect new messaging port. 13. Modify your Director's resin configuration file and remove the port added above.
14. Restart your Director.
15. Enable all of your Engine Daemons.