Re: java.net.SocketException: Cannot allocate memory

2013-07-06 Thread Brian Call
Thanks again for your help guys! Looks like I still have some digging to do but at least I have some good ideas on where to look first. I'll report back on what I find here soon. -Brian On Jul 5, 2013, at 3:47 PM, Alan Bateman wrote: > On 05/07/2013 21:07, Brian Call wrote: >> : >> >> >>

Re: java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Alan Bateman
On 05/07/2013 21:07, Brian Call wrote: : Is there any way to get access to the jvm source for MacOS? That might yield some interesting insight as well. You've find the joinOrDrop4 implementation here: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/file/tip/src/solaris/native/sun/nio/ch/Net.c I

Re: java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Matthew Hall
> >> On 05/07/2013 18:20, Brian Call wrote: >>> Hi Guys, >>> >>> I'm seeing an ugly issue crop up on JDK7 for MacOS that I'm at a >total loss to diagnose or even begin to fix. At random times (and >sometimes every time) I'm seeing

Re: java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Brian Call
o fix. At random times (and sometimes every time) >> I'm seeing this exception: >> >> Caused by: java.net.SocketException: Cannot allocate memory >> at sun.nio.ch.Net.joinOrDrop4(Native Method) >> at sun.nio.ch.Net.join4(Net.java:421)

Re: java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Alan Bateman
On 05/07/2013 18:20, Brian Call wrote: Hi Guys, I'm seeing an ugly issue crop up on JDK7 for MacOS that I'm at a total loss to diagnose or even begin to fix. At random times (and sometimes every time) I'm seeing this exception: Caused by: java.net.SocketException: Cannot

Re: java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Matthew Hall
from my mobile device. Brian Call wrote: >Hi Guys, > >I'm seeing an ugly issue crop up on JDK7 for MacOS that I'm at a total >loss to diagnose or even begin to fix. At random times (and sometimes >every time) I'm seeing this exception: > >Caused by: java.

java.net.SocketException: Cannot allocate memory

2013-07-05 Thread Brian Call
Hi Guys, I'm seeing an ugly issue crop up on JDK7 for MacOS that I'm at a total loss to diagnose or even begin to fix. At random times (and sometimes every time) I'm seeing this exception: Caused by: java.net.SocketException: Cannot allocate memory at sun.nio.ch.Net.joi