• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion Admin problems, CF10/IIS8.5

Enthusiast ,
Sep 26, 2014 Sep 26, 2014

Copy link to clipboard

Copied

Hi,

Anyone got any pointers for a broken CF10 CFAdmin - the CFAdmin on a client server packed up last night - and not sure why. The site works ok (serves .cfm's)  but the CF Admin page is broken. It's missing the images and 404s the sha1.js file, so can't log in to the Admin. There is a CFIDE virtual directory on our local default site (but there is not one in the main sites web root) but still the problem persists. Fiddled with IIS and no joy Checked web.config's - no clues. Advice appreciated.

TIA.

Views

741

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Sep 28, 2014 Sep 28, 2014

The issue was a corrupt IIS metabase. An image restore resolved the issue in this case.

Votes

Translate

Translate
Explorer ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Hi tribule,

The issue is most likely due to a MIMETYPE conflict.

Please edit the web.config file, and comment out the mimetype definition for the ".air" extension.

The issue is called out on an other thread as well,

https://forums.adobe.com/message/6745277#6745277

We are tracking this issue on our end.

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Hi, thanks for the reply. There is no web.config in my CFIDE. Which web.config are you referring to (location-wise) and also can you paste a copy so I can see what it is supposed to look like? The issue is that the page is corrupted, no images or .JS files being loaded, so I'm not sure this is the same as the issue you mention?

Thanks,

Mark

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Hi Mark,

That is right. The issue i'm referring to does not load any assets, including JS files, and in turn causes the administrator login to fail.

There would be two ways to counter this issue,

1) Editing the web.config file

  • Edit the C:/.../IIS_WEB_ROOT/web.config file
  • Comment out the line that defines a mimetype for the .air extension.
  • Restart IIS

2) Removing MimeType from the IIS manager.

  • Unconfigure connector - Please take a back up of any custom connector settings you may have done.
  • Go to IIS Manager (inetmgr) > Site > MimeTypes
  • Delete the entry for the ".air" extension
  • Reconfigure connector

- Immanuel

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Hi,

There are 60 web.config files on this servers C:\ drive. There is no IIS_WEB_ROOT folder. Which folder do you actually mean for CF10? Do you mean c:\ColdFusion10\cfusion\wwwroot? If so there is no web.config there. Sorry, but which web.config has this .air extension This server has its CfAdmin installed on the default server @ C:\inetpub\wwwroot and the web.config in there has no MIME types set.

Also, in the MIME types setting, there is no .air type mentioned (in IIS) for any site, or at root level etc.

Regards,

Mark

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

The issue was a corrupt IIS metabase. An image restore resolved the issue in this case.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

LATEST

Thanks for sharing that with us.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation