cancel
Showing results for 
Search instead for 
Did you mean: 

IGS 500 Internal Server Error

Former Member
0 Kudos

Hi all,

i try to configure the IGS on NW2004s. it is a local installation and when i try to see if the IGS is installed via url http://localhost:40180/ i get the http 500 error.

I saw the same problem here:

but my problem now is that I have no access to the note 959358 where the solution is explaned, because I'm no customer and use the trial Version of NW2004s.

So can somebody say what is the content of the note 959358 or is there an other way to fix the problem?

here is the content from my system profiles, may be there is something wrong?

-


SAPSYSTEMNAME = J2E

SAPGLOBALHOST = scm-shk-161

SAPSYSTEM = 01

INSTANCE_NAME = JC01

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

jstartup/trimming_properties = off

jstartup/protocol = on

jstartup/vm/home = C:\j2sdk1.4.2_13

jstartup/max_caches = 500

jstartup/release = 700

jstartup/instance_properties = $(jstartup/j2ee_properties);$(jstartup/sdm_properties)

j2ee/dbdriver = C:\sapdb\programs\runtime\jar\sapdbc.jar

igs/listener/rfc/disable = 1

PHYS_MEMSIZE = 512

rsdb/dbid = J2E

dbs/ada/schema = SAPJ2E

#----


  1. Jcontrol: Migrated Profile Parameter

# create at Tue Oct 30 10:17:48 2007

#----


j2ee/instance_id = ID0168594

-


-


SAPSYSTEMNAME = J2E

SAPGLOBALHOST = scm-shk-161

SAPSYSTEM = 01

INSTANCE_NAME = JC01

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

DIR_PROFILE = $(DIR_INSTALL)\profile

PF = $(DIRPROFILE)\J2E_JC01_scm-shk-161

#----


  1. Copy SAP Executables

#----


CPARG0 = list:$(DIRCT_RUN)/j2eeinst.lst

Start_Program_00 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0)

#----


  1. Copy SAP Executables

#----


CPARG1 = list:$(DIRCT_RUN)/igsexe.lst

Start_Program_01 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG1)

#----


  1. Start J2EE database

#----


DB = $(DIRCT_RUN)\strdbsj2ee.cmd

Start_Program_02 = immediate $(_DB) J2E j2ee

#----


  1. Start Java application server

#----


JC = $(DIREXECUTABLE)\jcontrol$(FT_EXE)

Start_Program_03 = local $(_JC) pf=$(_PF)

#----


  1. Start internet graphics server

#----


IG = $(DIREXECUTABLE)\igswd$(FT_EXE)

Start_Program_04 = local $(_IG) -mode=profile pf=$(_PF)

rsdb/dbid = J2E

dbs/ada/schema = SAPJ2E

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here is copy-paste of the note:

Symptom

The administration and monitoring of the IGS via HTTP is not possible any more although an HTTP listener is defined.

Other terms

Internet Graphics Service HTTP 500 Request not supported

Reason and Prerequisites

You have installed an IGS 6.40 >= Patch 16, an IGS 7.00 >= Patch 4 or an IGS 7.10 and have defined an HTTP listener.

Solution

With the above IGS Patches and all future versions the HTTP administration and monitoring is disabled by default. IGS 7.00 Patch 4, 5, 6 and 7 or IGS 6.40 Patch 16 and 17 return an HTTP 500 error. With higher patch levels and with IGS 7.10 the IGS returns a message "SAP IGS is running" when calling the administration page.

To enable the HTTP administration you have to make the following configuration change and restart the IGS afterwards:

- IGS 6.40: add the parameter administration with the value "X" to the LISTENERHTTP entry in igs.xml, e.g. <LISTENERHTTP port="8030" administration="X"/>

- IGS 7.x: enhance or create the instance profile parameter igs/listener/http with the value "<port>,administration", e.g. igs/listener/http = 4$(SAPSYSTEM)80,administration

Former Member
0 Kudos

You are the best!

Thank you for quick help!!!

Answers (0)