For user’s connected to internet via Proxy, unable to use AE
In process studio.bat file make below changes
- Replace value of “XXX” with appropriate value of host and port number.
SET PROXY_DETAILS="-Dhttp.proxyHost=XXX" “Dhttp.proxyPort=XXX”
- Add “%PROXY_DETAILS%” text as mentioned below
“-XX:MaxPermSize=256m” %PROXY_DETAILS%
- Restart Process Studio for changes to be reflected.
In Agent’s startup.bat file make changes as suggested below-
- Replace value of “XXX” with appropriate value of host and port number.
SET PROXY_DETAILS="-Dhttp.proxyHost=XXX" “Dhttp.proxyPort=XXX”
- Add “%PROXY_DETAILS%” text as mentioned below
Xms1024m -Xmx2048m %PROXY_DETAILS%
- Restart Agent for changes to be reflected.