Hi Myles, Yeah, this sounds like a very similar problem with the connector being incompatible. You have to install a compatible connector for your system type and version of Apache.
Just go here: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/ and navigate to your system type, and apache version. Download the appropriate connector to your system, and rename it to mod_jk.so, then replace the mod_jk.so that the installer created for you in your apache modules directory. Once a proper connector is installed for your system, you *should* be good to go, although there may be slight other troubles down the road (simply because it hasn't been tested on that system). Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Myles wrote: > Sorry for the late post compared to end of thread. Though I am > experiencing the somewhat of the same problem. > > httpd is failing to start, the console error is: > > [code] > Starting httpd: httpd: Syntax error on line 993 of /etc/httpd/conf/ > httpd.conf: Cannot load /usr/lib64/httpd/modules/mod_jk.so into > server: /usr/lib64/httpd/modules/mod_jk.so: undefined symbol: > ap_get_server_description > [/code] > > If anyone else has gotten the fun off this working, I would love to > know. > > Thanks! > > Myles > > On Dec 5, 8:21 pm, Jordan Michaels <[email protected]> wrote: >> example /etc/hosts entry: >> >> 127.0.0.1 myserver localhost localhost.localdomain >> >> If a line similar to the above doesn't exist in /etc/hosts, it needs to be >> added. >> >> Then try pinging localhost again. If it resolves, you should be gtg. >> >> Hope this helps! >> >> -Jordan >> >> ----- Original Message ----- >> From: "Jordan Michaels" <[email protected]> >> To: [email protected] >> Sent: Friday, December 5, 2008 6:07:13 PM GMT -08:00 US/Canada Pacific >> Subject: [OpenBD] Re: HTTPD refuses to start after using Jordan >> Michaels'installer. >> >> When logged into your machine locally, can you ping "localhost"? >> >> What does your /etc/hosts file look like? (Is there an entry for localhost >> there?) >> >> "localhost" needs to resolve to 127.0.0.1 in order for mod_jk to work >> properly. That's what's going on here. >> >> I'll try to throw in a test for this in the next iteration of theinstaller. >> >> - Jordan >> >> ----- Original Message ----- >> From: "Chris Jordan" <[email protected]> >> To: "OpenBD Mailing List" <[email protected]> >> Sent: Friday, December 5, 2008 2:16:40 PM GMT -08:00 US/Canada Pacific >> Subject: [OpenBD] Re: HTTPD refuses to start after using Jordan >> Michaels'installer. >> >> okay, I commented out the mod_jk lines that were added to my httpd.conf >> file, and apache starts again. Just for reference, here are the lines I >> commented out. >> >> #<IfModule !mod_jk.c> >> # LoadModule jk_module modules/mod_jk.so >> #</IfModule> >> # >> #<IfModule mod_jk.c> >> # JkMount /*.cfm ajp13 >> # JkMount /*.cfc ajp13 >> # JkMount /*.do ajp13 >> # JkMount /*.jsp ajp13 >> # JkMount /*.cfchart ajp13 >> #</IfModule> >> >> What am I missing out on without mod_jk again? Someone explained it to me >> once, but I guess it went in one ear and out the other, because I don't >> remember. Well, my server is back up and running again, so my hurry to get >> this problem solved isn't quite what it was a few minutes ago, but I'd still >> appreciate anyone's help in getting this working right. >> >> Thanks, >> Chris >> >> On Fri, Dec 5, 2008 at 3:33 PM, Chris Jordan < [email protected] > >> wrote: >> >> Hi folks, >> >> I'm not sure what to do. My Apache refuses to start after installing OpenBD >> using Jordan Michaels' cool littleinstaller. >> >> I'm not sure what to look for. Help! Please? >> >> I chose the defaults for all but one of the paths. The one I changed was the >> install directory of openbd itself. I'm running Apache 2.2.6 and my mod_jk >> log has the following: >> >> [Fri Dec 05 15:06:08 2008] [3542:18128] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:06:08 2008] [3542:18128] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:06:08 2008] [3542:18128] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:06:08 2008] [3542:18128] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> [Fri Dec 05 15:08:26 2008] [3553:38608] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:08:26 2008] [3553:38608] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:08:26 2008] [3553:38608] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:08:26 2008] [3553:38608] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> [Fri Dec 05 15:09:06 2008] [3556:63184] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:09:06 2008] [3556:63184] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:09:06 2008] [3556:63184] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:09:06 2008] [3556:63184] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> [Fri Dec 05 15:09:33 2008] [3559:54992] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:09:33 2008] [3559:54992] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:09:33 2008] [3559:54992] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:09:33 2008] [3559:54992] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> [Fri Dec 05 15:10:19 2008] [3566:63184] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:10:19 2008] [3566:63184] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:10:19 2008] [3566:63184] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:10:19 2008] [3566:63184] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> [Fri Dec 05 15:20:00 2008] [3595:1744] [error] ajp_validate::jk_ajp_common.c >> (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:20:00 2008] [3595:1744] [error] ajp_validate::jk_ajp_common.c >> (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:20:00 2008] [3595:1744] [error] wc_create_worker::jk_worker.c >> (161): validate failed for ajp13 >> [Fri Dec 05 15:20:00 2008] [3595:1744] [error] build_worker_map::jk_worker.c >> (259): failed to create worker ajp13 >> [Fri Dec 05 15:21:11 2008] [3601:42704] [error] >> ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost >> [Fri Dec 05 15:21:11 2008] [3601:42704] [error] >> ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 >> [Fri Dec 05 15:21:11 2008] [3601:42704] [error] >> wc_create_worker::jk_worker.c (161): validate failed for ajp13 >> [Fri Dec 05 15:21:11 2008] [3601:42704] [error] >> build_worker_map::jk_worker.c (259): failed to create worker ajp13 >> >> I need somone's help quick. >> >> Many thanks! >> Chris >> >> --http://cjordan.us >> >> --http://cjordan.us > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
