Re: javac server: No port file values materialized. on AIX

2016-01-25 Thread Thomas Stüfe
Hi Andreas, thanks! I will use this patch on my AIX builds. I will come back to you if the error resurfaces. Kind Regards, Thoams On Sun, Jan 24, 2016 at 12:33 PM, Andreas Lundblad < andreas.lundb...@oracle.com> wrote: > On Mon, Jan 18, 2016 at 03:39:39PM +0100, Volker Simonis wrote: > > On

Re: javac server: No port file values materialized. on AIX

2016-01-24 Thread Andreas Lundblad
On Mon, Jan 18, 2016 at 03:39:39PM +0100, Volker Simonis wrote: > On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad > wrote: > >> >> Interesting observation. The code for waiting for valid port file values > >> >> basically looks like > >> >> > >> >> for (int i =

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Severin Gehwolf
Hi, I'm doubtful this is an issue specific to AIX since I'm seing this now on a Linux box. See below. On Mon, 2016-01-18 at 15:39 +0100, Volker Simonis wrote: > On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad > wrote: > > > > > Interesting observation. The code

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Andreas Lundblad
On Wed, Jan 20, 2016 at 10:43:47AM +0100, Severin Gehwolf wrote: > Hi, > > I'm doubtful this is an issue specific to AIX since I'm seing this now > on a Linux box. See below. > > On Mon, 2016-01-18 at 15:39 +0100, Volker Simonis wrote: > > On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad > >

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread David Holmes
On 20/01/2016 7:43 PM, Severin Gehwolf wrote: Hi, I'm doubtful this is an issue specific to AIX since I'm seing this now on a Linux box. See below. It isn't specific to AIX. As Erik said earlier in the thread we see this occasionally on Solaris too. David On Mon, 2016-01-18 at 15:39

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Severin Gehwolf
On Wed, 2016-01-20 at 14:04 +0100, Andreas Lundblad wrote: > > > > FWIW, I'm seeing this issue now on the Zero builder: > > http://builder.classpath.org/jenkins/job/OpenJDK9_hs_rt_Zero/203/console > > > > The builder might be under load which could cause this, but > > nevertheless it's the first

Re: javac server: No port file values materialized. on AIX

2016-01-18 Thread Andreas Lundblad
> >> Interesting observation. The code for waiting for valid port file values > >> basically looks like > >> > >> for (int i = 0; i < 10; i++) { > >> checkPortFile(); > >> if (successful) > >> break; > >> sleep(500); > >> } > >> > >> so the fact

Re: javac server: No port file values materialized. on AIX

2016-01-18 Thread Volker Simonis
On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad wrote: >> >> Interesting observation. The code for waiting for valid port file values >> >> basically looks like >> >> >> >> for (int i = 0; i < 10; i++) { >> >> checkPortFile(); >> >> if

Re: javac server: No port file values materialized. on AIX

2016-01-18 Thread Volker Simonis
On Mon, Jan 18, 2016 at 8:35 AM, David Holmes wrote: > On 18/01/2016 3:08 AM, Andreas Lundblad wrote: >> >> On Fri, Jan 15, 2016 at 10:59:08AM +0100, Volker Simonis wrote: >>> >>> Maybe the timeout of five seconds is too small? >>> >>> Our AIX boxes are not the fastest

Re: javac server: No port file values materialized. on AIX

2016-01-17 Thread David Holmes
On 18/01/2016 3:08 AM, Andreas Lundblad wrote: On Fri, Jan 15, 2016 at 10:59:08AM +0100, Volker Simonis wrote: Maybe the timeout of five seconds is too small? Our AIX boxes are not the fastest and we also have a lot of stuff on NFS shares. I recently saw this one: [CLIENT] Exception caught:

Re: javac server: No port file values materialized. on AIX

2016-01-17 Thread Andreas Lundblad
On Fri, Jan 15, 2016 at 10:59:08AM +0100, Volker Simonis wrote: > Maybe the timeout of five seconds is too small? > > Our AIX boxes are not the fastest and we also have a lot of stuff on NFS > shares. > > I recently saw this one: > > [CLIENT] Exception caught: java.io.IOException: No port file

Re: javac server: No port file values materialized. on AIX

2016-01-15 Thread Volker Simonis
Maybe the timeout of five seconds is too small? Our AIX boxes are not the fastest and we also have a lot of stuff on NFS shares. I recently saw this one: [CLIENT] Exception caught: java.io.IOException: No port file values materialized. Giving up after 6676 ms Normally the timeout should be

Re: javac server: No port file values materialized. on AIX

2016-01-14 Thread Erik Joelsson
There is a bug for that as we see the same thing on Solaris from time to time, as I see you know. Andreas, who is the main engineer working on sjavac, is currently on vacation. We don't currently know the cause of this issue. Any help would be appreciated. /Erik On 2016-01-14 08:29, Thomas

Re: javac server: No port file values materialized. on AIX

2016-01-14 Thread Andreas Lundblad
On Thu, Jan 14, 2016 at 09:06:56AM +0100, Erik Joelsson wrote: > There is a bug for that as we see the same thing on Solaris from > time to time, as I see you know. Andreas, who is the main engineer > working on sjavac, is currently on vacation. We don't currently know > the cause of this issue.

Re: javac server: No port file values materialized. on AIX

2016-01-14 Thread Thomas Stüfe
Thanks, Andreas, well, we do have a workaround. I'll wait until you find out more. Have a nice rest-of-vacation! Kind Regards, Thomas On Thu, Jan 14, 2016 at 1:23 PM, Andreas Lundblad < andreas.lundb...@oracle.com> wrote: > On Thu, Jan 14, 2016 at 09:06:56AM +0100, Erik Joelsson wrote: > >

javac server: No port file values materialized. on AIX

2016-01-13 Thread Thomas Stüfe
Hi all, on AIX, I keep getting Server log: --- Server log start --- --- Server log end - [CLIENT] Exception caught: java.io.IOException: No port file values materialized. Giving up after 5375 ms java.io.IOException: No port file values materialized. Giving up after 5375 ms