Skip to main content
Inspiring
January 10, 2014
Pregunta

CF10 Sites Produce 500 Error, CFAdmin Runs Fine

  • January 10, 2014
  • 2 respuestas
  • 3097 visualizaciones

(This is a partial repeat of a posting I added this morning to an old thread; reposting here in a new thread as I am not sure the old one will be seen by anyone)

Through fits and starts, we have CF10 running on CF10 Standard on a VPS with Windows 2012 64 bit and IIS 8.0.  I did install the IIS6 options too, as well as the ASAPI and ASP options.  CFAdmin was installed with the "all sites" option.   At this point, I can freely uninstall/re-install CF if need be as all sites are down anyway, unfortunately.

Every site gives me a 500 error but I CAN get the CF Administrator up and it runs and displays pages, updates, etc just fine. 

Another thread I found here in the forums concentrated on the Application pools. I checked the application pools and they all say 32bit=true, so for one site I went through and set them all to false, but that did not fix the problem. Was I supposed to recycle IIS or CF before I tried to render the page again?

For each site, there are 4 application pool listings, one for v2.0 (Classic), v2.0 (Integrated), v4.0 (Classic), and v4.0 (Integrated). 

All sites are showing the CFIDE and Jakarta virtual directories.  The .cfm and .cfc MIME's look like they are set correctly at the top level of all web sites. DNS has been checked and the sites can be pinged successfully.

I'm out of ideas.

Thank you for any help you can provide!

RLS

    Este tema ha sido cerrado para respuestas.

    2 respuestas

    Anjaneai_Srivastava
    Adobe Employee
    Adobe Employee
    January 10, 2014

    Hi RLS,

    Could you please check if you are able to get the website running from ColdFusion's internal port 8500. in case, that is disabled, please enable it by uncommenting --C:\ColdFusion10\cfusion\runtime\conf -- Server.xml

    <!-- internal webserver start -->

        <Connector executor="tomcatThreadPool" maxThreads="50"

                   port="8501" protocol="org.apache.coyote.http11.Http11Protocol"

                   connectionTimeout="20000"

                   redirectPort="8445" />

        <!-- internal webserver end -->

    Please try to run your web applciation from web root of CF and compare the results

    If this is a development enviornment you can enable the debugging mode to get the details on the error.

    Thanks,

    Anjaneai

    Inspiring
    January 10, 2014

    Anjaneai,

    Before I started looking into your diagnostic approach, I visited vishu#13's approach. When I added a site by hand (versus my ISP's control panel approach), I have a working site.

    The previous sites were all added by the control panel method when Open Blue Dragon was installed.  OBD has been removed from this server and CF10 Server Standard has taken its place.

    Do you know of anything that OBD might have left laying around that could be causing this problem?

    RLS

    Inspiring
    January 10, 2014

    I was able to remove OpenBD from my listing by cutting this:

                <isapiFilters>

                    <remove name="OpenBD" />

                    <filter name="OpenBD" path="C:\openbd\connector\isapi_redirect-1.2.30.dll" preCondition="bitness64" />

                </isapiFilters>

    from this file: C:\Windows\System32\inetsrv\config\applicationHost.config

    and then I restarted IIS, but my problem persists. :-(


    Some web.config files had this, which I removed:

            <handlers accessPolicy="Read, Execute, Script">

                <add name="Coldfusion" path="*.cfm" verb="*" modules="IsapiModule" scriptProcessor="C:\openbd\connector\isapi_redirect-1.2.28.dll" resourceType="File" preCondition="bitness32" />

            </handlers>

    or a variation like this:

            <handlers>

                <remove name="CFML" />

                <add name="CFML" path="*.cfm" verb="*" modules="IsapiModule" scriptProcessor="C:\openbd\connector\isapi_redirect-1.2.30.dll" resourceType="Unspecified" requireAccess="Execute" />

            </handlers>

    but this did not exist in animalwarriorz.com, so my problem persists.

    vishu_13
    Inspiring
    January 10, 2014

    Hi

    I've replied to the other forum : http://forums.adobe.com/thread/1283921?tstart=0