cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 503 error by the adapter framework

Duy_Le_-_Islet_
Participant
0 Kudos

Hi all,

We are using the File Adapter and SOAP adapters to process files and create IDoc in ERP system. However, the files has not been processed and the system issues an error message of "HTTP 503 Service Unavailable". Our system is PO 7.4 Java-only system, which use AEX engine.


In the PI system log, we found the error message as being seen below:




We then examined the SOAP Receive Adapter, since it involves in this scenario. When we checked the target URL of the SOAP Receiver adapter, we found that JPR connection stopped:




We don't know how to start the connection. We restarted the system, but it did not help. In the component monitor, we found the Central Adapter Engine has errors as being shown below:





It seems that the error related to java connection resource:

Connection registration failed for connection JPR on node 201378450 due to: Failed to register connection JPR. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Failed to load messages into Queue JPRRecv from database. Reason: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): javax.resource.ResourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection. Possible reasons: 1)Maximum allowed connections to DB or EIS is reached. You can apply CSN Note 719778 in order to check and resolve connection leaks. 2) Configuration to DB/EIS is wrong or DB/EIS is temporary unreachable. 3) Connections are not enough for current load.

I want to try to increase the number of connections or waiting time as suggested in the note 719778 to see if it fix the error. However, since we have Netweaver 7.4 with Java-only PO system, the Visual Admin tool is no longer exist, I don’t know how to change those setting.

We cannot find any note or discussion relevant to troubleshoot the issue, so I would like to ask for any hint to deal with the problem. I would be very grateful for any feedback.


Best regards,

Duy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check this

Regards

Osman

Duy_Le_-_Islet_
Participant
0 Kudos

Hi,

The discussion thread is irrelevant because the Adapter Framework itself is available when I checked the URL. In addition, we have Java-only PO system, so the transaction SM49 is not available. Besides, we did restart the system, but the issue still exists.

BR
Duy

former_member186851
Active Contributor
0 Kudos

Hello,

check this path in NWA.

Go to the Config Tool-> server-> services-> com.sap.aii.af.svc-> messaging.connectionDefinition

Duy_Le_-_Islet_
Participant
0 Kudos

Hi,

Thanks for your reply, following is what I found in NWBC:

So what should I do next? If some values of properties messaging.connectionDefinition need to be changed, how can I determine which values I should change to?

BR

Duy