CFML 8 on Linux wont start
Good day all. This is my first attempt at running CFML on linux, and I seem to be running into an issue (which others will undoubtedly think is simple!). The install worked without issue except for it saying that it wasn't sure it could find libstdc++.5 I used Yum to install this, ran the uninstaller and reinstalled, but still no good. When I open the web page it wants to know what application I should use to open or save the .cfm files.
here is the output when I try to start the server, as well as the log input after that.
[root@testcfml bin]# ./coldfusion start
Starting ColdFusion 8...
The ColdFusion 8 server is starting up and will be available shortly.
======================================================================
Running the ColdFusion 8 connector wizard
======================================================================
Configuring the web server connector (Launched on the first run of the ColdFusion 8 start script)
Running apache connector wizard...
ColdFusion 8 not started, will retry connector 12 more time(s)
=======================================
There was an error while running the connector wizard
Connector installation was not successful
=======================================
======================================================================
ColdFusion 8 has been started.
ColdFusion 8 will write logs to /opt/coldfusion8/logs/cfserver.log
Starting Macromedia JRun 4.0 (Build 108673), coldfusion server
06/15 07:44:10 warning Unable to open /opt/coldfusion8/runtime/lib/license.properties
06/15 07:44:17 info JRun Naming Service listening on *:2930
06/15 07:44:22 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
06/15 07:44:23 info Deploying enterprise application "Adobe_ColdFusion_8" from: file:/opt/coldfusion8/
06/15 07:44:25 info Deploying web application "Adobe ColdFusion 8" from: file:/opt/coldfusion8/
06/15 07:44:40 INFO License Service: Flex 1.5 CF Edition enabled
06/15 07:44:40 INFO Starting Flex 1.5 CF Edition
06/15 07:44:41 user JSPServlet: init
06/15 07:44:41 info JRun Proxy Server listening on *:51800
06/15 07:44:46 user ColdFusionStartUpServlet: init
06/15 07:44:47 user ColdFusionStartUpServlet: ColdFusion: Starting application services
06/15 07:44:47 user ColdFusionStartUpServlet: ColdFusion: VM version = 10.0-b19
06/15 07:44:48 Information [main] - Starting logging...
06/15 07:44:48 Information [main] - Starting license...
I see that it gives a warning trying to open the licenses.properties file. Could this be permissions?
Thank you!
Xtort
