cancel
Showing results for 
Search instead for 
Did you mean: 

EJB transport binding read time out

apu_das2
Active Contributor
0 Kudos

Hi,

We have a CAF service what I am trying to test from Service administration. But, I am getting below error. Can anyone help me here. I guess somewhere timeout value is maintained what I need to increase.

Accepted Solutions (0)

Answers (2)

Answers (2)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Apu,
Could you please check in NWA -> CAF configration , if any destination maintained there and check if there are any timeout parameter?

Thanks

Sugata

apu_das2
Active Contributor
0 Kudos

Hi Sugata,

I have checked that already, but there is no destination maintained here separately for this CAF service.

sugata_bagchi2
Active Contributor
0 Kudos

Hi Apu,
In your endpoint option, can you check the dropdown? do you have anything HTTP_Port? try using that one or change the custom one with your PI host and http port.
Use HTTP Authentication with J2EE APPL SERV role.

Thanks

Sugata

apu_das2
Active Contributor
0 Kudos

Hi Sugata,

Thanks for your reply.

First of all, this composite application framework is not getting called from PI mapping rather one Fiori application is calling this directly.

In the Fiori application, I am getting a time out error, hence trying to test this service standalone from NWA service administration.

In the request xml, we get few ids and based on that we try to fetch status of BPM instances and return the response.

Now, I can see when I am putting 3 ids as a request, it is returning the response properly and taking approx 57 secs time. But when I am putting more than 3 ids as a request it is throwing this time out error.

So, my assumption is somewhere 60 secs time out value is maintained and that is responsible for this exception. Please let me know if you have any idea where the parameter is maintained.