Re: Build problem in binding-ws-axis2

2007-08-10 Thread Simon Nash

Thanks for the workaround tip.  I'm on maven 2.0.4 as well.  Perhaps
this is the vital clue as to why some setups fail and others don't.
Did you try upgrading from 2.0.4 to 2.0.6 on the machine that failing?

  Simon

ant elder wrote:


For those struggling to build due to this problem you can use the mvn
parameter -Dmaven.test.skip=true so the tests don't get run and the jar
still gets built and added to your local repos.

   ...ant

On 8/10/07, ant elder <[EMAIL PROTECTED]> wrote:


Doesn't seem to make any difference. I guess it must be differences
between the local repositories as everything else seems to be the same.

  ...ant

On 8/9/07, Luciano Resende <[EMAIL PROTECTED]> wrote:


Could you try moving to maven 2.0.5 on the one that does not work ?

On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:


This is so bad for me now that i can no longer get a build through of


the


Axis2 binding, always one of the tests will fail with the connect


exception.


I've just tried on a spare machine and that is working fine. Both


machines


are winxp with jdk5, the only difference i can see is that the one


that


works is using maven 2.0.6 and the one that doesn't is on maven 2.0.4.

  ...ant

On 8/9/07, Simon Laws <[EMAIL PROTECTED] > wrote:




On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:


Yes, i've been seeing this today as well, seemed to be fine


earlier in


the
week.

  ...ant

On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:


I'm seeing
  java.net.ConnectException: Connection refused: connect
errors when building binding-ws-axis2 from a clean checkout of


trunk.


The failure is slightly intermittent in terms of the number of


tests


that fail, which varies from run to run.  Cleaning and


rebuilding


doesn't help, but running with mvn rather than mvn -o seems to


slightly


reduce the number of failing tests.  I almost never see the


whole set


of tests run without this error.  I started seeing it last


night, and


it was not happening on my previous checkout of a few days ago.

This was a big problem for me a few months ago and I provided a


patch


that seemed to solve the problem, but now it is back with a


vengeance.


Is anyone else seeing this problem?

  Simon





-


To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





I haven't been seeing this and that was the symptom we say before,


i.e.


some people saw it and some didn't.

Simon





--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Build problem in binding-ws-axis2

2007-08-10 Thread ant elder
For those struggling to build due to this problem you can use the mvn
parameter -Dmaven.test.skip=true so the tests don't get run and the jar
still gets built and added to your local repos.

   ...ant

On 8/10/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> Doesn't seem to make any difference. I guess it must be differences
> between the local repositories as everything else seems to be the same.
>
>...ant
>
> On 8/9/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
> >
> > Could you try moving to maven 2.0.5 on the one that does not work ?
> >
> > On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > This is so bad for me now that i can no longer get a build through of
> > the
> > > Axis2 binding, always one of the tests will fail with the connect
> > exception.
> > > I've just tried on a spare machine and that is working fine. Both
> > machines
> > > are winxp with jdk5, the only difference i can see is that the one
> > that
> > > works is using maven 2.0.6 and the one that doesn't is on maven 2.0.4.
> > >
> > >...ant
> > >
> > > On 8/9/07, Simon Laws <[EMAIL PROTECTED] > wrote:
> > > >
> > > >
> > > >
> > > > On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Yes, i've been seeing this today as well, seemed to be fine
> > earlier in
> > > > > the
> > > > > week.
> > > > >
> > > > >...ant
> > > > >
> > > > > On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > I'm seeing
> > > > > >java.net.ConnectException: Connection refused: connect
> > > > > > errors when building binding-ws-axis2 from a clean checkout of
> > trunk.
> > > > > > The failure is slightly intermittent in terms of the number of
> > tests
> > > > > > that fail, which varies from run to run.  Cleaning and
> > rebuilding
> > > > > > doesn't help, but running with mvn rather than mvn -o seems to
> > > > > slightly
> > > > > > reduce the number of failing tests.  I almost never see the
> > whole set
> > > > > > of tests run without this error.  I started seeing it last
> > night, and
> > > > > > it was not happening on my previous checkout of a few days ago.
> > > > > >
> > > > > > This was a big problem for me a few months ago and I provided a
> > patch
> > > > > > that seemed to solve the problem, but now it is back with a
> > vengeance.
> > > > > > Is anyone else seeing this problem?
> > > > > >
> > > > > >Simon
> > > > > >
> > > > > >
> > > > > >
> > -
> > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > > I haven't been seeing this and that was the symptom we say before,
> > i.e.
> > > > some people saw it and some didn't.
> > > >
> > > > Simon
> > > >
> > >
> >
> >
> > --
> > Luciano Resende
> > Apache Tuscany Committer
> > http://people.apache.org/~lresende
> > http://lresende.blogspot.com/
> >
>
>


Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Doesn't seem to make any difference. I guess it must be differences between
the local repositories as everything else seems to be the same.

   ...ant

On 8/9/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> Could you try moving to maven 2.0.5 on the one that does not work ?
>
> On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> > This is so bad for me now that i can no longer get a build through of
> the
> > Axis2 binding, always one of the tests will fail with the connect
> exception.
> > I've just tried on a spare machine and that is working fine. Both
> machines
> > are winxp with jdk5, the only difference i can see is that the one that
> > works is using maven 2.0.6 and the one that doesn't is on maven 2.0.4.
> >
> >...ant
> >
> > On 8/9/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Yes, i've been seeing this today as well, seemed to be fine earlier
> in
> > > > the
> > > > week.
> > > >
> > > >...ant
> > > >
> > > > On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > I'm seeing
> > > > >java.net.ConnectException: Connection refused: connect
> > > > > errors when building binding-ws-axis2 from a clean checkout of
> trunk.
> > > > > The failure is slightly intermittent in terms of the number of
> tests
> > > > > that fail, which varies from run to run.  Cleaning and rebuilding
> > > > > doesn't help, but running with mvn rather than mvn -o seems to
> > > > slightly
> > > > > reduce the number of failing tests.  I almost never see the whole
> set
> > > > > of tests run without this error.  I started seeing it last night,
> and
> > > > > it was not happening on my previous checkout of a few days ago.
> > > > >
> > > > > This was a big problem for me a few months ago and I provided a
> patch
> > > > > that seemed to solve the problem, but now it is back with a
> vengeance.
> > > > > Is anyone else seeing this problem?
> > > > >
> > > > >Simon
> > > > >
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > I haven't been seeing this and that was the symptom we say before, i.e
> .
> > > some people saw it and some didn't.
> > >
> > > Simon
> > >
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>


Re: Build problem in binding-ws-axis2

2007-08-09 Thread Luciano Resende
Could you try moving to maven 2.0.5 on the one that does not work ?

On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> This is so bad for me now that i can no longer get a build through of the
> Axis2 binding, always one of the tests will fail with the connect exception.
> I've just tried on a spare machine and that is working fine. Both machines
> are winxp with jdk5, the only difference i can see is that the one that
> works is using maven 2.0.6 and the one that doesn't is on maven 2.0.4.
>
>...ant
>
> On 8/9/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> > >
> > > Yes, i've been seeing this today as well, seemed to be fine earlier in
> > > the
> > > week.
> > >
> > >...ant
> > >
> > > On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I'm seeing
> > > >java.net.ConnectException: Connection refused: connect
> > > > errors when building binding-ws-axis2 from a clean checkout of trunk.
> > > > The failure is slightly intermittent in terms of the number of tests
> > > > that fail, which varies from run to run.  Cleaning and rebuilding
> > > > doesn't help, but running with mvn rather than mvn -o seems to
> > > slightly
> > > > reduce the number of failing tests.  I almost never see the whole set
> > > > of tests run without this error.  I started seeing it last night, and
> > > > it was not happening on my previous checkout of a few days ago.
> > > >
> > > > This was a big problem for me a few months ago and I provided a patch
> > > > that seemed to solve the problem, but now it is back with a vengeance.
> > > > Is anyone else seeing this problem?
> > > >
> > > >Simon
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > I haven't been seeing this and that was the symptom we say before, i.e.
> > some people saw it and some didn't.
> >
> > Simon
> >
>


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
This is so bad for me now that i can no longer get a build through of the
Axis2 binding, always one of the tests will fail with the connect exception.
I've just tried on a spare machine and that is working fine. Both machines
are winxp with jdk5, the only difference i can see is that the one that
works is using maven 2.0.6 and the one that doesn't is on maven 2.0.4.

   ...ant

On 8/9/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
>
>
> On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > Yes, i've been seeing this today as well, seemed to be fine earlier in
> > the
> > week.
> >
> >...ant
> >
> > On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> > >
> > > I'm seeing
> > >java.net.ConnectException: Connection refused: connect
> > > errors when building binding-ws-axis2 from a clean checkout of trunk.
> > > The failure is slightly intermittent in terms of the number of tests
> > > that fail, which varies from run to run.  Cleaning and rebuilding
> > > doesn't help, but running with mvn rather than mvn -o seems to
> > slightly
> > > reduce the number of failing tests.  I almost never see the whole set
> > > of tests run without this error.  I started seeing it last night, and
> > > it was not happening on my previous checkout of a few days ago.
> > >
> > > This was a big problem for me a few months ago and I provided a patch
> > > that seemed to solve the problem, but now it is back with a vengeance.
> > > Is anyone else seeing this problem?
> > >
> > >Simon
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> I haven't been seeing this and that was the symptom we say before, i.e.
> some people saw it and some didn't.
>
> Simon
>


Re: Build problem in binding-ws-axis2

2007-08-09 Thread Simon Laws
On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> Yes, i've been seeing this today as well, seemed to be fine earlier in the
> week.
>
>...ant
>
> On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> >
> > I'm seeing
> >java.net.ConnectException: Connection refused: connect
> > errors when building binding-ws-axis2 from a clean checkout of trunk.
> > The failure is slightly intermittent in terms of the number of tests
> > that fail, which varies from run to run.  Cleaning and rebuilding
> > doesn't help, but running with mvn rather than mvn -o seems to slightly
> > reduce the number of failing tests.  I almost never see the whole set
> > of tests run without this error.  I started seeing it last night, and
> > it was not happening on my previous checkout of a few days ago.
> >
> > This was a big problem for me a few months ago and I provided a patch
> > that seemed to solve the problem, but now it is back with a vengeance.
> > Is anyone else seeing this problem?
> >
> >Simon
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
I haven't been seeing this and that was the symptom we say before, i.e. some
people saw it and some didn't.

Simon


Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Yes, i've been seeing this today as well, seemed to be fine earlier in the
week.

   ...ant

On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote:
>
> I'm seeing
>java.net.ConnectException: Connection refused: connect
> errors when building binding-ws-axis2 from a clean checkout of trunk.
> The failure is slightly intermittent in terms of the number of tests
> that fail, which varies from run to run.  Cleaning and rebuilding
> doesn't help, but running with mvn rather than mvn -o seems to slightly
> reduce the number of failing tests.  I almost never see the whole set
> of tests run without this error.  I started seeing it last night, and
> it was not happening on my previous checkout of a few days ago.
>
> This was a big problem for me a few months ago and I provided a patch
> that seemed to solve the problem, but now it is back with a vengeance.
> Is anyone else seeing this problem?
>
>Simon
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Build problem in binding-ws-axis2

2007-08-09 Thread Simon Nash

I'm seeing
  java.net.ConnectException: Connection refused: connect
errors when building binding-ws-axis2 from a clean checkout of trunk.
The failure is slightly intermittent in terms of the number of tests
that fail, which varies from run to run.  Cleaning and rebuilding
doesn't help, but running with mvn rather than mvn -o seems to slightly
reduce the number of failing tests.  I almost never see the whole set
of tests run without this error.  I started seeing it last night, and
it was not happening on my previous checkout of a few days ago.

This was a big problem for me a few months ago and I provided a patch
that seemed to solve the problem, but now it is back with a vengeance.
Is anyone else seeing this problem?

  Simon


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]