Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Wil Genovese

Questions:

Did you create a connector to IIS with WSConfig tool?
Do you have a Jakarta Alias in the IIS site?

Those are the two most common issues for this type of error. If your wsconfig 
was used to configure all sites and then later a new site was added the number 
one this is people forgetting that the connector needs to be added to the new 
site via the Jakarta alias.

Regards,
Wil


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

 On Mar 27, 2015, at 12:52 PM, Gerald Guido gerald.gu...@gmail.com wrote:
 
 
 I have been down the rabbit hole with this all day and have not been able
 to figure this out. I have been all over The Google with no love.
 
 We followed the CF 11 lockdown guide and got everything working fine for 2
 domains/applications. We went to set up a third domain that uses
 subdirectories as the root directory for seperate applications and we get a
 500 error (details below) when we hit a subdirectory like so:
 
 http://www.mydomain.com/somedir/
 
 But if I add index.cfm to the URL like below everything works fine.
 
 http://www.mydomain.com/somedir/index.cfm
 
 And, yes, the default document is set to index.cfm and the permissions for
 all the sub directories are identical to the domains what work (as per the
 lockdown guide).
 
 IIS error details
 
 Module IsapiModule
 Notification ExecuteRequestHandler
 Handler cfmHandler
 Error Code 0x80004005
 
 
 Anyone have an idea how to remedy this situation?
 
 As always, many TIA,
 
 G!
 
 
 *Gerald Anthony Guido*
 Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
 -- Horace
 
 learn.geraldguido.com
 Twitter https://twitter.com/CozmoTrouble
 Facebook https://www.facebook.com/gerald.guido.9
 
 
 

~|
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:360317
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: 500 error/Permission issue with IIS 7

2015-03-31 Thread David Phelan

I have run into this very issue.  If I remember, it ended up being a corruption 
in the web.config default documents.  Try rebuilding that section.

Dave

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: Friday, March 27, 2015 1:52 PM
To: cf-talk
Subject: 500 error/Permission issue with IIS 7


I have been down the rabbit hole with this all day and have not been able to 
figure this out. I have been all over The Google with no love.

We followed the CF 11 lockdown guide and got everything working fine for 2 
domains/applications. We went to set up a third domain that uses subdirectories 
as the root directory for seperate applications and we get a
500 error (details below) when we hit a subdirectory like so:

http://www.mydomain.com/somedir/

But if I add index.cfm to the URL like below everything works fine.

http://www.mydomain.com/somedir/index.cfm

 And, yes, the default document is set to index.cfm and the permissions for all 
the sub directories are identical to the domains what work (as per the lockdown 
guide).

IIS error details

Module IsapiModule
Notification ExecuteRequestHandler
Handler cfmHandler
Error Code 0x80004005


Anyone have an idea how to remedy this situation?

As always, many TIA,

G!


*Gerald Anthony Guido*
Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
-- Horace

learn.geraldguido.com
Twitter https://twitter.com/CozmoTrouble
Facebook https://www.facebook.com/gerald.guido.9




~|
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:360315
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Russ Michaels

I replied to this days ago but the list rejected it.

if you enabled detailed errors then you might get more details if it is a
CFM issue

however I suspect this is a problem with the cf connector not being to
handle virtual directories, I have not really bothered with cf10/11 so have
not tested this.
But you may need to add a mapping in the uriworkermap.properties file, see
here for general instructions
https://helpx.adobe.com/coldfusion/kb/coldfusion10-iis-manual-connector-configuration.html

try adding a mapping for

/your vDir/* = cfusion

On Mon, Mar 30, 2015 at 2:34 PM, David Phelan dphe...@emerginghealthit.com
wrote:


 I have run into this very issue.  If I remember, it ended up being a
 corruption in the web.config default documents.  Try rebuilding that
 section.

 Dave

 -Original Message-
 From: Gerald Guido [mailto:gerald.gu...@gmail.com]
 Sent: Friday, March 27, 2015 1:52 PM
 To: cf-talk
 Subject: 500 error/Permission issue with IIS 7


 I have been down the rabbit hole with this all day and have not been able
 to figure this out. I have been all over The Google with no love.

 We followed the CF 11 lockdown guide and got everything working fine for 2
 domains/applications. We went to set up a third domain that uses
 subdirectories as the root directory for seperate applications and we get a
 500 error (details below) when we hit a subdirectory like so:

 http://www.mydomain.com/somedir/

 But if I add index.cfm to the URL like below everything works fine.

 http://www.mydomain.com/somedir/index.cfm

  And, yes, the default document is set to index.cfm and the permissions
 for all the sub directories are identical to the domains what work (as per
 the lockdown guide).

 IIS error details

 Module IsapiModule
 Notification ExecuteRequestHandler
 Handler cfmHandler
 Error Code 0x80004005


 Anyone have an idea how to remedy this situation?

 As always, many TIA,

 G!


 *Gerald Anthony Guido*
 Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
 -- Horace

 learn.geraldguido.com
 Twitter https://twitter.com/CozmoTrouble
 Facebook https://www.facebook.com/gerald.guido.9




 

~|
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:360331
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Gerald Guido


 Did you create a connector to IIS with WSConfig tool?
 Do you have a Jakarta Alias in the IIS site?
 It ended up being a corruption in the web.config default documents.


Thanx for the replies. All of those are in order. I did manage to figure
out a kludge to get the sites up until I can figure out a proper solution.

As always, thanx,

G!

*Gerald Anthony Guido*
Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
-- Horace

learn.geraldguido.com
Twitter https://twitter.com/CozmoTrouble
Facebook https://www.facebook.com/gerald.guido.9

On Fri, Mar 27, 2015 at 2:14 PM, Wil Genovese jugg...@trunkful.com wrote:


 Questions:

 Did you create a connector to IIS with WSConfig tool?
 Do you have a Jakarta Alias in the IIS site?

 Those are the two most common issues for this type of error. If your
 wsconfig was used to configure all sites and then later a new site was
 added the number one this is people forgetting that the connector needs to
 be added to the new site via the Jakarta alias.

 Regards,
 Wil


 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com

 wilg...@trunkful.com
 www.trunkful.com

  On Mar 27, 2015, at 12:52 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:
 
 
  I have been down the rabbit hole with this all day and have not been able
  to figure this out. I have been all over The Google with no love.
 
  We followed the CF 11 lockdown guide and got everything working fine for
 2
  domains/applications. We went to set up a third domain that uses
  subdirectories as the root directory for seperate applications and we
 get a
  500 error (details below) when we hit a subdirectory like so:
 
  http://www.mydomain.com/somedir/
 
  But if I add index.cfm to the URL like below everything works fine.
 
  http://www.mydomain.com/somedir/index.cfm
 
  And, yes, the default document is set to index.cfm and the permissions
 for
  all the sub directories are identical to the domains what work (as per
 the
  lockdown guide).
 
  IIS error details
 
  Module IsapiModule
  Notification ExecuteRequestHandler
  Handler cfmHandler
  Error Code 0x80004005
 
 
  Anyone have an idea how to remedy this situation?
 
  As always, many TIA,
 
  G!
 
 
  *Gerald Anthony Guido*
  Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
  -- Horace
 
  learn.geraldguido.com
  Twitter https://twitter.com/CozmoTrouble
  Facebook https://www.facebook.com/gerald.guido.9
 
 
 

 

~|
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:360330
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm