Copy link to clipboard
Copied
We have started getting this error message in our application.log file in the last 24 hours when performing a cfsearch. org/apache/zookeeper/KeeperException$NoNodeException
Restarting coldfusion add-on services or restarting the server itself has not helped.
I also get an exception if I try to access collections in the coldfusion admin site.
Copy link to clipboard
Copied
What version of CF are you using? What settings do you have in the CF Administrator for "Solr Server"? What changes if any have you made recently?
I recommend you go through this forum page and read it carefully - it might have the answer.
Copy link to clipboard
Copied
I installed the Newrelic APM jar on Coldfusion 2023 Tuesday morning. This broke the cfsearch functionality. Removing newrelic from the JVM arguments field and restarting coldfusion fixed the issue.
Copy link to clipboard
Copied
I'm glad you found the problem so quickly!
Copy link to clipboard
Copied
@mwfromfi , thanks for the update.
Out of curiosity, which version did you use? From what I can see on the web, the version of New Relic Java Agent to be run on Java 17 is 7.4.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I tried version 8.17.0.
By @mwfromfi
That is the likely reason for the issue. I think that New Relic's v8.17 Agent is incompatible with ColdFusion 2023.
ColdFusion 2023 runs by default on Java 17. If you go to the page "Compatibility and requirements for the Java agent" on the New Relic website, and click on the link "JVM", you will see that v7.4.x is the compatible version for Java 17.
Copy link to clipboard
Copied
What is :