HTTP Error 500.0 while configuring OTRS 3.3.8

Moderator: crythias

Locked
adi
Znuny newbie
Posts: 3
Joined: 15 Jul 2014, 11:46
Znuny Version: 3.3.8
Real Name: Aditya
Company: MokSa Technologies

HTTP Error 500.0 while configuring OTRS 3.3.8

Post by adi »

Hi,

I am trying to install OTRS 3.3.8 on Windows Server 2008 R2 64-bit running IIS 6.1. I have installed with bundled MySQL database but after installing it opens IE page with the below error

HTTP Error 500.0 - Internal Server Error
There is a problem with the resource you are looking for, so it cannot be displayed.

Module: Isapimodule
Notification: ExecuteRequestHandler
Handler: PerlEx
Error Code: 0x8007007e

Requested URL: http://localhost:80/otrs/index.pl
Physical Path: C:\otrs\OTRS\bin\cgi-bin\index.pl
Logon Method: Anonymous
Logon user: Anonymous
Failed Request Tracing Log Directory: C:\inetpub\logs\FailedReqlogFiles


P.S.: Error screenshot is attached for more details.

I am not an IIS expert, so I need help. Please let me know if this is a know issue and is resolvable.

Thanks.
Adi
You do not have the required permissions to view the files attached to this post.
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by aph »

Have you defined a handler mapping for perl?

1) Open your Server manager. Go to Roles->Webserver(IIS)->Internet Information Services.
2) Double click on 'handler mappings'. You'll see a list of handler mappings.
3) In the right pane click on add module mapping and add the following info
Request path: *.pl
Module: Isapimodule
Executable: Browse and select ...\Perl\bin\PerlEx30.dll
Name: for example ActivePerl for *.pl
4) Click ok and click on yes to close the dialog
5) Restart IIS (open cmd as Admin and enter the command 'iisreset'

Now you can try and reload the page
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
adi
Znuny newbie
Posts: 3
Joined: 15 Jul 2014, 11:46
Znuny Version: 3.3.8
Real Name: Aditya
Company: MokSa Technologies

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by adi »

Hi,

Apology for the delayed response. I have taken a fresh Server (Windows Server 2008 64-bit) and installed OTRS with bundled MySQL. I have also checked and verified your suggestions are in place. But I am now getting the below error.

HTTP Error 500.21 - Internal Server Error
Handler "PerlEx" has a bad module "IsapiModule" in its module list

Module IIS Web Core
Notification ExecuteRequestHandler
Handler PerlEx
Error Code 0x8007000d
Requested URL http://localhost:80/otrs/installer.pl
Physical Path C:\otrs\OTRS\bin\cgi-bin\installer.pl
Logon Method Anonymous
Logon User Anonymous

Most likely causes:
ASP.NET is not installed or incompletely installed.
A configuration typographical error occured.
Unfavourable pre-condition evaluation exists.

Things you can try:
If ManagedPipelineHandler is missing, ensure that:
ManagedEngine is in <globalModules>.
ManagedPipelineHandler is in <handlers>, with correct pre-conditions.
Install ASP.NET.
Ensure all system.webServer/handlers@modules are in system.webServer/modules@name.
Review pre-conditions in the <modules> and <handlers> sections.

.Net Framework 4.5 is already installed on the server. Please help.

Thanks.
Adi
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by HervE »

Hello adi,

I've got the same error code as your first message: see here.

I don't know how you managed to the other error code.
And most of all, I still don't how to solve this kind of issue, despite all my research over the web.

Does anybody have an idea?

Best regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
xantippe
Znuny newbie
Posts: 8
Joined: 07 Feb 2014, 12:48
Znuny Version: 3.3.1
Real Name: Davor Jagec
Company: SMIT d.o.o.

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by xantippe »

Try this,
viewtopic.php?f=62&t=23417#p100276
hope this helps...
OTRS 3.3.1 on Windows Server 2008 R2, IIS, MySQL
askvicky
Znuny newbie
Posts: 39
Joined: 08 Sep 2014, 08:29
Znuny Version: otrs-3.38

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by askvicky »

I am getting the same error HTTP Error 500.0 while configuring OTRS 3.3.8, but none of the above method help.

I am running this on windows 8 64bit
otrs 3.3.8 OS windows 8 pro
askvicky
Znuny newbie
Posts: 39
Joined: 08 Sep 2014, 08:29
Znuny Version: otrs-3.38

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by askvicky »

i uninstall active perl 5.16.3.1604 and reinstall with 5.16.3.1603, out of sudden it work
otrs 3.3.8 OS windows 8 pro
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by HervE »

Hello Vicky,

Yes I have read somewhere on this forum that 1603 should be used instead of 1604.

Are you using IIS?
I'm still stuck in the configuration. Still something must be wrong in my Perl handler mappings, but I don't know why?

Regards,
HervE
Last edited by HervE on 08 Sep 2014, 14:27, edited 1 time in total.
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
askvicky
Znuny newbie
Posts: 39
Joined: 08 Sep 2014, 08:29
Znuny Version: otrs-3.38

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by askvicky »

I am using iis 8.0, i didnt change anything except reinstalling active perl
otrs 3.3.8 OS windows 8 pro
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by HervE »

That's interesting.
Could you tell how your handler mappings are configured in IIS please?
In particular, which Perl file is associated to *.pl?

Regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
gloowee
Znuny newbie
Posts: 5
Joined: 08 Sep 2014, 16:15
Znuny Version: 3.3.8
Real Name: Terry

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by gloowee »

aph wrote:Have you defined a handler mapping for perl?

1) Open your Server manager. Go to Roles->Webserver(IIS)->Internet Information Services.
2) Double click on 'handler mappings'. You'll see a list of handler mappings.
3) In the right pane click on add module mapping and add the following info
Request path: *.pl
Module: Isapimodule
Executable: Browse and select ...\Perl\bin\PerlEx30.dll
Name: for example ActivePerl for *.pl
4) Click ok and click on yes to close the dialog
5) Restart IIS (open cmd as Admin and enter the command 'iisreset'

Now you can try and reload the page
I don't even have PerlEX30.dll on the server. Is there a location where I can download it from the internet?
OTRS 3.3.9 appliance 1.0.9
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by jojo »

you need to install the commercial version of Active State Perl
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
askvicky
Znuny newbie
Posts: 39
Joined: 08 Sep 2014, 08:29
Znuny Version: otrs-3.38

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by askvicky »

Image
otrs 3.3.8 OS windows 8 pro
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: HTTP Error 500.0 while configuring OTRS 3.3.8

Post by HervE »

Thanks.

Your screenshot gave me the idea to uninstall and reinstall completely ActivePerl version 5.16.3.1603.
And now my Perl test scripts work!

...But OTRS doesn't unfortunately.
I've opened a new thread about this new problem.

Regards.
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Locked