Question
CF2018 Add-on Services won't start (jetty solr problem?)
I had to re-install my CF2018 service (long story) and now the Add-on Services service won't start. I have found an error in the {home}\jetty\logs folder that I think is the probem.
2023-09-27 11:25:18.519:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@60f00693{PDFgServlet,/PDFgServlet,file:///C:/ColdFusion2018/cfusion/jetty/webapps/PDFgServlet/,AVAILABLE}{C:\ColdFusion2018\cfusion\jetty\webapps\PDFgServlet}
11:25:19.515 [main] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
2023-09-27 11:25:20.390:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@6187d1f5{solr,/solr,file:///C:/ColdFusion2018/cfusion/jetty/work/jetty-10_195_40_18-8991-solr_war-_solr-any-/webapp/,AVAILABLE}{C:\ColdFusion2018\cfusion\jetty\webapps\solr.war}
2023-09-27 11:25:20.390:INFO:oejs.RequestLogWriter:main: Opened C:\ColdFusion2018\cfusion\jetty\logs\2023_09_27.request.log
2023-09-27 11:25:20.405:INFO:oejs.AbstractConnector:main: Started ServerConnector@658255aa{HTTP/1.1, (http/1.1)}{127.0.0.1:8991}
2023-09-27 11:25:20.405:WARN:oejx.XmlConfiguration:main:
java.security.PrivilegedActionException: java.io.IOException: Failed to bind to /10.195.40.18:8991
(...)
I think the error is coming from the jetty PDFgServlet trying to bind to 10.195.40.18 which is not my server. I don't know where that IP is coming from. That is my dev (client) workstation. I have checked the solr settings in the CF admin webpage and the solr host name is set to localhost.
Any help would be appreciated.
