cancel
Showing results for 
Search instead for 
Did you mean: 

Error Java Server Proxy

Former Member
0 Kudos

Hi Experts,

I am doing a simple SOAP to JAVA Server Proxy scenario in which I am I send the folder name an getting the file names in return from that particular folder. I am giving the folder from my own XI server as I have deployed the EAR on the J2EE stack of the XI server. I have successfully deployed the EAR file in SDM .

On testing I get the following error "com.sap.aii.af.ra.ms.api.DeliveryException: Exception in method onMessage"

I have reffered the following links to identify the kind of error But I have incorporated everything mentioned in the links ,

but still I am getting the same error .

/message/326901#326901 [original link is broken]

Can anyone help me with other possible causes for this ..

Regards

Nishant Kumar Singh

Accepted Solutions (1)

Accepted Solutions (1)

former_member190389
Active Contributor
0 Kudos

Hi,

Did you check the RWB logs?

Check the following in the EAR if the problem is with the EAR

1. See that there are no global variables which are not being cleared after or before their usage.

Edited by: Fariha Ali on Jan 25, 2010 5:13 PM

Former Member
0 Kudos

Hi Ali,

I have checked with the logs in RWB and I got the following Info :-

Proxy Server :- java:comp/env/JPR4TS

com.sap.aii.proxy.xiruntime.sbeans.JPRBean

SLD Access :- SLD host:port = xidev:50000

JPR configuration:

subsystem = com.sap.aii.utilxi.sld.JavaProxyRuntime@7a79ba4e

applicationId = prt

technicalHost = com.sap.aii.utilxi.sld.J2EESystem@4db695b3

host = xidev

httpPort = 50000

httpsPort = 50001

contextRoot = prt

user = PIAFUSER

password = ******

locale = en

SAPsystem = XD1

dbHost = xidev

businessSystem = JPR_BS

Messaging System :- Connection name = JPR

Time out = 5000000 msec

IS URL = http://xidev:8000/sap/xi/engine?type=entry

IS client = 001

Logical Locking :- Namespace = JPR

Owner = 2010012517311278100000xidev........................2070550

Properties :- /usr/sap/XD1/SYS/global/xi/jpf.properties with 0 entries

Registry :- /usr/sap/XD1/SYS/global/xi/jpf.registry with 1 entries

Click here to list the contents

Cache :- /usr/sap/XD1/SYS/global/xi/jpf.cache with 2 entries

com.sap.aii.connect.landscape.name = xidev:50000

ServiceName = JPR_BS

JARM :- off

Version :- 3.0.12 from $DateTime: 2009/02/20 13:23:17 $

$Id: //tc/xi/NW701_04_REL/src/_proxy/java/com/sap/aii/proxy/xiruntime/core/XmlSystemAccess.java#1 $

I got the following logs in RWB and My business system name :- JPR_BS

I am also not able to undersatnd as weather my bean logic is getting invoked or not ???

Plz help ..

Regards

Nishant Kumar Singh

Answers (3)

Answers (3)

Former Member
0 Kudos

There was improper Exception handled in the bean logic as a result of which I was getting the following error.

Former Member
0 Kudos

Hi,

Have a look on this....might help you..

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi Pinangshuk,

I checked with the thread you mentioned and there I could find that the problem was resolved with patches on PI 7.0 and SP 14 .

My SAP PI 7.0 is with EHP 1.0 and on SP 04 . Do this mean that I need to have SP14 , but already EHP 1.0 is incorporated as enhancement pack in our SAP PI 7.0 .

Regards

Nishant Kumar Singh

Former Member
0 Kudos

any way to get more details (exception root cause ? stack trace ?) ?