Karl, This issue is related to how scalr is querying chef server. In current opensource version scalr working with Chef server in a very inefficient way and making to many API calls what leads to timeout in UI if you have many chef roles or recipes.
Right now we're preparing new OS release (will be available within the next day or two) where this issue is fixed. If you cannot wait, just try to clean up your chef server and remove unused chef roles. Regards, Igor On 15 July 2015 at 22:42, <[email protected]> wrote: >> I've found something else that's rather interesting... > > > root@scalr01:/opt/scalr-server/var/log/httpd# grep xListRoles *.log > <snip> > web.proxy.error.log:[Wed Jul 15 19:33:24.215302 2015] [proxy:error] [pid > 30341] [client 172.16.0.227:47228] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 19:45:37.132377 2015] [proxy:error] [pid > 1908] [client 172.16.0.162:36630] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 19:52:23.847080 2015] [proxy:error] [pid > 3802] [client 172.16.0.162:36798] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 19:54:07.965805 2015] [proxy:error] [pid > 4019] [client 172.16.0.162:36867] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 21:23:24.401372 2015] [proxy:error] [pid > 23723] [client 172.16.0.227:49529] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 21:25:30.352198 2015] [proxy:error] [pid > 25370] [client 172.16.0.227:49592] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 22:10:13.261980 2015] [proxy:error] [pid > 3867] [client 172.16.0.162:40255] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > web.proxy.error.log:[Wed Jul 15 22:29:21.214358 2015] [proxy:error] [pid > 10538] [client 172.16.0.227:51190] AH00898: Error reading from remote server > returned by /services/chef/xListRoles, referer: > https://scalr.CORP-tools.com/ > > > > > Every browser that I use to configure my farm will have the same error, and > within a second or two of the error being generated on the browser, i see a > new entry in the log file shown above. > > I am researching further: > > http://serverfault.com/questions/538086/proxyerror-ah00898-error-during-ssl-handshake-with-remote-server > > > > -- > You received this message because you are subscribed to the Google Groups > "scalr-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
