Security Hotfix APSB10-04 Breaks our SOLR service
We installed APSB10-04 when we built our new CF9 web servers this past spring.
On our servers the Solr server has never worked. The service will just immediately stop every time it is started with no notification or logging.
Building a lab system a couple of weeks ago, I noticed that Solr stops working when applying the APSB10-04 Security Hotfix.
I presume the problem is with the IP number in the properties node that we are instructed in the hot fix documentation.
<Set name="Host"><SystemProperty naem="jetty.host" default="127.0.0.1"/></Set>
The local loopback ip of 127.0.0.1 does not go anywhere on these servers. But I also tried the boxes specific IP address to no good effect.
Commenting out the line, and the Solr service will start just fine. Added it with either 127.0.0.1 OR 10.104.106.39 and the Solr service will not start.
Any suggestions appreciated
Ian
