cancel
Showing results for 
Search instead for 
Did you mean: 

Application error occurred during the request procession.

Former Member
0 Kudos

Hi All ,

I am getting error while opning URL in IX system.

Please find default trace logs below.

An exception was thrown in the UME/ABAP user management connector. This exception might be caused by incorrect user input. It is written to the trace to assist

incident analysis by SAP. Only messages also appearing in the log require administrator assistance.

[EXCEPTION]

#1#com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed* Connect_PM TYPE=A ASHOST=localhost SYSNR=00 GWHOST=localhost GWSERV=sapgw00 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner 'localhost:sapgw00' not reached TIME Wed Oct 19 02:35:00 201 RELEASE 701 COMPONENT NI (network interface) VERSION 38 RC -10 MODULE nixxi.cpp LINE 2529 DETAIL NiPConnect SYSTEM CALL connect ERRNO 146 ERRNO TEXT Connection refused COUNTER 6 *An exception was thrown in the UME/ABAP user management connector that was caused by unavailability of the RFC communication with the backend system: "". ##An

exception was thrown in the UME/ABAP user management connector that was caused by unavailability of the RFC communication with the backend system: "". #1#Connect to* SAP gateway failed Connect_PM TYPE=A ASHOST=localhost SYSNR=00 GWHOST=localhost GWSERV=sapgw00 PCS=1 *An exception was thrown in the UME/ABAP user management connector that was caused by unavailability of the RFC communication with the backend system: "".

#1.#C00095B880B1005900000025000016BA0004AF9CD92EF414#1318988100334#com.sap.security.core.persistence#sap.com/SQLTrace#com.sap.security.core.persistence.

[cf=com.sap.security.core.persistence.datasource.imp.R3Persistence][md=searchPrincipalDatabags()][cl=null]

#J2EE_GUEST#0##n/a##8ce16d2bf9f211e090070000007975f2#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Search in the backend resulted in an exception. By UME

design, this error is only given as "incomplete search result" to the caller.#

sap.engine.services.servlets_jsp.server.HttpHandlerImpl#J2EE_GUEST#0##n/a##39ee154afa5211e08d440000007975f2#SAPEngine_Application_Thread[impl:3]

_25##0#0#Error#1#/System/Server/WebRequests#Plain###application [/] Processing HTTP request to servlet [jsp] finished with error.

The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while compiling JSP file

[/usr/sap/IKH/D00/j2ee/cluster/server0/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/main.jsp].

Exception id: [C00095B880B1006000000024000046ED0004AFA66A5E887F]#

Please help me to slove this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Ragu,

The above error is the standard error thrown by JCo for network connectivity issues as outlined in the documentation below:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/daea401675752ae10000000a155106/frameset.htm

JCO_ERROR_COMMUNICATION

Exception caused by network problems, connection breakdowns, gateway problems, unavailability of the remote SAP system, etc.

Get the host of the SAP System from dev_jrfc.trc or the JRFC trace; ping the SAP system from command line; check routers, gateways, SAP

systems.

Also you can check note 723562 section 4 about network configuration.

I hope this helps you.

Regards,

Blanca