Ask a Question related to Coldfusion Server Administration, Design and Development.
-
__cf_user #1
INSTALLATION PROBLEM (CFmx7.0.1/Apache2.2.0/RedHat EL 4
Special Notes:
- apache was compiled with tags --prefix=/usr/local/apache2 --enable-so
- local user "cfuser" was created and used during the CF installer
- SELinux was disabled via /etc/selinux/config
Install Procedure:
- Installer goes through fine with no errors reported and only 1 warning
regarding compat-libstdc++. According to the docs this warning can be ignored.
Problem occurs when attempting to start the CF server:
# ./coldfusion start
Starting ColdFusion MX 7...
The ColdFusion MX 7 server is starting up and will be available shortly.
================================================== ====================
Running the ColdFusion MX 7 connector wizard
================================================== ====================
Configuring the web server connector (Launched on the first run of the
ColdFusion MX 7 start script)
Running apache connector wizard...
=======================================
There was an error while running the connector wizard
Connector installation was not successful
=======================================
================================================== ====================
ColdFusion MX 7 has been started.
ColdFusion MX 7 will write logs to /usr/local/coldfusionmx7/logs/cfserver.log
================================================== ====================
- When I go to [url]http://localhost/CFIDE/administrator/index.cfm[/url], I get a dialog
box requesting to download
the file i.e Not what I want :)
- Ive checked the logs with no obvious errors or connector issues in sight.
- Now, when I check httpd.conf I see the following which also looks correct:
LoadModule jrun_module
/usr/local/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so
<IfModule mod_jrun20.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore
/usr/local/coldfusionmx7/runtime/lib/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 127.0.0.1:51011
#JRunConfig Errorurl <optionally redirect to this URL on errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>
- Attempting to start Apache results in the following:
./apachectl start
httpd: Syntax error on line 417 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so into server:
/usr/local/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so: undefined
symbol: ap_run_http_method
I would appreciate any suggestions.
Cheers
__cf_user Guest
-
Integration Errors (CFMX7, Apache2.2)
Running ColdFusionMX7(.01) (the 7.02 updater tanks when I run it) with Apache 2.2 on Windows Vista RC1 (build 5600) I seem to be having a... -
CFMX7 Websphere Installation Problem
Hello I have installed CF7 successfully on a websphere application server 5.1. Then I follow the proceedure posted by Macromedia for... -
apache/cfmx7/redhat es4
I am trying to get Flex 1.5 up and running and having problems. I have followed every instruction i have found. I have added the mxml and swf tags... -
Installing CFMX7 on SuSE, apache2 (RPM-based)
I can't get the coldfusion MX 7 connector to compile and run correctly to work with apache2. (prefork version) I've followed the directions here,... -
Installation problem CFMX7 on IIS 6 / W2K3 SP1
I tried to install CF MX 7 (English) on a system running IIS 6 under Windows 2003 Server (German). But the installation did not work. Wihtin the... -
romanonj #2
Re: INSTALLATION PROBLEM (CFmx7.0.1/Apache2.2.0/RedHatEL 4
I ran into the same issue, can you please post a fix or a workaround if you found one.
Thanks
romanonj Guest
-
dknight526 #3
Re: INSTALLATION PROBLEM (CFmx7.0.1/Apache2.2.0/RedHatEL 4
I am having the same issue. With the prebuilt provided mod_jrun20.so I get:
"Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so into
server: /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so: cannot open
shared object file: No such file or directory".
With the manually built one, using axps from apache2, I get:
"Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so into
server: /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so: undefined
symbol: ap_table_get"
selinux was originally enabled, and has since been disabled. I had CF running
successfully under AS4, but had to reinstall and downgraded to ES to save some
money. I even emailed Macromedia support, for what I understood was an
acceptable installation issue, only to receive an email stating that it was not
covered. I know I had some issues getting it working under AS4 back in March of
last year, but that only took a day to work out. Help!
dknight526 Guest
-
Unregistered #4
INSTALLATION PROBLEM (CFmx7.0.1/Apache2.2.0/RedHat EL 4
Same problem (ish) I have no mod_jrun.so file anywhere on system. 3rd attempt at install now and its still missing. How do you compile your own?
LukeUnregistered Guest



Reply With Quote

