After having used the CloudFoundry plugin for Jenkins for a bit we found that the BM API was periodically erroring out and returning such things as: 400 Bad Request and Java.net.SocketTimeoutException: Read timed out and 502 Bad Gateway So I installed the cf tools on the jenkins server and was many times able to get […]
Month: August 2015
Changing the default port for solr-jetty on Ubuntu
Check in the all the following files for the port: /opt/solr-5.2.1/server/solr/solr.xml change port here: ${jetty.port:8983} /var/solr/data/solr.xml change port here: ${jetty.port:8983} /var/solr/solr.in.sh change port here: SOLR_PORT=8983