Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

cannot Load disp_apache2.2.dll into server: %1 is not a valid Win32

Avatar

Level 2

Hi ,

I am configuring Dispatcher module in Apache HTTP Server(2.2.4 / 64 bit).

Below are the configuration and Error Msg:

System Configuration : Windows 7 / 64 Bit

When I Add LoadModule in httpd.conf file as below 

LoadModule dispatcher_module modules/disp_apache2.2.dll

I will get the below CMD Error:-

D:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe
httpd.exe: Syntax error on line 130 of D:/Program Files/Apache Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load D:/Program Files/Apache Software Found
ation/Apache2.2/modules/disp_apache2.2.dll into server: %1 is not a valid Win32
application.

I have the Dll file from disp_apache2.2.dll : https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.html

Please Let me Know How to Resolve this Issue.

Thanks in Advance

Rahul Jain

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Rahul,

the dispatcher module is a 32bit DLL and therefor it doesn't work for an Apache HTTPD, which is compiled for 64bit.

kind regards,
Jörg

View solution in original post

5 Replies

Avatar

Level 4

Hi Rahul,

I can suggest to try 32 bit apache.

Avatar

Correct answer by
Employee Advisor

Hi Rahul,

the dispatcher module is a 32bit DLL and therefor it doesn't work for an Apache HTTPD, which is compiled for 64bit.

kind regards,
Jörg

Avatar

Level 2

Hi ,

Yes, try using Apache 32 bit in your windows 64 bit machine and you will be able to install it and it should work for you.

https://www.apachelounge.com/download/win32/

Thanks and Regards

Narinder

Avatar

Level 5

Hi i am not getting dispatcher.dll in my ubuntu machine so what is the alternate of dispatcher.dll in ubuntu for modules?

Avatar

Employee Advisor

Hi,

please check AEM Dispatcher Release Notes  for a version matching both your requirements and httpd version. There is no special build for Ubuntu, the generic Linux build should suffice.