Tagged Questions

1
vote
1answer
9k views

IBM Websphere on Windows- OutOfMemoryError: Failed to create a thread

I have a J2EE application running on an IBM Websphere Application Server on a Windows Operating System. Occasionally I see an OutOfMemoryError Exception with the following information in the javacore ...
0
votes
3answers
81 views

Is it wise to catch OutofMemoryError in run() of thread?

I suspect in my application that an outofmemoryerror is causing a a run() to exit, however because there were no logs, the error wasn't visible. What should i do in this case?
0
votes
4answers
94 views

Will OutOfMemoryError cause a thread to die?

Does an OutOfMemoryError cause a spawned thread to die? As in will it exit from run()?