[cfaussie] Re: Coldfusion Server problems

2006-09-12 Thread Joel Cass

This looks like the generic page created by IE when a server cannopt be
contacted

Try accessing the site in a non-MS browser - you may get a different page

Or try using telnet, or more easily wget to view the actual result

We had this same issue but it turned out to be the cryptic 503 error
mentioned earlier. Could only find this out by examining the http headers

Joel

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Scott Thornton
Sent: Tuesday, 12 September 2006 3:35 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Coldfusion Server problems



A colleague of mine writes:


Hi All,

I have an intranet site that went down due to a power outage, and now no
matter what I do it will not serve cfm pages.
IIS will serve a text file, or jpg image, but any cfm pages come back with
just an empty page.

CFM Pages come back without any errors, but blank. The view source for these
pages is just

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=Content-Type content=text/html;
charset=windows-1252/HEAD
BODY/BODY/HTML


Have looked through IIS, and can't find any glaring issues.

Have tried using the Web Server Configuration tool to remove and reconfigure
the web site as Server Name, IIS, ALL.

Short of reinstalling CFMX, I am out of ideas.

Any help appreciated.

Thanks,


Scott Thornton, Programmer
Application Development
Information Services and Telecommunications
Hunter-New England Area Health Service
p: +61 02 49213589
m: 0413800242








--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Coldfusion Server problems

2006-09-12 Thread David Pietersen
If a file somewhere is locked, or some other weirdness related to the loss of power is occurring, by shutting down the services then rebooting you might give Windows a chance to clean up after itself.

The problem could bewith IIS, or in the underlying JRE, but is probably a locked file somewhere. Not that I am an expert or anything.


On 9/12/06, Scott Thornton [EMAIL PROTECTED] wrote:
thanks,do you think that is different from an ordinary reboot, which has been performed?
 [EMAIL PROTECTED] 12/09/2006 4:28 pm Try stopping all of the ColdFusion Services, then reboot.On 9/12/06, Scott Thornton 
[EMAIL PROTECTED] wrote: Hmm, In Firefox the page tries to download (like a file). The cfm page when opened in notepad is empty.
 Strange.  [EMAIL PROTECTED] 12/09/2006 4:00 pm  This looks like the generic page created by IE when a server cannopt be
 contacted Try accessing the site in a non-MS browser - you may get a different page Or try using telnet, or more easily wget to view the actual result We had this same issue but it turned out to be the cryptic 503 error
 mentioned earlier. Could only find this out by examining the http headers Joel -Original Message- From: cfaussie@googlegroups.com
 [mailto:cfaussie@googlegroups.com]On Behalf Of Scott Thornton Sent: Tuesday, 12 September 2006 3:35 PM To: 
cfaussie@googlegroups.com Subject: [cfaussie] Coldfusion Server problems A colleague of mine writes:  Hi All, I have an intranet site that went down due to a power outage, and now no
 matter what I do it will not serve cfm pages. IIS will serve a text file, or jpg image, but any cfm pages come back with just an empty page. CFM Pages come back without any errors, but blank. The view source for
 these pages is just !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META http-equiv=Content-Type content=text/html;
 charset=windows-1252/HEAD BODY/BODY/HTML Have looked through IIS, and can't find any glaring issues. Have tried using the Web Server Configuration tool to remove and
 reconfigure the web site as Server Name, IIS, ALL. Short of reinstalling CFMX, I am out of ideas. Any help appreciated. Thanks,  Scott Thornton, Programmer
 Application Development Information Services and Telecommunications Hunter-New England Area Health Service p: +61 02 49213589 m: 0413800242
 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Coldfusion Server problems

2006-09-12 Thread Dale Fraser

No it's not.

I'd say your missing your connector for CF in IIS.

Check to see if there is one

Home Directory, Configuration.

Make sure .cfm has an entry it should be pointing to.

C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll

Regards
Dale Fraser

http://dale.fraser.id.au


 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Thornton
Sent: Tuesday, 12 September 2006 16:31 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Coldfusion Server problems


thanks,

do you think that is different from an ordinary reboot, which has been
performed?

 [EMAIL PROTECTED] 12/09/2006 4:28 pm 
Try stopping all of the ColdFusion Services, then reboot.




On 9/12/06, Scott Thornton [EMAIL PROTECTED] wrote:


 Hmm, In Firefox the page tries to download (like a file).

 The cfm page when opened in notepad is empty.

 Strange.



  [EMAIL PROTECTED] 12/09/2006 4:00 pm 

 This looks like the generic page created by IE when a server cannopt be
 contacted

 Try accessing the site in a non-MS browser - you may get a different page

 Or try using telnet, or more easily wget to view the actual result

 We had this same issue but it turned out to be the cryptic 503 error
 mentioned earlier. Could only find this out by examining the http headers

 Joel

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] 
 Behalf Of Scott Thornton
 Sent: Tuesday, 12 September 2006 3:35 PM
 To: cfaussie@googlegroups.com 
 Subject: [cfaussie] Coldfusion Server problems



 A colleague of mine writes:
 

 Hi All,

 I have an intranet site that went down due to a power outage, and now no
 matter what I do it will not serve cfm pages.
 IIS will serve a text file, or jpg image, but any cfm pages come back with
 just an empty page.

 CFM Pages come back without any errors, but blank. The view source for
 these
 pages is just

 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 HTMLHEAD
 META http-equiv=Content-Type content=text/html;
 charset=windows-1252/HEAD
 BODY/BODY/HTML


 Have looked through IIS, and can't find any glaring issues.

 Have tried using the Web Server Configuration tool to remove and
 reconfigure
 the web site as Server Name, IIS, ALL.

 Short of reinstalling CFMX, I am out of ideas.

 Any help appreciated.

 Thanks,
 

 Scott Thornton, Programmer
 Application Development
 Information Services and Telecommunications
 Hunter-New England Area Health Service
 p: +61 02 49213589
 m: 0413800242











 








--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Coldfusion Server problems

2006-09-12 Thread Joel Cass

There could be an issue with your connectors, since you can get non-cf pages

You can try using the wsconfig (/bin/wsconfig.exe or
/runtime/lib/wsconfig.jar) utility to remove and reinstall the connectors,
just make sure IIS and CF are stopped first.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Scott Thornton
Sent: Tuesday, 12 September 2006 4:25 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Coldfusion Server problems



Hmm, In Firefox the page tries to download (like a file).

The cfm page when opened in notepad is empty.

Strange.



 [EMAIL PROTECTED] 12/09/2006 4:00 pm 

This looks like the generic page created by IE when a server cannopt be
contacted

Try accessing the site in a non-MS browser - you may get a different page

Or try using telnet, or more easily wget to view the actual result

We had this same issue but it turned out to be the cryptic 503 error
mentioned earlier. Could only find this out by examining the http headers

Joel

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Scott Thornton
Sent: Tuesday, 12 September 2006 3:35 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Coldfusion Server problems



A colleague of mine writes:


Hi All,

I have an intranet site that went down due to a power outage, and now no
matter what I do it will not serve cfm pages.
IIS will serve a text file, or jpg image, but any cfm pages come back with
just an empty page.

CFM Pages come back without any errors, but blank. The view source for these
pages is just

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=Content-Type content=text/html;
charset=windows-1252/HEAD
BODY/BODY/HTML


Have looked through IIS, and can't find any glaring issues.

Have tried using the Web Server Configuration tool to remove and reconfigure
the web site as Server Name, IIS, ALL.

Short of reinstalling CFMX, I am out of ideas.

Any help appreciated.

Thanks,


Scott Thornton, Programmer
Application Development
Information Services and Telecommunications
Hunter-New England Area Health Service
p: +61 02 49213589
m: 0413800242
















--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Coldfusion Server problems

2006-09-12 Thread ACTCFUG

Or certain crucial files have been corrupted meaning a re-install is a
possibility. Of course you have backed up crucial data?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Coldfusion Server problems

2006-09-11 Thread Blair McKenzie
Check the services running on the machine and make sure that the ColdFusion ones have restarted.BlairOn 9/12/06, Scott Thornton 
[EMAIL PROTECTED] wrote:A colleague of mine writes:
Hi All,I have an intranet site that went down due to a power outage, and now no matter what I do it will not serve cfm pages.IIS will serve a text file, or jpg image, but any cfm pages come back with just an empty page.
CFM Pages come back without any errors, but blank. The view source for these pages is just!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//ENHTMLHEADMETA http-equiv=Content-Type content=text/html; charset=windows-1252/HEAD
BODY/BODY/HTMLHave looked through IIS, and can't find any glaring issues.Have tried using the Web Server Configuration tool to remove and reconfigure the web site as Server Name, IIS, ALL.
Short of reinstalling CFMX, I am out of ideas.Any help appreciated.Thanks,Scott Thornton, ProgrammerApplication DevelopmentInformation Services and TelecommunicationsHunter-New England Area Health Service
p: +61 02 49213589m: 0413800242
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---