Hello,
my command line in SM Server is
./smserver.sh -host gtstpri -port 2020 -app “sm_server_p” -DproxySet=true -Dhttp.proxyHost=10.241.xxx.xxx -Dhttp.proxyPort=8080
the proxy is ok cause I tried from console:
[genesys@gtstout1 ~]$ export http_proxy=10.241.xxx.xxx:8080
[genesys@gtstout1 ~]$ curl www.facebook.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en" id="facebook">
<head>
<title>Facebook | Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="robots" content="noindex,nofollow" />
...
yet the in the SM Server logs I see an error:
17:00:56.980 Std 50003 Loading extension -DproxySet=true
17:00:56.982 Std 50003 Failed to load extension -DproxySet=true, exception: Genesys.mcr.extension.ExtensionManagerException: Error Loading Custom Extension
17:00:56.983 Std 50003 Loading extension -Dhttp.proxyHost=10.241.xxx.xxx
17:00:56.984 Std 50003 Failed to load extension -Dhttp.proxyHost=10.241.xxx.xxx, exception: Genesys.mcr.extension.ExtensionManagerException: Error Loading Custom Extension
17:00:56.985 Std 50003 Loading extension -Dhttp.proxyPort=8080
17:00:56.986 Std 50003 Failed to load extension -Dhttp.proxyPort=8080, exception: Genesys.mcr.extension.ExtensionManagerException: Error Loading Custom Extension
And later in the log:
17:01:53.574 Std 42400 error... channel-facebook-monitor-generic: exception while reading updates {message:A network error occurred while trying to communicate with Facebook: Facebook request failed (HTTP status code null)}
Anyone knows what could be wrong?
Thank you,
Mihai