Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C689B11F08 for ; Tue, 26 Aug 2014 03:24:58 +0000 (UTC) Received: (qmail 47188 invoked by uid 500); 26 Aug 2014 03:24:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47144 invoked by uid 500); 26 Aug 2014 03:24:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 47134 invoked by uid 99); 26 Aug 2014 03:24:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 03:24:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daryllackey@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 03:24:29 +0000 Received: by mail-lb0-f169.google.com with SMTP id n15so644363lbi.14 for ; Mon, 25 Aug 2014 20:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qSFzHLNNd5jr+0+vz6Ae2+OXgSARlffgJOnE9phx7wI=; b=b3vyTcpqDXQYeJZX9tY2popb4+8+fpvJyScU/7fWd6RF43aueFh/GzDYAByl4Q0/gV jwuFjbQb9g3/MKnXXvqlse0aT8VePNiL1f2/O6hL5O4oDwBkm6vuyQkrBPYYxwGw/DCF HYF7pylEB0gQ7gXqCTUalDbsREWItA/oQ8+OG1qzuEkcBG7BAwHM0/uHhHPSy9aT13fx T2LFXBOygTFOb631TvfS9mzRZoLmTPrhLoLaio1UaQF9KDdIpte74TMNSCWzghvWfJxo SjfhbD1t5xG+ZGbY2PrccrzsWMGHWhQXfmmzA1ljoBisOs7rO2E5SICnMWZkEyeDzXN1 BmpA== MIME-Version: 1.0 X-Received: by 10.112.73.164 with SMTP id m4mr23706352lbv.3.1409023468130; Mon, 25 Aug 2014 20:24:28 -0700 (PDT) Received: by 10.25.168.136 with HTTP; Mon, 25 Aug 2014 20:24:28 -0700 (PDT) In-Reply-To: References: <7FB96DEA-5953-4EE4-B7C2-28E5976505E3@gmail.com> Date: Mon, 25 Aug 2014 22:24:28 -0500 Message-ID: From: Daryl Lackey To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=14dae93d95324c573205017fd78f X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] can't start server after adding coldfusion --14dae93d95324c573205017fd78f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable https://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html#s2 This might help you get it mod_jk.so loaded but there is your issue. You could rem out the line in "line 2 of C:/Program Files (x86)/Apache Group/Apache2/conf/mod_jk.conf =E2=80=8B"=E2=80=8B and see if Apache will load using the same -k switch. Thanks, Daryl On Mon, Aug 25, 2014 at 9:38 PM, Matthew Smith wrote: > C:\Program Files (x86)\Apache Group\Apache2>cd bin > > C:\Program Files (x86)\Apache Group\Apache2\bin>httpd -k start > 'httpd' is not recognized as an internal or external command, > operable program or batch file. > > C:\Program Files (x86)\Apache Group\Apache2\bin>apache -k start > Syntax error on line 2 of C:/Program Files (x86)/Apache > Group/Apache2/conf/mod_j > k.conf: > Cannot load C:/ColdFusion11/config/wsconfig/1/mod_jk.so into server: The > specifi > ed module could not be found. > > C:\Program Files (x86)\Apache Group\Apache2\bin> > > > On Mon, Aug 25, 2014 at 7:46 PM, Daryl Lackey > wrote: > >> =E2=80=8BTry this... >> >> Go do the DOS prompt (aka command prompt) with elevated rights. >> change to your apache installation path >> type httpd -k start >> You should get a message indicating the issue. Copy that and send back t= o >> me. >> >> If you need help with any of the above steps, let me know. >> >> Thanks, >> Daryl >> >> >> On Mon, Aug 25, 2014 at 8:32 PM, Matthew Smith >> wrote: >> >>> windows 8 64 >>> >>> the cf service is started. >>> >>> >>> On Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey >>> wrote: >>> >>>> CF11 _does_ support Apache 2.4 ( >>>> http://wwwimages.adobe.com/content/dam/Adobe/en/products/coldfusion/pd= fs/cf11/coldfusion11-support-matrix.pdf) >>>> so you are good there. >>>> >>>> What OS are you running? If Windows, check that the CF11 service has >>>> started. If it's another OS, I wont be much help to you there. >>>> >>>> >>>> Thanks, >>>> Daryl >>>> >>>> >>>> On Mon, Aug 25, 2014 at 7:48 PM, Matthew Smith >>>> wrote: >>>> >>>>> Cf 11. It is the only dl I could find. >>>>> >>>>> On Aug 25, 2014, at 18:26, Daryl Lackey wrote= : >>>>> >>>>> What version of CF are you running? I don't believe CF will work with >>>>> 2.4. I know CF9 wont at least. >>>>> >>>>> Thanks, >>>>> Daryl >>>>> >>>>> >>>>> On Mon, Aug 25, 2014 at 6:43 PM, Matthew Smith >>>>> wrote: >>>>> >>>>>> apache 2.4. i dled it just a few hours ago. >>>>>> >>>>>> >>>>>> On Mon, Aug 25, 2014 at 5:15 PM, Daryl Lackey >>>>>> wrote: >>>>>> >>>>>>> Matthew,=E2=80=8B >>>>>>> >>>>>>> What version of Apache and CF are you running?=E2=80=8B >>>>>>> >>>>>>> Thanks, >>>>>>> Daryl >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 25, 2014 at 5:38 PM, Matthew Smith < >>>>>>> chedderslam@gmail.com> wrote: >>>>>>> >>>>>>>> Start fine after fresh install on new machine. Installing >>>>>>>> coldfusion and configuring the webconnector seems to break it. Wh= at weird >>>>>>>> is that it saks for the server binary and it has always been httpd= from >>>>>>>> that i remember now it seems to be apache. am i looking in the ri= ght place? >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> chedder is bedder >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> chedder is bedder >>>>>> >>>>>> >>>>> >>>> >>> >>> >>> -- >>> Regards, >>> chedder is bedder >>> >>> >> > > > -- > Regards, > chedder is bedder > > --14dae93d95324c573205017fd78f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Mon, Aug 25, 2014 at 9:38 PM, Matthew= Smith <chedderslam@gmail.com> wrote:
C:\Program Files (x86)\Apache Group\Apache2>cd bin=

C:\Program Files (x86)\Apache Group\Apache2\bin&g= t;httpd -k start
'httpd' is not recognized as an internal= or external command,
operable program or batch file.

C:\Program Fi= les (x86)\Apache Group\Apache2\bin>apache -k start
Syntax erro= r on line 2 of C:/Program Files (x86)/Apache Group/Apache2/conf/mod_j
k.conf:
Cannot load C:/ColdFusion11/config/wsconfig/1/mod_jk= .so into server: The specifi
ed module could not be found.
<= div>
C:\Program Files (x86)\Apache Group\Apache2\bin>


On Mon,= Aug 25, 2014 at 7:46 PM, Daryl Lackey <daryllackey@gmail.com><= /span> wrote:
=E2=80=8BTry this...

Go do the DOS prompt (aka command prompt) with elevated rights.
change to y= our apache installation path
type httpd -k start
You should get a message indicating the issue. Copy tha= t and send back to me.=C2=A0

If you need help with any of the above steps, let me know.=C2=A0

Thanks,
Daryl


On Mon, Aug 25, 2014 at 8:32 PM, Matthew= Smith <chedderslam@gmail.com> wrote:
windows 8 64

the cf service is started.=


O= n Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey <daryllackey@gmail.com> wrote:

<= /div>
= What OS are you running? =C2=A0If Windows, check that the CF11 service has = started. If it's another OS, I wont be much help to you there.=C2=A0

<= /div>

Thanks,
Daryl


On Mon, Aug 25, 2014 at 7:48 PM, Matthew= Smith <chedderslam@gmail.com> wrote:
Cf 11. =C2=A0It is the only dl I could find.

On Aug 25, 2014, at 18:26, Daryl Lackey <daryllackey@gmail.com> wrote:
=
What version of CF are you runni= ng? I don't believe CF will work with 2.4. I know CF9 wont at least.

Thanks,
Daryl


On Mon, Aug 25, 2014 at 6:43 PM, Matthew= Smith <chedderslam@gmail.com> wrote:
apache 2.4. =C2=A0i dled it just a few hours ago.


On Mon, Aug 25, = 2014 at 5:15 PM, Daryl Lackey <daryllackey@gmail.com> wr= ote:
Matthew,=E2=80=8B

What version of Apache and CF are you running?=E2=80=8B

Thanks,
Dary= l


On Mon, Aug 25, 2014 at 5:38 PM, Matthew= Smith <chedderslam@gmail.com> wrote:
Start fine after fresh install on new machine. =C2=A0Insta= lling coldfusion and configuring the webconnector seems to break it. =C2=A0= What weird is that it saks for the server binary and it has always been htt= pd from that i remember now it seems to be apache. =C2=A0am i looking in th= e right place?<= span>

--
Regards,
chedder is bedder





--
Regards,
chedder is bedder






-- =
Regards,
chedder is bedder





--
Regards,
chedder is bed= der


--14dae93d95324c573205017fd78f--