Just had to restart my Mac server for the first time since Mac OSX upgrade from 10.14.4 to 10.14.5 last week. ColdFusion now no longer starts. Error log shows.
INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
Jun 02, 2019 11:50:11 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8014"]
Jun 02, 2019 11:50:11 AM com.adobe.coldfusion.launcher.Launcher run
INFO: Server startup in 4859990 ms
Error: Could not load mediaLib accelerator wrapper classes. Continuing in pure Java mode.
Occurs in: com.sun.media.jai.mlib.MediaLibAccessor
com.sun.media.jai.mlib.MediaLibLoadException
Jun 02, 2019 12:02:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Applications/ColdFusion11/cfusion/bin/../lib:/Applications/ColdFusion11/cfusion/bin/../l ib:
Jun 02, 2019 12:03:20 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8014"]
Jun 02, 2019 12:03:21 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 02, 2019 12:03:21 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.90
Jun 02, 2019 12:03:29 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Jun 02, 2019 12:03:30 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [135] milliseconds.
Jun 02, 2019 12:03:51 PM sun.misc.ObjectInputFilter$Config lambda$static$0
INFO: Creating serialization filter from !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**
Jun 02, 2019 12:03:53 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services
Jun 02, 2019 12:03:53 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 25.172-b11
Anyone else have this problem. I am assuming it might have something to do with SHA1 no longer supported. ColdFusion server was fully patched to the latest release as of last week. Anyone else running ColdFusion on Mac OSX having this issue?