You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Courtney Meade <cm...@capecoral.net> on 2017/10/20 18:52:53 UTC

At a loss!

Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!

Tomcat Version - 7.0
Server OS - Windows 2012 R2


HTTP Error 500.0 - Internal Server Error
Calling GetFilterVersion on ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi\isapi_redirect.dll" failed
Most likely causes:
*         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
*         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
*         IIS was not able to process configuration for the Web site or application.
*         The authenticated user does not have permission to use this DLL.
*         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
Things you can try:
*         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
*         Check the event logs to see if any additional information was logged.
*         Verify the permissions for the DLL.
*         Install the .NET Extensibility feature if the request is mapped to a managed handler.
*         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
Detailed Error Information:
Module

   IIS Web Core

Notification

   Unknown

Handler

   BonCode-Tomcat-WC-Handler

Error Code

   0x8007047e

Requested URL

   https://breeze:443/servicedesk

Physical Path

   C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi

Logon Method

   Not yet determined

Logon User

   Not yet determined


More Information:
This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.

View more information ><http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x8007047e,9600>

Microsoft Knowledge Base Articles:
*         294807


Courtney Meade
Business Applications Analyst
ITS - City of Cape Coral
Internal Ext 3694
Phone 239-242-3694
(NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)


Re: At a loss!

Posted by Mark Thomas <ma...@apache.org>.
On 24/10/17 12:23, Courtney Meade wrote:
> tomcat-connectors-1.2.42-windows-x86_64-iis.zip 

Good. That should be the correct version of the DLL since Windows 2012
is only available in 64 bit.

The error you are seeing is typically seen when there is a configuration
issue of some kind.

The Tomcat provided docs could really do with an update for how to
install and configure the DLL. Until we get that done, this might helP:

https://www.lisenet.com/2016/configure-iis-8-and-tomcat-connector-isapi-filter-on-windows-server-2012/

Mark


> 
> Courtney Meade
> Business Applications Analyst
> ITS - City of Cape Coral
> Internal Ext 3694
> Phone 239-242-3694
> (NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)
> 
> -----Original Message-----
> From: Mark Thomas [mailto:markt@apache.org] 
> Sent: Monday, October 23, 2017 5:11 PM
> To: Tomcat Users List <us...@tomcat.apache.org>
> Subject: Re: At a loss!
> 
> On 23/10/17 12:28, Courtney Meade wrote:
>> Tomcat is 7.0.82
>>
>> http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
>>
>> The above is the download for the isapi redirect file.
> 
> No, it isn't. The files are in a directory one level below that (named
> Windows) and there are two different zip files you could have down loaded. Which one did you download?
> 
> I'm going to assume you downloaded the latest version, 1.2.42 unless you say otherwise.
> 
> Mark
> 
> 
> 
>>
>> I had to follow the footprints instruction and the file was placed under the tomcat 7.0 directory in a folder called isapi. 
>>
>> Courtney Meade
>> Business Applications Analyst
>> ITS - City of Cape Coral
>> Internal Ext 3694
>> Phone 239-242-3694
>> (NOTE:  Florida has a very broad public records law, and under Florida 
>> law, most written communications to or from city staff regarding city 
>> business to include your e-mail address is considered public records 
>> and will be made available to the public and the media upon request. 
>> If you do not want your email message and or your e-mail address 
>> released in response to a public records request, do not send 
>> electronic mail to this entity. Instead, contact this office by phone 
>> or in writing.  Additionally, this communication is intended only for 
>> the addressee.  If you are not the intended recipient, do not copy, 
>> disclose, or distribute this message to anyone else.  If you have 
>> received this communication in error, please contact the sender of the 
>> message to inform him or her of the error and then delete this 
>> message.)
>>
>> -----Original Message-----
>> From: Mark Thomas [mailto:markt@apache.org]
>> Sent: Friday, October 20, 2017 3:29 PM
>> To: Tomcat Users List <us...@tomcat.apache.org>
>> Subject: Re: At a loss!
>>
>> On 20/10/17 19:52, Courtney Meade wrote:
>>> Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!
>>>
>>> Tomcat Version - 7.0
>>
>> Not relevant at this point but "7.0" as a Tomcat version number is close to useless given it could be any one of 80 odd releases spread over more than 7 years.
>>
>>> Server OS - Windows 2012 R2
>>
>> OK.
>>
>> Exactly which isapi_redirect.dll file did you install (version, architecture, download source) and how did you install it?
>>
>> Mark
>>
>>
>>>
>>>
>>> HTTP Error 500.0 - Internal Server Error Calling GetFilterVersion on 
>>> ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 
>>> 7.0\isapi\isapi_redirect.dll" failed Most likely causes:
>>> *         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
>>> *         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
>>> *         IIS was not able to process configuration for the Web site or application.
>>> *         The authenticated user does not have permission to use this DLL.
>>> *         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
>>> Things you can try:
>>> *         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
>>> *         Check the event logs to see if any additional information was logged.
>>> *         Verify the permissions for the DLL.
>>> *         Install the .NET Extensibility feature if the request is mapped to a managed handler.
>>> *         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
>>> Detailed Error Information:
>>> Module
>>>
>>>    IIS Web Core
>>>
>>> Notification
>>>
>>>    Unknown
>>>
>>> Handler
>>>
>>>    BonCode-Tomcat-WC-Handler
>>>
>>> Error Code
>>>
>>>    0x8007047e
>>>
>>> Requested URL
>>>
>>>    https://breeze:443/servicedesk
>>>
>>> Physical Path
>>>
>>>    C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi
>>>
>>> Logon Method
>>>
>>>    Not yet determined
>>>
>>> Logon User
>>>
>>>    Not yet determined
>>>
>>>
>>> More Information:
>>> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
>>>
>>> View more information
>>>> <http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x800
>>>> 7
>>> 047e,9600>
>>>
>>> Microsoft Knowledge Base Articles:
>>> *         294807
>>>
>>>
>>> Courtney Meade
>>> Business Applications Analyst
>>> ITS - City of Cape Coral
>>> Internal Ext 3694
>>> Phone 239-242-3694
>>> (NOTE:  Florida has a very broad public records law, and under 
>>> Florida law, most written communications to or from city staff 
>>> regarding city business to include your e-mail address is considered 
>>> public records and will be made available to the public and the media upon request.
>>> If you do not want your email message and or your e-mail address 
>>> released in response to a public records request, do not send 
>>> electronic mail to this entity. Instead, contact this office by phone 
>>> or in writing.  Additionally, this communication is intended only for 
>>> the addressee.  If you are not the intended recipient, do not copy, 
>>> disclose, or distribute this message to anyone else.  If you have 
>>> received this communication in error, please contact the sender of 
>>> the message to inform him or her of the error and then delete this
>>> message.)
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: At a loss!

Posted by Courtney Meade <cm...@capecoral.net>.
tomcat-connectors-1.2.42-windows-x86_64-iis.zip  

Courtney Meade
Business Applications Analyst
ITS - City of Cape Coral
Internal Ext 3694
Phone 239-242-3694
(NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)

-----Original Message-----
From: Mark Thomas [mailto:markt@apache.org] 
Sent: Monday, October 23, 2017 5:11 PM
To: Tomcat Users List <us...@tomcat.apache.org>
Subject: Re: At a loss!

On 23/10/17 12:28, Courtney Meade wrote:
> Tomcat is 7.0.82
> 
> http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
> 
> The above is the download for the isapi redirect file.

No, it isn't. The files are in a directory one level below that (named
Windows) and there are two different zip files you could have down loaded. Which one did you download?

I'm going to assume you downloaded the latest version, 1.2.42 unless you say otherwise.

Mark



> 
> I had to follow the footprints instruction and the file was placed under the tomcat 7.0 directory in a folder called isapi. 
> 
> Courtney Meade
> Business Applications Analyst
> ITS - City of Cape Coral
> Internal Ext 3694
> Phone 239-242-3694
> (NOTE:  Florida has a very broad public records law, and under Florida 
> law, most written communications to or from city staff regarding city 
> business to include your e-mail address is considered public records 
> and will be made available to the public and the media upon request. 
> If you do not want your email message and or your e-mail address 
> released in response to a public records request, do not send 
> electronic mail to this entity. Instead, contact this office by phone 
> or in writing.  Additionally, this communication is intended only for 
> the addressee.  If you are not the intended recipient, do not copy, 
> disclose, or distribute this message to anyone else.  If you have 
> received this communication in error, please contact the sender of the 
> message to inform him or her of the error and then delete this 
> message.)
> 
> -----Original Message-----
> From: Mark Thomas [mailto:markt@apache.org]
> Sent: Friday, October 20, 2017 3:29 PM
> To: Tomcat Users List <us...@tomcat.apache.org>
> Subject: Re: At a loss!
> 
> On 20/10/17 19:52, Courtney Meade wrote:
>> Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!
>>
>> Tomcat Version - 7.0
> 
> Not relevant at this point but "7.0" as a Tomcat version number is close to useless given it could be any one of 80 odd releases spread over more than 7 years.
> 
>> Server OS - Windows 2012 R2
> 
> OK.
> 
> Exactly which isapi_redirect.dll file did you install (version, architecture, download source) and how did you install it?
> 
> Mark
> 
> 
>>
>>
>> HTTP Error 500.0 - Internal Server Error Calling GetFilterVersion on 
>> ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 
>> 7.0\isapi\isapi_redirect.dll" failed Most likely causes:
>> *         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
>> *         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
>> *         IIS was not able to process configuration for the Web site or application.
>> *         The authenticated user does not have permission to use this DLL.
>> *         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
>> Things you can try:
>> *         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
>> *         Check the event logs to see if any additional information was logged.
>> *         Verify the permissions for the DLL.
>> *         Install the .NET Extensibility feature if the request is mapped to a managed handler.
>> *         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
>> Detailed Error Information:
>> Module
>>
>>    IIS Web Core
>>
>> Notification
>>
>>    Unknown
>>
>> Handler
>>
>>    BonCode-Tomcat-WC-Handler
>>
>> Error Code
>>
>>    0x8007047e
>>
>> Requested URL
>>
>>    https://breeze:443/servicedesk
>>
>> Physical Path
>>
>>    C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi
>>
>> Logon Method
>>
>>    Not yet determined
>>
>> Logon User
>>
>>    Not yet determined
>>
>>
>> More Information:
>> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
>>
>> View more information
>>> <http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x800
>>> 7
>> 047e,9600>
>>
>> Microsoft Knowledge Base Articles:
>> *         294807
>>
>>
>> Courtney Meade
>> Business Applications Analyst
>> ITS - City of Cape Coral
>> Internal Ext 3694
>> Phone 239-242-3694
>> (NOTE:  Florida has a very broad public records law, and under 
>> Florida law, most written communications to or from city staff 
>> regarding city business to include your e-mail address is considered 
>> public records and will be made available to the public and the media upon request.
>> If you do not want your email message and or your e-mail address 
>> released in response to a public records request, do not send 
>> electronic mail to this entity. Instead, contact this office by phone 
>> or in writing.  Additionally, this communication is intended only for 
>> the addressee.  If you are not the intended recipient, do not copy, 
>> disclose, or distribute this message to anyone else.  If you have 
>> received this communication in error, please contact the sender of 
>> the message to inform him or her of the error and then delete this
>> message.)
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: At a loss!

Posted by Mark Thomas <ma...@apache.org>.
On 23/10/17 12:28, Courtney Meade wrote:
> Tomcat is 7.0.82
> 
> http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
> 
> The above is the download for the isapi redirect file.

No, it isn't. The files are in a directory one level below that (named
Windows) and there are two different zip files you could have down
loaded. Which one did you download?

I'm going to assume you downloaded the latest version, 1.2.42 unless you
say otherwise.

Mark



> 
> I had to follow the footprints instruction and the file was placed under the tomcat 7.0 directory in a folder called isapi. 
> 
> Courtney Meade
> Business Applications Analyst
> ITS - City of Cape Coral
> Internal Ext 3694
> Phone 239-242-3694
> (NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)
> 
> -----Original Message-----
> From: Mark Thomas [mailto:markt@apache.org] 
> Sent: Friday, October 20, 2017 3:29 PM
> To: Tomcat Users List <us...@tomcat.apache.org>
> Subject: Re: At a loss!
> 
> On 20/10/17 19:52, Courtney Meade wrote:
>> Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!
>>
>> Tomcat Version - 7.0
> 
> Not relevant at this point but "7.0" as a Tomcat version number is close to useless given it could be any one of 80 odd releases spread over more than 7 years.
> 
>> Server OS - Windows 2012 R2
> 
> OK.
> 
> Exactly which isapi_redirect.dll file did you install (version, architecture, download source) and how did you install it?
> 
> Mark
> 
> 
>>
>>
>> HTTP Error 500.0 - Internal Server Error Calling GetFilterVersion on 
>> ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 
>> 7.0\isapi\isapi_redirect.dll" failed Most likely causes:
>> *         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
>> *         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
>> *         IIS was not able to process configuration for the Web site or application.
>> *         The authenticated user does not have permission to use this DLL.
>> *         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
>> Things you can try:
>> *         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
>> *         Check the event logs to see if any additional information was logged.
>> *         Verify the permissions for the DLL.
>> *         Install the .NET Extensibility feature if the request is mapped to a managed handler.
>> *         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
>> Detailed Error Information:
>> Module
>>
>>    IIS Web Core
>>
>> Notification
>>
>>    Unknown
>>
>> Handler
>>
>>    BonCode-Tomcat-WC-Handler
>>
>> Error Code
>>
>>    0x8007047e
>>
>> Requested URL
>>
>>    https://breeze:443/servicedesk
>>
>> Physical Path
>>
>>    C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi
>>
>> Logon Method
>>
>>    Not yet determined
>>
>> Logon User
>>
>>    Not yet determined
>>
>>
>> More Information:
>> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
>>
>> View more information 
>>> <http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x8007
>> 047e,9600>
>>
>> Microsoft Knowledge Base Articles:
>> *         294807
>>
>>
>> Courtney Meade
>> Business Applications Analyst
>> ITS - City of Cape Coral
>> Internal Ext 3694
>> Phone 239-242-3694
>> (NOTE:  Florida has a very broad public records law, and under Florida 
>> law, most written communications to or from city staff regarding city 
>> business to include your e-mail address is considered public records 
>> and will be made available to the public and the media upon request. 
>> If you do not want your email message and or your e-mail address 
>> released in response to a public records request, do not send 
>> electronic mail to this entity. Instead, contact this office by phone 
>> or in writing.  Additionally, this communication is intended only for 
>> the addressee.  If you are not the intended recipient, do not copy, 
>> disclose, or distribute this message to anyone else.  If you have 
>> received this communication in error, please contact the sender of the 
>> message to inform him or her of the error and then delete this 
>> message.)
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: At a loss!

Posted by Courtney Meade <cm...@capecoral.net>.
Tomcat is 7.0.82

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/

The above is the download for the isapi redirect file.

I had to follow the footprints instruction and the file was placed under the tomcat 7.0 directory in a folder called isapi. 

Courtney Meade
Business Applications Analyst
ITS - City of Cape Coral
Internal Ext 3694
Phone 239-242-3694
(NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)

-----Original Message-----
From: Mark Thomas [mailto:markt@apache.org] 
Sent: Friday, October 20, 2017 3:29 PM
To: Tomcat Users List <us...@tomcat.apache.org>
Subject: Re: At a loss!

On 20/10/17 19:52, Courtney Meade wrote:
> Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!
> 
> Tomcat Version - 7.0

Not relevant at this point but "7.0" as a Tomcat version number is close to useless given it could be any one of 80 odd releases spread over more than 7 years.

> Server OS - Windows 2012 R2

OK.

Exactly which isapi_redirect.dll file did you install (version, architecture, download source) and how did you install it?

Mark


> 
> 
> HTTP Error 500.0 - Internal Server Error Calling GetFilterVersion on 
> ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 
> 7.0\isapi\isapi_redirect.dll" failed Most likely causes:
> *         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
> *         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
> *         IIS was not able to process configuration for the Web site or application.
> *         The authenticated user does not have permission to use this DLL.
> *         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
> Things you can try:
> *         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
> *         Check the event logs to see if any additional information was logged.
> *         Verify the permissions for the DLL.
> *         Install the .NET Extensibility feature if the request is mapped to a managed handler.
> *         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
> Detailed Error Information:
> Module
> 
>    IIS Web Core
> 
> Notification
> 
>    Unknown
> 
> Handler
> 
>    BonCode-Tomcat-WC-Handler
> 
> Error Code
> 
>    0x8007047e
> 
> Requested URL
> 
>    https://breeze:443/servicedesk
> 
> Physical Path
> 
>    C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi
> 
> Logon Method
> 
>    Not yet determined
> 
> Logon User
> 
>    Not yet determined
> 
> 
> More Information:
> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
> 
> View more information 
> ><http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x8007
> 047e,9600>
> 
> Microsoft Knowledge Base Articles:
> *         294807
> 
> 
> Courtney Meade
> Business Applications Analyst
> ITS - City of Cape Coral
> Internal Ext 3694
> Phone 239-242-3694
> (NOTE:  Florida has a very broad public records law, and under Florida 
> law, most written communications to or from city staff regarding city 
> business to include your e-mail address is considered public records 
> and will be made available to the public and the media upon request. 
> If you do not want your email message and or your e-mail address 
> released in response to a public records request, do not send 
> electronic mail to this entity. Instead, contact this office by phone 
> or in writing.  Additionally, this communication is intended only for 
> the addressee.  If you are not the intended recipient, do not copy, 
> disclose, or distribute this message to anyone else.  If you have 
> received this communication in error, please contact the sender of the 
> message to inform him or her of the error and then delete this 
> message.)
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: At a loss!

Posted by Mark Thomas <ma...@apache.org>.
On 20/10/17 19:52, Courtney Meade wrote:
> Receiving the below Error when trying to Integrate Tomcat with IIS for Footprints - any help or insight would be greatly appreciated!
> 
> Tomcat Version - 7.0

Not relevant at this point but "7.0" as a Tomcat version number is close
to useless given it could be any one of 80 odd releases spread over more
than 7 years.

> Server OS - Windows 2012 R2

OK.

Exactly which isapi_redirect.dll file did you install (version,
architecture, download source) and how did you install it?

Mark


> 
> 
> HTTP Error 500.0 - Internal Server Error
> Calling GetFilterVersion on ISAPI filter "C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi\isapi_redirect.dll" failed
> Most likely causes:
> *         IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
> *         IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
> *         IIS was not able to process configuration for the Web site or application.
> *         The authenticated user does not have permission to use this DLL.
> *         The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
> Things you can try:
> *         Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
> *         Check the event logs to see if any additional information was logged.
> *         Verify the permissions for the DLL.
> *         Install the .NET Extensibility feature if the request is mapped to a managed handler.
> *         Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here<http://go.microsoft.com/fwlink/?LinkID=66439>.
> Detailed Error Information:
> Module
> 
>    IIS Web Core
> 
> Notification
> 
>    Unknown
> 
> Handler
> 
>    BonCode-Tomcat-WC-Handler
> 
> Error Code
> 
>    0x8007047e
> 
> Requested URL
> 
>    https://breeze:443/servicedesk
> 
> Physical Path
> 
>    C:\Program Files\Apache Software Foundation\Tomcat 7.0\isapi
> 
> Logon Method
> 
>    Not yet determined
> 
> Logon User
> 
>    Not yet determined
> 
> 
> More Information:
> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
> 
> View more information ><http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x8007047e,9600>
> 
> Microsoft Knowledge Base Articles:
> *         294807
> 
> 
> Courtney Meade
> Business Applications Analyst
> ITS - City of Cape Coral
> Internal Ext 3694
> Phone 239-242-3694
> (NOTE:  Florida has a very broad public records law, and under Florida law, most written communications to or from city staff regarding city business to include your e-mail address is considered public records and will be made available to the public and the media upon request. If you do not want your email message and or your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.  Additionally, this communication is intended only for the addressee.  If you are not the intended recipient, do not copy, disclose, or distribute this message to anyone else.  If you have received this communication in error, please contact the sender of the message to inform him or her of the error and then delete this message.)
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org