cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy stuck in JPRRqst Queue

Former Member
0 Kudos

Hi,

I try to do Synchronous process between RFC to Java Proxy. it was wokrikg fine but suddenly Messages stuck in queue.

RFC sends a message after mapping. I looked sxmb_moni it looks like message delivered to Java Proxy but it didn't. after a while outbound service interface gives "no response" error because of time out. but when i look at http://*****:50000/mdt/Systatus proxy messages stuck in JPRRqst Queue

Queue Name Threads Assigned/Working

JPRRqst 11/11

My proxy didn't even start. Strange thing this process did work fine and when this error happens, I receive different data from data that come from RFC. example

RFC sends

MANDT 001

MATNR 3N5979

SERVICE_ID 16261

But i receive

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Z************ xmlns:ns0="urn:sap-com:document:sap:rfc:functions">

<I_TPARTAV>

<MANDT>000</MANDT>

<MATNR>979</MATNR>

<SERVICE_ID>0000</SERVICE_ID>

.......

Have you any ideas?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

try this - in RWB in msg monitoring at AE level see the msgs for this scenario......try to find first msg in error and cancel it...then see whether ur remaining msgs are getting processed or not........

Former Member
0 Kudos

Hi, thank you for answering , it was my proxy the problem it waits a response but response never come and it blocked other proxies. i set a time out and my problem is solved.

Former Member
0 Kudos

Hi everyone is there anybody can help or have an idea about my problem?