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

"This file does not have a program associated with it" (trouble installing)

New Here ,
Feb 26, 2010 Feb 26, 2010

Hi. I need to install ColdFusion onto my computer, but once I get through the first step, I get this popup (note, I have uninstalled 8 and have installed the CF 9 Developer edition).

pic.JPG

I take it that it doesn't recognize how to open ".cfm" files? I go into my Control Panel and try using different programs, such as IE or FireFox, but I still get this message whenever I go to CF in the Start menu and select "Getting started..." or "Administrator".

pic2.JPG

Any help would be appreciated, thanks!

-Reed

848
Translate
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
LEGEND ,
Feb 26, 2010 Feb 26, 2010

It looks to me like the web server connector failed (which it does, sometimes), so the web server doesn't know what to do with CFM requests (ie: pass them to CF for processing), so instead just returns the file to the browser.

Run wsconfig, delete any connection it suggests it has, and add the connection back again.

wsconfig should be in your [JRun]/bin dir, or... I think [ColdFusion]/runtime/bin dir, depending on whether you're running multi-server or stand-alone CF.

--

Adam

Translate
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
New Here ,
Feb 26, 2010 Feb 26, 2010

Hm, well I just pasted the "administrator.cfm" link into Firefox and this finally popped up. It's taking a bit to load, but I'm hoping this will work.

pic5.JPG

Translate
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
LEGEND ,
Feb 26, 2010 Feb 26, 2010

Well that's what you want to see.  Looks like it's working OK.  I wouldn't worry too much about the links in your start menu.  Just bookmark the CFAdmin page in your browser.

--

Adam

Translate
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
New Here ,
Feb 26, 2010 Feb 26, 2010

When I go to wsconfig, it opens up Dreamweaver (??)

Translate
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
LEGEND ,
Feb 26, 2010 Feb 26, 2010

If you double-click on wsconfig.exe, it opens up DreamWeaver?!

Do a virus scan.

--

Adam

Translate
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
New Here ,
Feb 26, 2010 Feb 26, 2010

Hmmm, this file is wsconfig_jvm.config

Translate
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
LEGEND ,
Feb 26, 2010 Feb 26, 2010
LATEST

OK, well that's not an executable, so you can't •run• it.

You should be running the executable: wsconfig.exe.

But if CF is actually running OK and serving up pages, you don't need

to bother. No need to try to fix something that isn't broken!

--

Adam

Translate
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