Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Issue with CFSEARCH

Community Beginner ,
Jan 29, 2025 Jan 29, 2025

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.

265
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 29, 2025 Jan 29, 2025

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.

https://community.adobe.com/t5/coldfusion-discussions/cf-2023-solr-installed-but-cant-access-coldfus...

 

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 30, 2025 Jan 30, 2025

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2025 Jan 30, 2025

I'm glad you found the problem so quickly!

 

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2025 Jan 30, 2025

@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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 30, 2025 Jan 30, 2025
I tried version 8.17.0. I'll give the older version you linked a try and
see if that works for me. From what I have been reading, Newrelic's java
agent is supported on Coldfusion 10, and may work on newer versions but is
not tested as they don't see many requests for CF support.

--

Mark Waldorf

Senior Software Engineer

GovExec

mwaldorf@govexec.com

202.935.4335
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2025 Jan 31, 2025
LATEST
quote
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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2025 Jan 30, 2025

What is :

  • the ColdFusion version and update level?
  • the Add-On Service setup: standalone or else integrated as part of ColdFusion
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources