Windows 2008 R2 server
CF9, CF11, & CF2016 installed (development server)
Java JRE 1.8.0_91
When I try to start the ColdFusion 2016 Add-On Service it fails immediately and does not load into memory. I tried loading an admin command prompt and navigated to the Jetty folder and ran the command line directly from there too.
jetty.exe -zglaxservice ColdFusion2016Add-onServices
This results in no output and the service does not load. However, if I load just jetty.exe by itself without command switches the server starts up and loads into memory.
- There are no new logs generated in the jetty/logs folder.
- Nothing besides the fact that it fails makes it into the Windows System or App logs.
- I loaded the Sysinternals Process Monitor tool and watched the execution of the jetty.exe and the folder structure and there are no Access Denied events.
- Failed to load under CF2016 gold, Update 1, and Update 2
- Shutdown CF9 & CF11 to make sure it wasn't a port violation
- Loading it via the command line fails
- Loading jetty.exe without command switches works
Any other suggestions on getting this working? I've debated installing the features again on top of themselves using the dedicated Add-On installer. I'm not sure how that impacts the system though.