Re: Oops! Virtual Directories & Server Errors

2012-06-07 Thread Russ Michaels

yes its still supported, the web config tool seems to detect whether its
installed or not and uses it if it is by default.

On Tue, Jun 5, 2012 at 4:39 PM, Dave Watts  wrote:

>
> > actually you do Dave, cozz if its installed then CF uses it and not the
> > iis7 native mode connector, if you run the cf 9.0.1 web config tool with
> > the iis6 mode installed it even advises you to remove it, plus all
> current
> > connectors, then set them up again..
>
> CF 9.0.1 still supports IIS 6, right?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-07 Thread WebSite CFTalk

Ok, good point :-)

Rename web.config in affected folders and test then..

I have all sites configured on one connector in our setup, and use no .net 
functinality. In that scenario it's quite ok to not use separate web.config 
files for every iis website.

Mvh
Helge Hetland
WebSite as


Den 7. juni 2012 kl. 17:19 skrev "Matthew Small" :

> 
> DON'T DELETE WEB.CONFIGS unless you know exactly what you are doing.
> 
> They may be individually configured for each website - some websites have 
> different configuration and that's where the differences go.
> 
>> I've seen a similar issue, try this:
>> 
>> Look for web.config in the affected directories.
>> 
>> Delet all exept the one in root.
>> 
>> (the error comes from settings in the web.config - but instead of 
>> fixing that i found that deleting them also fixed it)
>> 
>> Mvh
>> Helge Hetland
>> WebSite as
>> 
>> 
>> Den 5. juni 2012 kl. 15:04 skrev "Rick Root" :
>> 
>>> 
>>> So, we have a web site where we use virtual directories to point 
>> back to
>>> the root folder, allowing us to have multiple web sites and one code 
>> base.
>>> 
>>> This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 
>> won't let
>>> me reconfig any web server connectors)... and I had to also install 
>> the
>>> ASP.NET feature before it would let me do it...
>>> 
>>> Got everything working, reconfigured stuff, and it's all good, 
>> right?
>>> 
>>> Only now, our virtual subdirectories are generating " The page 
>> cannot be
>>> displayed because an internal server error has occurred. "
>>> 
>>> And I can't find any logs that tell me WHY.
>>> 
>>> Nothing in coldfusion's Exception or Application log, nothing in 
>> the
>>> C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful 
>> in the
>>> wsconfig/X/logs folder either...
>>> 
>>> Anyone have any suggestions?
>>> 
>>> -- 
>>> *The beatings will continue until morale improves.*
>>> 
>>> 
>>> 
> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351496
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-07 Thread Matthew Small

DON'T DELETE WEB.CONFIGS unless you know exactly what you are doing.

They may be individually configured for each website - some websites have 
different configuration and that's where the differences go.

> I've seen a similar issue, try this:
> 
> Look for web.config in the affected directories.
> 
> Delet all exept the one in root.
> 
> (the error comes from settings in the web.config - but instead of 
> fixing that i found that deleting them also fixed it)
> 
> Mvh
> Helge Hetland
> WebSite as
> 
> 
> Den 5. juni 2012 kl. 15:04 skrev "Rick Root" :
> 
> > 
> > So, we have a web site where we use virtual directories to point 
> back to
> > the root folder, allowing us to have multiple web sites and one code 
> base.
> > 
> > This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 
> won't let
> > me reconfig any web server connectors)... and I had to also install 
> the
> > ASP.NET feature before it would let me do it...
> > 
> > Got everything working, reconfigured stuff, and it's all good, 
> right?
> > 
> > Only now, our virtual subdirectories are generating " The page 
> cannot be
> > displayed because an internal server error has occurred. "
> > 
> > And I can't find any logs that tell me WHY.
> > 
> > Nothing in coldfusion's Exception or Application log, nothing in 
> the
> > C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful 
> in the
> > wsconfig/X/logs folder either...
> > 
> > Anyone have any suggestions?
> > 
> > -- 
> > *The beatings will continue until morale improves.*
> > 
> > 
> > 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351472
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-07 Thread Matthew Small

The System Event log will tell you what's going on with the HTTP 500 error (the 
internal web server error).

The problem likely has something to do with the CF connector - I imagine an 
ISAPI filter of some sort - JRUN.dll, something like that.  It probably can't 
be located.

Post the event when you find it and we can figure it out from there.



> I've seen a similar issue, try this:
> 
> Look for web.config in the affected directories.
> 
> Delet all exept the one in root.
> 
> (the error comes from settings in the web.config - but instead of 
> fixing that i found that deleting them also fixed it)
> 
> Mvh
> Helge Hetland
> WebSite as
> 
> 
> Den 5. juni 2012 kl. 15:04 skrev "Rick Root" :
> 
> > 
> > So, we have a web site where we use virtual directories to point 
> back to
> > the root folder, allowing us to have multiple web sites and one code 
> base.
> > 
> > This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 
> won't let
> > me reconfig any web server connectors)... and I had to also install 
> the
> > ASP.NET feature before it would let me do it...
> > 
> > Got everything working, reconfigured stuff, and it's all good, 
> right?
> > 
> > Only now, our virtual subdirectories are generating " The page 
> cannot be
> > displayed because an internal server error has occurred. "
> > 
> > And I can't find any logs that tell me WHY.
> > 
> > Nothing in coldfusion's Exception or Application log, nothing in 
> the
> > C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful 
> in the
> > wsconfig/X/logs folder either...
> > 
> > Anyone have any suggestions?
> > 
> > -- 
> > *The beatings will continue until morale improves.*
> > 
> > 
> > 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread WebSite CFTalk

I've seen a similar issue, try this:

Look for web.config in the affected directories.

Delet all exept the one in root.

(the error comes from settings in the web.config - but instead of fixing that i 
found that deleting them also fixed it)

Mvh
Helge Hetland
WebSite as


Den 5. juni 2012 kl. 15:04 skrev "Rick Root" :

> 
> So, we have a web site where we use virtual directories to point back to
> the root folder, allowing us to have multiple web sites and one code base.
> 
> This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 won't let
> me reconfig any web server connectors)... and I had to also install the
> ASP.NET feature before it would let me do it...
> 
> Got everything working, reconfigured stuff, and it's all good, right?
> 
> Only now, our virtual subdirectories are generating " The page cannot be
> displayed because an internal server error has occurred. "
> 
> And I can't find any logs that tell me WHY.
> 
> Nothing in coldfusion's Exception or Application log, nothing in the
> C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful in the
> wsconfig/X/logs folder either...
> 
> Anyone have any suggestions?
> 
> -- 
> *The beatings will continue until morale improves.*
> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351470
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Dave Watts

> actually you do Dave, cozz if its installed then CF uses it and not the
> iis7 native mode connector, if you run the cf 9.0.1 web config tool with
> the iis6 mode installed it even advises you to remove it, plus all current
> connectors, then set them up again..

CF 9.0.1 still supports IIS 6, right?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351469
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Russ Michaels

actually you do Dave, cozz if its installed then CF uses it and not the
iis7 native mode connector, if you run the cf 9.0.1 web config tool with
the iis6 mode installed it even advises you to remove it, plus all current
connectors, then set them up again..


On Tue, Jun 5, 2012 at 4:17 PM, Dave Watts  wrote:

>
> > This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 won't
> let
> > me reconfig any web server connectors)... and I had to also install the
> > ASP.NET feature before it would let me do it...
>
> You shouldn't have to remove IIS 6 Management Compatibility - it's
> just not required any more for CF 9.0.1 connectors. There are still
> cases where you might need IIS 6 Management Compatibility that have
> nothing to do with CF - managing IIS SMTP comes to mind.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351468
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Dave Watts

> This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 won't let
> me reconfig any web server connectors)... and I had to also install the
> ASP.NET feature before it would let me do it...

You shouldn't have to remove IIS 6 Management Compatibility - it's
just not required any more for CF 9.0.1 connectors. There are still
cases where you might need IIS 6 Management Compatibility that have
nothing to do with CF - managing IIS SMTP comes to mind.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351467
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Dave Watts

> Whatever is happening with the virtual directories is not (because it's not a 
> CF error).  But IIS is hiding the error details.

Can you uninstall the CF connectors and see whether static pages then work?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Rick Root

Another curious issue.

IIS is no longer showing any CF error messages ...

For example, if I create a file test.cfm and in it I only put  .. this 
would normally generate a coldfusion error page ... But now I just get that 
same "
The page cannot be displayed because an internal server error has occurred."

I also get the same message if I remove the  from my application.cfm.. 
no CF error output at all.

With or without robust error reporting, the server used to at least report a 
coldfusion error for this kind of thing.

Though at least this error gets logged to the application log.

Whatever is happening with the virtual directories is not (because it's not a 
CF error).  But IIS is hiding the error details.

Rick

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351465
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Russ Michaels

if you want to send me some RDP login details i'll take a look for you

On Tue, Jun 5, 2012 at 3:50 PM, Rick Root  wrote:

>
> >is it just a plain vDir, or did you convert it to an application. the form
> >looks like a yellow folder, the latter will have a little world icon on
> the
> >folder.
> >If its an application  then it also has an application pool, which can be
> >the cause of issues.
>
> Ah, no they are just plain virtual directories .. 15,000 of them.
>
> I'm f'ing stumped here.
>
> Sure would be nice if IIS would tell me what the internal server error was.
>
> Anyone know any good IIS experts who can provide emergency help?
>
> Rick
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351464
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Rick Root

>is it just a plain vDir, or did you convert it to an application. the form
>looks like a yellow folder, the latter will have a little world icon on the
>folder.
>If its an application  then it also has an application pool, which can be
>the cause of issues.

Ah, no they are just plain virtual directories .. 15,000 of them.

I'm f'ing stumped here.

Sure would be nice if IIS would tell me what the internal server error was.

Anyone know any good IIS experts who can provide emergency help?

Rick

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351463
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Russ Michaels

is it just a plain vDir, or did you convert it to an application. the form
looks like a yellow folder, the latter will have a little world icon on the
folder.
If its an application  then it also has an application pool, which can be
the cause of issues.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351462
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Dave Watts

> >do you have the vDir enabled as an application ?
>
> I'm not sure what you mean...

In IIS, virtual directories can be configured as separate IIS
applications, with their own application pool, or they can run within
the context of the parent application. When you look at the list of
directories, each type has a different icon.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Rick Root

>do you have the vDir enabled as an application ?

I'm not sure what you mean... 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351460
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Russ Michaels

do you have the vDir enabled as an application ?

On Tue, Jun 5, 2012 at 2:49 PM, Rick Root  wrote:

>
> >is this actually a CF issue or does it affect any page ?
> >if you have removed IIS6 compatibility tools then you also need to
> >re-create all the connectors on IIS7 native mode. you can do this with the
> >web config tool.
>
> So
>
> #! - it affects ALL types of files (htm, gif, cfm, etc)
>
> #2 - I did recreate all the connectors
>
> #3 - regular sites working, those that use their own domain name...
> virtual directory sites are not.
>
> #4 - deleted and recreated a virtual directory for one of my sites using
> the IIS interface did not help.
>
> #5 - virtual directories that point to non-web-root folders seem to be
> fine.
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351459
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Rick Root

>is this actually a CF issue or does it affect any page ?
>if you have removed IIS6 compatibility tools then you also need to
>re-create all the connectors on IIS7 native mode. you can do this with the
>web config tool.

So

#! - it affects ALL types of files (htm, gif, cfm, etc)

#2 - I did recreate all the connectors

#3 - regular sites working, those that use their own domain name... virtual 
directory sites are not.

#4 - deleted and recreated a virtual directory for one of my sites using the 
IIS interface did not help.

#5 - virtual directories that point to non-web-root folders seem to be fine.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351458
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories & Server Errors

2012-06-05 Thread Russ Michaels

is this actually a CF issue or does it affect any page ?
if you have removed IIS6 compatibility tools then you also need to
re-create all the connectors on IIS7 native mode. you can do this with the
web config tool.

On Tue, Jun 5, 2012 at 2:04 PM, Rick Root  wrote:

>
> So, we have a web site where we use virtual directories to point back to
> the root folder, allowing us to have multiple web sites and one code base.
>
> This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 won't let
> me reconfig any web server connectors)... and I had to also install the
> ASP.NET feature before it would let me do it...
>
> Got everything working, reconfigured stuff, and it's all good, right?
>
> Only now, our virtual subdirectories are generating " The page cannot be
> displayed because an internal server error has occurred. "
>
> And I can't find any logs that tell me WHY.
>
> Nothing in coldfusion's Exception or Application log, nothing in the
> C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful in the
> wsconfig/X/logs folder either...
>
> Anyone have any suggestions?
>
> --
> *The beatings will continue until morale improves.*
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351457
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm