jeffsbeenhacked / ussdgateway

Automatically exported from code.google.com/p/ussdgateway
0 stars 0 forks source link

OOM when the http request is not served #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:691)
        at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:943)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1336)
        at org.mobicents.client.slee.resource.http.HttpClientActivityImpl.execute(HttpClientActivityImpl.java:66)
        at org.mobicents.ussdgateway.slee.http.HttpClientSbb.doPost(HttpClientSbb.java:185)
        at org.mobicents.ussdgateway.slee.http.HttpClientSbb.sendUssdData(HttpClientSbb.java:291)
        at org.mobicents.ussdgateway.slee.ChildSbb.onProcessUnstructuredSSRequest(ChildSbb.java:124)
        at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.mobicents.slee.runtime.sbbentity.SbbEntityImpl.invokeEventHandler(SbbEntityImpl.java:481)
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.routeQueuedEvent(EventRoutingTaskImpl.java:379)
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.run(EventRoutingTaskImpl.java:126)
        at org.mobicents.slee.runtime.eventrouter.EventRouterExecutorImpl$EventRoutingTaskStatsCollector.run(EventRouterExecutorImpl.java:73)

Original issue reported on code.google.com by amit.bha...@gmail.com on 13 Aug 2012 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 23 Aug 2012 at 6:19