Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2060017 | 5.0 | Yumin Qi | P2 | Closed | Fixed | b05 |
JDK-2060016 | 1.4.2 | Yumin Qi | P2 | Closed | Fixed | b19 |
JDK-2060015 | 1.4.1_03 | Yumin Qi | P2 | Closed | Fixed | 03 |
JDK-2060014 | 1.4.0_04 | Yumin Qi | P2 | Closed | Fixed | 04 |
We are unable to create more than 23oo threads with thread size set to 256k with jdk 1.3.1_04 on Windows 2000. The process virtual address space grows to 1.2GB only and the machine has 2GB physical RAM with 4GB swap space configured.
The application is a Call management server which accepts requests (http, voiceXml) from the number of callers (simulated in test environment), creates a therad to handle that request and kills that thread. Server worked fine with owe load and no. of request was not too high and we never created many threads. With new load configurations, more than 2500 threads are required.
The stack trace at crash is:
5463: Oct 09 14:17:47.315 PDT %MIVR-ENG-7-UNK:java.lang.OutOfMemoryError: unable to create new native thread^M
at java.lang.Thread.start(Native Method)^M
at com.cisco.jtapi.ObserverThread.?(com/cisco/jtapi/ObserverThread)^M
at com.cisco.jtapi.ObserverProxy.<init>(com/cisco/jtapi/ObserverProxy)^M
at com.cisco.jtapi.ObserverManager.?(com/cisco/jtapi/ObserverManager)^M
at com.cisco.jtapi.ProviderImpl.?(com/cisco/jtapi/ProviderImpl)^M
at com.cisco.jtapi.CallImpl.addObserver(com/cisco/jtapi/CallImpl)^M
at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port$InCallObserverImpl.transfer(TAPIPortGroup.java:6082)^M
at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port.connect(TAPIPortGroup.java:3892)^M
at com.cisco.wf.steps.iaq.SelectResourceStep.execute(SelectResourceStep.java:468)^M
at com.cisco.wf.steps.iaq.SelectResourceStep.execute(SelectResourceStep.java:164)^M
at com.cisco.wfframework.obj.WFBeanStep.executeImpl(WFBeanStep.java:99)^M
at com.cisco.wfframework.obj.WFStep.execute(WFStep.java:120)^M
The error returned from win32 api is:
Not enough storage is available to process this command.^M^M
Not enough storage is available to process this command.^M^M
Not enough storage is available to process this command.^M^M
The application is a Call management server which accepts requests (http, voiceXml) from the number of callers (simulated in test environment), creates a therad to handle that request and kills that thread. Server worked fine with owe load and no. of request was not too high and we never created many threads. With new load configurations, more than 2500 threads are required.
The stack trace at crash is:
5463: Oct 09 14:17:47.315 PDT %MIVR-ENG-7-UNK:java.lang.OutOfMemoryError: unable to create new native thread^M
at java.lang.Thread.start(Native Method)^M
at com.cisco.jtapi.ObserverThread.?(com/cisco/jtapi/ObserverThread)^M
at com.cisco.jtapi.ObserverProxy.<init>(com/cisco/jtapi/ObserverProxy)^M
at com.cisco.jtapi.ObserverManager.?(com/cisco/jtapi/ObserverManager)^M
at com.cisco.jtapi.ProviderImpl.?(com/cisco/jtapi/ProviderImpl)^M
at com.cisco.jtapi.CallImpl.addObserver(com/cisco/jtapi/CallImpl)^M
at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port$InCallObserverImpl.transfer(TAPIPortGroup.java:6082)^M
at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port.connect(TAPIPortGroup.java:3892)^M
at com.cisco.wf.steps.iaq.SelectResourceStep.execute(SelectResourceStep.java:468)^M
at com.cisco.wf.steps.iaq.SelectResourceStep.execute(SelectResourceStep.java:164)^M
at com.cisco.wfframework.obj.WFBeanStep.executeImpl(WFBeanStep.java:99)^M
at com.cisco.wfframework.obj.WFStep.execute(WFStep.java:120)^M
The error returned from win32 api is:
Not enough storage is available to process this command.^M^M
Not enough storage is available to process this command.^M^M
Not enough storage is available to process this command.^M^M
- backported by
-
JDK-2060014 unable to create more than 2300 threads
- Closed
-
JDK-2060015 unable to create more than 2300 threads
- Closed
-
JDK-2060016 unable to create more than 2300 threads
- Closed
-
JDK-2060017 unable to create more than 2300 threads
- Closed
- duplicates
-
JDK-4916142 CompilerThread0: OutOfMemoryError Chunk::new Out of swap space?
- Closed