cancel
Showing results for 
Search instead for 
Did you mean: 

Getting dump when try to test service MIME

Former Member
0 Kudos

Hi,

Using SICF transaction I activated all the services for Integrated ITS. I published system, webgui using se80 transaction. I am not able see the icons and dropwoen box under webgui. I checked FQDN. Its perfect. Then SICF transaction I tested service for /default_host/sap/public/bc/its/mimes, then I am getting error below.

The following error text was processed in the system HRQ : Illegal access to a string (offset too large)

The error occurred on the application server sapq02_HRQ_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: SPLIT_PATH_GIVE_ROOT of program CL_IAC_HELPER=================CP

Method: SPLIT_PATH_GIVE_SERVICE of program CL_IAC_HELPER=================CP

Method: GIVE_MIME_CONTENT_USING_PATH of program CL_IAC_HELPER=================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_ITS_MIMES=========CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

Error code: ICF-IE-http -c: 300 -u: P00006463 -l: E -s: HRQ -i: sapq02_HRQ_00 -w: 0 -d: 20081023 -t: 105853 -v: RABAX_STATE -e: STRING_OFFSET_TOO_LARGE

Please help me out in this issue.

Thanks,

Srini

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Edgar,

Thanks for your help.

When I check the source code then Icons and dropdown box style sheet is taking from webgui--> theme 99.

Using SE80-->Internet services, Under webgui , I created theme 99. Then I uploaded missing Icons and dropdown box style sheet. Now we are able to see the Icons and dropdown box. Thanks once again.

Thanks,

Srinivas Kuchadi

former_member316351
Active Contributor
0 Kudos

Hello Srinivas,

I should mention that many of the ESS transactions are not officially supported on the Integrated ITS. Please see note 870126 for details.

Edgar

Former Member
0 Kudos

Hi Edgar,

Thanks for quick response.

I tried below urls then it displaying icon on IE browser and webgui service also working fine.

http://sapq02.flightsafety.com:8000/sap/public/bc/its/mimes/webgui/sl/images/icons/s_aanode.gif

http://sapq02.flightsafety.com:8000/sap/bc/gui/sap/its/webgui

But I am using open enrollment link, its not displaying icons and dropdown box.

Thanks,

Srinivas

former_member316351
Active Contributor
0 Kudos

Hello Srinivas,

So when you call the PZ14 service it is not working for some icons? The URL is as below right:

http://sapq02.flightsafety.com:8000/sap/bc/gui/sap/its/pz14

You should find out what mimes are not loaded by using a tool such as HTTPWatch or just ctrl+right click on the missing icon and choosing property. This should show the URL that the ITS is trying to locate the icon at. We need that as well as all the GUI Configuration parameters and values in the PZ14 service in transaction SICF.

Edgar

Former Member
0 Kudos

We uploaded all the Open enrollment (Transaction : PZ14) templates. We configured all the ICM parameters. After that using SICF transaction we activated /sap/public/bc/its/mimes, /sap/public/bc/ur, /sap/public/bc/webicons, /sap/public/icf_check, /sap/public/icman, /sap/public/ping, /sap/bc/gui/sap/its/pz14, /sap/bc/gui/sap/its/webgui/se61_disptxt, /sap/bc/gui/sap/its/icf, /sap/bc/gui/sap/its/icman.

After that using se80à internet service, we published PZ14, system and webgui. I am not able see the icons and dropdown box under webgui. I checked FQDN. Its perfect. I rechecked all ICM parameters they are good.

For this I tested services for /sap/public/bc/its/mimes then we are getting error below.

Error when processing your request

What has happened?

The URL http://sapq02.flightsafety.com:8000/sap/public/bc/its/mimes was not called due to an error.

Note

The following error text was processed in the system HRQ : Illegal access to a string (offset too large)

The error occurred on the application server sapq02_HRQ_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: SPLIT_PATH_GIVE_ROOT of program CL_IAC_HELPER=================CP

Method: SPLIT_PATH_GIVE_SERVICE of program CL_IAC_HELPER=================CP

Method: GIVE_MIME_CONTENT_USING_PATH of program CL_IAC_HELPER=================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_ITS_MIMES=========CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

After that I traced on then I got below warnings

Thr 10] *** WARNING => Connection request from (0/1/0) to host: P25214, service: 1090 failed (NIEHOST_UNKNOWN)

Thr 10] *** WARNING => Connection request from (0/1/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN)

any idea on displaying icons and dropdown box under webgui.

Thanks,

Srinivas

former_member316351
Active Contributor
0 Kudos

Hello Srinivas,

The host and port number mentioned in the trace is different from what your URL is. Are you sure this is the correct system or request, or do you have a reverse proxy?

The URL you should use to test should be to a mime that actually exists, so something like:

http://sapq02.flightsafety.com:8000/sap/public/bc/its/mimes/webgui/sl/images/icons/s_aanode.gif

Please also make sure that the standard webgui service is working:

http://sapq02.flightsafety.com:8000/sap/bc/gui/sap/its/webgui

Edgar

former_member316351
Active Contributor
0 Kudos

Hello Srini,

Did you publish the service to your Integrated ITS? If so you should make sure that the default_host > sap > public > bc > its service is activated in SICF. If all that still doesn't resolve it then you should use the trace in transaction SMICM to get more information about the issue.

Edgar