Has anyone experienced the following after applyin...
# adobe
f
Has anyone experienced the following after applying HF 17 for CF 2021? • java.lang.NoClassDefFoundError: coldfusion/document/DocumentScope • java.lang.NoClassDefFoundError: coldfusion/document/DocumentFontException Initially updated to HF 17 and pdfs were working other than cfhtmltopdf, stopped services and deleted the felixCache directory to clear that out. That didnt correct the issue so I tried downgrading the cfhtmltopdf package. That rolled us back to HF16 and thats when these issues started. I was hoping that reapplying HF 17 would correct any issues but no luck there. If anyone has insight it would be greatly appreciated. Thanks
j
Did the Java versions change?
f
not initially but I took this opportunity after this error occurred to update that as well thinking that perhaps the newer packages required a new java version. Incidentally, after another attempt to restart the CF service, this exception lo longer occurs. Good news. The only issue I still have is that the pdf service manager wont start. Add-on service is running
Turns out that the pdf service wouldn't start because a .jar file went missing cfusion\jetty\webapps\PDFgServlet\WEB-INF\lib\bcprov-jdk15on-153.jar Added it back, restarted CF services and its working now 🥳
👍🏻 1
j
That’s odd. 🤔