Making the world a better place with ColdFusion, Web Startup, and Software
Today I dealt with a strange issue on one of my client’s servers. It was running ColdFusion 8 Standard, inside a Windows 2003 Server VMware virtual machine.
The first time ColdFusion Server was installed, it crashed/timed out. So we rebooted and uninstalled it. We reinstalled and everything looked okay. When we went into the Coldfusion Administrator and tried to create a new collection, we were presented with an error:
Unable to retrieve collections from the Search Service.
Please verify that the ColdFusion Search Server is installed and running
After looking around, the main suggestions were:
You might also be interested in the Adobe technote about this for ColdFusion MX 7.
One other thing to note is that the Verity Search services install on an incrementing port number. So for ColdFusion MX 7 the install port was 9550. For ColdFusion 8, the installation port was 9551 and so on.. Likely a good way to run multiple versions of ColdFusion on one server without conflict, good thinking!