I have a large number of solaris 10 servers we use at work. We are moving to CF 10, so on my first attempt to install it, the connector blows up:
There was an error while running the connector wizard
Connector installation was not successful
I've seen that a bunch, typically when the version of Apache I'm using isn't supported or something. For the record, this is Apache 2.2.22. Very supported by many other version of ColdFusion, so I'm lost as to why this doesn't work. The mod_jk.conf gets created and stored in the Apache conf directory, the include to the file is there. Everything looks clean and good. This is a stock Apache instance, compiled from source. I think the failure results from this error message in the Apache logs:
[emerg] Error in reading worker properties from '/web/cf10/config/wsconfig/1/workers.properties'
I've verified that Apache and ColdFusion are running under the same account and have equal access back and forth between apps. Furthermore, I have verified that this account has full access to all files included in both the CF and Apache file structures.
Anybody seen this before on Solaris? On another note, I did try to make this work with Apache 2.4.3, and it bombed horribly. I didn't even get the mod_jk.conf file generated as CF probably knows nothing about the new version of Apache. Well, new is not actualy true. Apache 2.4.X has been out since January 2012, so I'm very disappointed that Adobe doesn't support it yet.