Hi,
I recently updated CF10 to Update v14 and I have noticed something interesting.
Env: RHEL 5.10 64 Bit CF10 64
Apache 2.2,3
Every time I restart ColdFusion I see that its trying to run the connector wizard. It says that it does this on the first time. Every time I restart CF it tries to do this connection and it eventually fails but it takes a long time to do this. Eventually CF shows up and eventually I can connect to any CF page.
In the wsconfig.log it says:
12/04 09:46:15 info Tomcat Connector
12/04 09:46:15 debug command line: -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /etc/rc.d/init.d/httpd -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v
12/04 09:46:15 error This web server is already configured for ColdFusion.
com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.
at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(Apache Installer.java:207)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(Con nectorInstaller.java:353)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstal ler.java:297)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstal ler.java:759)
12/04 09:57:16 info Tomcat Connector
12/04 09:57:16 debug command line: -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /etc/rc.d/init.d/httpd -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v
12/04 09:57:16 error This web server is already configured for ColdFusion.
com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.
at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(Apache Installer.java:207)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(Con nectorInstaller.java:353)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstal ler.java:297)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstal ler.java:759)
I did look back in the logs and this was going on before but it didn't take as long to get the server up.
On the average, it would take maybe 2 - 3 minutes before but now it takes double the time.
Any suggestions?