cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGui for HTML via WAS 6.40

Former Member
0 Kudos

Hi everyone,

We have activated all the necessary services and set the necessary parameters for utilising the webgui on WAS 6.40.

When we call up the URL to access the webgui we are presented with the expected logon screen, however once you enter your details and click on "logon" we get the following error message:

Error when processing your request

What has happened?

The URL http://sa0701s0.paperlinx.com.au:8012/sap/bc/gui/sap/its/webgui was not called due to an error.

Note

The following error text was processed in the system BWS : Template interpretation terminated - internal error 0x2101: Interpreter: The specified input file does

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

The termination type was: TH_RES_FREE

The ABAP call stack was:

SYSTEM-EXIT of program SAPLSMTR_NAVIGATION

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system BWS in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sa0701s0_BWS_12 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server sa0701s0_BWS_12 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http-c:300-u:SBOB -l:E-s:BWS-i:sa0701s0_BWS_12 -w:0-d:20050911-t:214744-v: TH_RES_FREE-e:Template interpretation terminated - internal error 0x2101: Interpreter: The specified input file does

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Please help!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Also found the following info in our dev trace files:

W *** ERROR => julep: PpioCreateParseTree: IRepRetrieve(templates/system/header.html) failed. [w3xxppio.cpp 1400]

W *** ERROR => julep: PpioCreateHtmlPP: PpioCreateParseTree(templates/system/header.html) failed, rc=0x10c [w3xxppio.cpp 1025]

W *** ERROR => julep: XIntInterpret: PpioCreateHtmlPP(templates/system/header.html) failed, rc=0x10c [w3xxjuce.cpp 791]

W *** ERROR => xgdk: MsgtBuildHtmlBlock: IntpDoInterpret (templates/system/header.html) failed, rc=0x2101 [w3xxmsgt.c 225]

W *** ERROR => xgdk: MsgtBuildHtmlBlock: 0x2101: Interpreter: The specified input file does not exist. [w3xxmsgt.c 231]

W *** ERROR => diag: Unable to find the template `templates/system/generator.html' [w3xxhtmg.cpp 4891]

W *** ERROR => diag: Error getting generator info [w3xxhtmg.cpp 5591]

W *** ERROR => diag: Cannot generate the frameset page [w3xxsemg.cpp 4700]

W *** WARNING => diag: SemgXGHandleResponse: Returning rc=0xffffffcc [w3xxsemg.cpp 1475]

W *** ERROR => plugin: XKrnHandleResponse failed rc= -52 [itspxkrn.cpp 791]

W *** ERROR => plugin: ItspXKrn_HandleResponse failed. 70000200159fba0 rc: 0 [itspxkrn.cpp 410]

W

W Sun Sep 11 22:05:50 2005

W *** ERROR => ipl_ConvertOut failed rc = 1, send icf error page [itsplxx.c 1477]

M ***LOG W01=> [itsplxx.c 1478]

W *** ERROR => ipl_ConvertOut returns 1(ITSPE_FAILURE) [itsplxx.c 1480]

W *** ERROR => Raise Last error:[25 from: w3xxmsgt.c :232] [itsplxx.c 1169]

W *** ERROR => RaiseError(sapdext) ITS_P:25 [w3xxmsgt.c 232]

athavanraja
Active Contributor
0 Kudos

publish SYSTEM , WEBGUI & SHUFFLER internet services to site INTERNAL from se80.

and also make sure that sap/bc/gui/sap/its nodes are active in transaction SICF.

you may check the following weblog for more details.

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

and let us know how it goes.

Regards

Raja

Former Member
0 Kudos

Raja, your a bloody life saver mate!

I had published the WEBGUI service but not the SYSTEM or SHUFFLER services. Once I published them, it worked like a charm!

Is it documented anywhere that these services need to be manually published prior to being able to use the WEBGUI?

Also what is the SHUFFLER service?

My ADM102 documentation dosen't mention a thing about have to publish these services first!

Thanks again mate!

athavanraja
Active Contributor
0 Kudos

Hi Shaun,

Good to hear that its working fine now.

online help on installation and activation.

http://help.sap.com/saphelp_nw04/helpdata/en/54/4d9993c6592941a407313a6763575c/frameset.htm

i am yet to find out why we need shuffler service, but i have seen this giving problem when we execute ALV reports.

Regards

Raja

Former Member
0 Kudos

HI Raja,

Hats off.... it solved my problem too.... !

Regards,

Krishna

Former Member
0 Kudos

Dear All ,

the SHUFFEL service is not necessary .

To acrtivate webgui process as follow :

With Se80 --> "internet service" you need to publish only WEBGUI and SYSTEM .

Add to istance profile these 2 parameters :

icm/server_port_0 PROT=HTTP,PORT=8000

icm/host_name_full <hostname>.domain ( solved by your DNS )

check the parameter : itsp/enable = 1 ( default value )

Activate these services with trans. SICF :

Sap -> public -> bc -> its

Sap -> bc -> Gui

Sap -> public -> bc -> ur

these sets work fine in my system ERP 6.0 ABAP , installed without java .

Regards

Davide

Edited by: Davide Berlenda on Apr 17, 2009 11:00 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shaun,

Please see SAP notes 808347 and 816973 respectively.

Thanks and regards,

Dieter

deidre_logan
Participant
0 Kudos

this was very helpful. It solved the problem we were having with the webgui also.

thanks

Former Member
0 Kudos

We had the same problem.

Thank you for the tip to publish SHUFFEL as well.

David