cancel
Showing results for 
Search instead for 
Did you mean: 

server is not responding due to hanging application threads.

Former Member
0 Kudos

Hi All,

The Production server is not responding due to hanging application threads.The Thread shows the name of the method, which is in UI cust which simply converts the decimal format.

I have encountered this for the first time.Please help me how to go about for this.

Thanks

Shikha Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

debasissahoo
Active Contributor
0 Kudos

Hi Shikha,

This might be because of less no of application threads.

Refer the SAP Note Number: 950921 (Not enough application threads on J2EE Engine )

To increase the available application thread number do following:

1) Open the Configtool

2) Expand the tree Cluster-Data --> Global Server Configurations (or template) -->Managers --> ApplicationThreadManager

3) Increase the Custom value of MaxThreadCount on the number of

configured JCo servers.

The JCo server number is configured in JCo RFC Provider service

either over "Server Count (1..20)" or over "Number of processes

(1..20)".

4) Restart the J2EE Instance.

Hope this helps,

Debasis.

Former Member
0 Kudos

Thanks