JOSSO

ISAPI Agent on 64bit IIS7

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: JOSSO 1.8.2
  • Fix Version/s: JOSSO 1.8.4
  • Component/s: None
  • Description:
    The ISAPI Agent does not run in an IIS7 64bit Environment. I already tried to build the project with the x64 target, but the linking process fails with some linkage errors regarding the regex library.
  • Environment:
    IIS 7, 64bit

Activity

Hide
Vladimir Safin added a comment - 30/Dec/10 8:29 AM
When is 1.8.4 planned to be released.
Show
Vladimir Safin added a comment - 30/Dec/10 8:29 AM When is 1.8.4 planned to be released.
Hide
Pankaj Kumar added a comment - 22/Jun/11 6:20 AM - edited
Hi,
I tried to run the ISAPI Agent on IIS7 64bit(intel machine) using the instructions given at http://www.josso.org/confluence/display/JOSSO1/Setup+JOSSO+Agent+-+ISAPI. When I tried to run the application, I got the following error message:

HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\inetpub\josso\bin\JOSSOIsapiAgent.dll" failed

Investigating further, I found the following message in the windows application event log data:

ISAPI Filter 'C:\inetpub\josso\bin\JOSSOIsapiAgent.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349.

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
  <EventID Qualifiers="49152">2274</EventID>
  <Version>0</Version>
  <Level>2</Level>
  <Task>0</Task>
  <Opcode>0</Opcode>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2011-06-22T11:05:53.000Z" />
  <EventRecordID>355059</EventRecordID>
  <Correlation />
  <Execution ProcessID="0" ThreadID="0" />
  <Channel>Application</Channel>
  <Computer>API-QA</Computer>
  <Security />
  </System>
- <EventData>
  <Data Name="IsapiFilter">C:\acroot\josso\bin\JOSSOIsapiAgent.dll</Data>
  <Data Name="ProcessorArchitecture">AMD64</Data>
  <Binary>C1000000</Binary>
  </EventData>
  </Event>

It would be very kind, if you could help me with the issue.

Thanks

Pankaj
Show
Pankaj Kumar added a comment - 22/Jun/11 6:20 AM - edited Hi, I tried to run the ISAPI Agent on IIS7 64bit(intel machine) using the instructions given at http://www.josso.org/confluence/display/JOSSO1/Setup+JOSSO+Agent+-+ISAPI. When I tried to run the application, I got the following error message: HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "C:\inetpub\josso\bin\JOSSOIsapiAgent.dll" failed Investigating further, I found the following message in the windows application event log data: ISAPI Filter 'C:\inetpub\josso\bin\JOSSOIsapiAgent.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349. - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System>   <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />   <EventID Qualifiers="49152">2274</EventID>   <Version>0</Version>   <Level>2</Level>   <Task>0</Task>   <Opcode>0</Opcode>   <Keywords>0x80000000000000</Keywords>   <TimeCreated SystemTime="2011-06-22T11:05:53.000Z" />   <EventRecordID>355059</EventRecordID>   <Correlation />   <Execution ProcessID="0" ThreadID="0" />   <Channel>Application</Channel>   <Computer>API-QA</Computer>   <Security />   </System> - <EventData>   <Data Name="IsapiFilter">C:\acroot\josso\bin\JOSSOIsapiAgent.dll</Data>   <Data Name="ProcessorArchitecture">AMD64</Data>   <Binary>C1000000</Binary>   </EventData>   </Event> It would be very kind, if you could help me with the issue. Thanks Pankaj

People

Dates

  • Created:
    01/Aug/10 2:48 AM
    Updated:
    12/Aug/11 7:34 AM
    Resolved:
    12/Jan/11 9:24 AM