cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime workbench 503 service Unavailable

Former Member
0 Kudos

Dear All,

I changed the following parameter in PI 7.1 Config tool from default to New parameter.

When I restarted PI the Runtime workbench is not opening up and giving the following error below.

503 service Unavailable

Error: Application cannot be started!   Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTS/Home Details: "The WebApplicationException log ID is [4260D000B004185C0000000500102096]."

Default Parameter

(name=global, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=7, Recv.maxConsumers=7, Call.maxConsumers=7, Rqst.maxConsumers=7).

New Parameter -

(name=JDBC_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=10, Recv.maxConsumers=20, Call.maxConsumers=7, Rqst.maxConsumers=7).

Please advice as to how to make the parameter adapter specific or should i leave it as global ? I need to change only for JDBC adapter as it receives hugh volume of messages.

Thanks,

Teresa

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

When you do this configuration change in NWA it should be only for JDBC adapter strictly and if you are facing problem with JDBC receiver then only change value of max receiver and dont touch remaing stuff.

after the change restart PI system then you can see the changed value in RWB--->COMPONENET MONITORING----->eNGINE Status---->Additional data.

Former Member
0 Kudos

Thanks Raja. I think you too had a issue with AF Core not available after restart. I will change only for max receiver . Do we need to add a new property for com.sap.aii.af ? OR just change the max receiver value. Right now workbench is giving the 503 ERROR.

Thank you.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Just change it for max receiver value.

rajasekhar_reddy14
Active Contributor
0 Kudos

Add new property.. i advice you to take help from Basis.

Former Member
0 Kudos

Hi Raja,

I checked with BASIS and they changed only for max receiver for asynchronous messages.

(name=JDBC_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=7, Recv.maxConsumers=20, Call.maxConsumers=7, Rqst.maxConsumers=7)

rajasekhar_reddy14
Active Contributor
0 Kudos

Change existing paramater to below configurtaion, i really wondering why valuees are 7 for Send.maxConsumers=7,Call.maxConsumers=7, Rqst.maxConsumers=7 ,it should be 5.

Below paramater is corect one .

(name=JDBC_http://sap.com/xi/XI/System,
messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener,
pollInterval=60000, pollAttempts=60, Send.maxConsumers=5, Recv.maxConsumers=20,
Call.maxConsumers=5, Rqst.maxConsumers=5)

Regards,

Raj

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I would do it only for jdbc adapter and not for others.

Former Member
0 Kudos

That is my plan but 503 Service unavailable is really causing issues. I do not know why it would not be available after restart . Is the parameter i defined wrong ?

rajasekhar_reddy14
Active Contributor
0 Kudos

Take help from Basis and you have to set this parameter correctly otherwise it would create some problems.