Defects
Configurator does not set non-proxy hosts
ID: | D27811 | |
Published: | 21 September 2021 | |
Updated: | 13 October 2021 |
Defect Id
DEF345347
Originally Reported Against
SBM 11.8
Resolved In
SBM 12.0
Description
Found in 11.8 and 11.7.1., Configurator fails to enable the use of the proxy server when additional names are added under "skip proxy for other hosts".
To reduce the problem, do the following:
- Open SBM Configurator and select Proxy Server
- Enable the proxy server
- Add one or more additional hosts under "skip proxy for other hosts"
- Apply Configurator
- Run the UPDATE_COMMON_CONFIG.BAT from a command prompt.
Resolution
To work around the issue, find and edit the file COMMON_CONFIG.BAT located in [SBM]\COMMON\TOMCAT\BIN
rem ###################################################################################################################
rem Helper function to set java properties via -D command line option
rem ###################################################################################################################
Find these lines below:
set S3_SERVICE=%S3:|=^|%
rem set S3_SERVICE=%S3:;=';'% set S3_SERVICE=%S3:;=';'%
Comment out the second line as follows:
set S3_SERVICE=%S3:|=^|%