We're attempting to use in our development environment, running CF 2021 Enterprise on Windows, but running into some road blocks.
When I attempt to use the <cfhtmltopdf>
tag on a page, the error message says "No Service Manager is available." I found the PDF Manager in the CFAdmin. There is only one Service Manager listed. I clicked "Verify all Service Managers", which gives "Connection verification failed for PDF Service Manager: localhost. Check logs for more details."
The coldfusion-out log shows "Jul 27, 2023 14:47:32 PM Error [http-nio-8500-exec-8] - Connect to 127.0.0.1:8993 [/127.0.0.1] failed: Connection refused: connect http://127.0.0.1:8993/PDFgServlet/verify"
Web searching led me to the Coldfusion Add-On Service, so we downloaded and installed the Coldfusion Add-On service and restarted ColdFusion. I get the same errors from before.
I have attempted to systematically change the port numbers, as well as toggle the "https enabled" in the Service Manager record for each port number (I tried each port with and without https enabled), but I'm having no luck there, either - same errors as before. Granted, I only tried a handful of ports (8993 down to 8998), but I'm not sure how far I may need to go there.
I'm looking for suggestions for how to configure this so that I can use the <cfhtmltopdf>
tag.