You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2009/03/16 18:16:09 UTC

Tuscany Continuun build status

I managed to get the Tuscany builds scheduled and running in vmbuild
over the weekend. It seems that there are couple fails when the build
is running on Ubuntu (the OS on the vmbuild), and I was able to
reproduce these issues or a local vm using ubuntu.

Next step is to debug these build issues in a ubuntu platform, and
provide fixes or workarounds for the issues. I'll keep you guys
updated on progress, but also appreciate any help....

[1] http://vmbuild.apache.org/continuum/buildResult.action?buildId=164677&projectId=277&projectGroupId=19
[2] http://vmbuild.apache.org/continuum/buildResult.action?buildId=165271&projectId=2214&projectGroupId=19

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

Re: Tuscany Continuun build status

Posted by ant elder <an...@gmail.com>.
On Thu, Mar 19, 2009 at 4:20 PM, Kevan Miller <ke...@gmail.com> wrote:
>
> On Mar 19, 2009, at 11:41 AM, ant elder wrote:
>
>> It doesnt happen for me, only on the continuum machine on the last
>> build so i guess it will happen if a continuum build is forced, that
>> can take hours to get to happen though, i've managed to get just one
>> build run so far today.
>
> When I ran into this problem, I removed the maven-bundle-plugin versions
> from my local maven repository and built the 1.0.1 maven-bundle-plugin
> locally. My build started to work. However, I ran into the problem again,
> earlier this week... Confess that I haven't tried to diagnose what's going
> wrong... Nor do I remember if I tried rebuilding the plugin...
>
> I'll try to build again...
>
> --kevan
>
>

I've added an explicit dependency on osgi to the 2.x all distribution
build and that seems to have fixed it, so the continuum build is
completing successfully now.

   ...ant

Re: Tuscany Continuun build status

Posted by Kevan Miller <ke...@gmail.com>.
On Mar 19, 2009, at 11:41 AM, ant elder wrote:

> It doesnt happen for me, only on the continuum machine on the last
> build so i guess it will happen if a continuum build is forced, that
> can take hours to get to happen though, i've managed to get just one
> build run so far today.

When I ran into this problem, I removed the maven-bundle-plugin  
versions from my local maven repository and built the 1.0.1 maven- 
bundle-plugin locally. My build started to work. However, I ran into  
the problem again, earlier this week... Confess that I haven't tried  
to diagnose what's going wrong... Nor do I remember if I tried  
rebuilding the plugin...

I'll try to build again...

--kevan


Re: Tuscany Continuun build status

Posted by ant elder <an...@apache.org>.
It doesnt happen for me, only on the continuum machine on the last
build so i guess it will happen if a continuum build is forced, that
can take hours to get to happen though, i've managed to get just one
build run so far today.

  ...ant

On Thu, Mar 19, 2009 at 3:35 PM, Raymond Feng <en...@gmail.com> wrote:
> Hi,
>
> Can we consistently reproduce the NoClassDefFoundError issue? If so, I can
> try to debug. The other option is to run the build with -X to see what's
> going on.
>
> Thanks,
> Raymond
> --------------------------------------------------
> From: "ant elder" <an...@gmail.com>
> Sent: Thursday, March 19, 2009 7:11 AM
> To: <de...@tuscany.apache.org>
> Subject: Re: Tuscany Continuun build status
>
> [[snip]]
>>
>> I've taken the bpel sample out of the trunk build for now to get past
>> that problem. Now the continuum build is again failing with the
>> "java.lang.NoClassDefFoundError: org/osgi/framework/Version" which i
>> thought was fixed with the 1.0.1 release of the bundle plugin.
>>
>>  ...ant
>
>

Re: Tuscany Continuun build status

Posted by Raymond Feng <en...@gmail.com>.
Hi,

Can we consistently reproduce the NoClassDefFoundError issue? If so, I can 
try to debug. The other option is to run the build with -X to see what's 
going on.

Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <an...@gmail.com>
Sent: Thursday, March 19, 2009 7:11 AM
To: <de...@tuscany.apache.org>
Subject: Re: Tuscany Continuun build status

[[snip]]
> I've taken the bpel sample out of the trunk build for now to get past
> that problem. Now the continuum build is again failing with the
> "java.lang.NoClassDefFoundError: org/osgi/framework/Version" which i
> thought was fixed with the 1.0.1 release of the bundle plugin.
>
>   ...ant 


Re: Tuscany Continuun build status

Posted by ant elder <an...@gmail.com>.
On Wed, Mar 18, 2009 at 3:53 PM, ant elder <an...@gmail.com> wrote:
> On Mon, Mar 16, 2009 at 5:16 PM, Luciano Resende <lu...@gmail.com> wrote:
>> I managed to get the Tuscany builds scheduled and running in vmbuild
>> over the weekend. It seems that there are couple fails when the build
>> is running on Ubuntu (the OS on the vmbuild), and I was able to
>> reproduce these issues or a local vm using ubuntu.
>>
>> Next step is to debug these build issues in a ubuntu platform, and
>> provide fixes or workarounds for the issues. I'll keep you guys
>> updated on progress, but also appreciate any help....
>>
>> [1] http://vmbuild.apache.org/continuum/buildResult.action?buildId=164677&projectId=277&projectGroupId=19
>> [2] http://vmbuild.apache.org/continuum/buildResult.action?buildId=165271&projectId=2214&projectGroupId=19
>>
>
> I've fixed one of the 2.x problems with an Axis2 test using port 8080
> which conflicted on the continuum server, the other 2.x problem is
> with the helloworld-bpel sample which is failing on line 130 of
> BPELImplementationProcessor as it can't find the bpel process, i can't
> recreate that or see whats wrong, could anyone with ubuntu try
> building the helloworld-bpel sample to see if they can recreate the
> problem?
>

I've taken the bpel sample out of the trunk build for now to get past
that problem. Now the continuum build is again failing with the
"java.lang.NoClassDefFoundError: org/osgi/framework/Version" which i
thought was fixed with the 1.0.1 release of the bundle plugin.

   ...ant

Re: Tuscany Continuun build status

Posted by ant elder <an...@gmail.com>.
On Mon, Mar 16, 2009 at 5:16 PM, Luciano Resende <lu...@gmail.com> wrote:
> I managed to get the Tuscany builds scheduled and running in vmbuild
> over the weekend. It seems that there are couple fails when the build
> is running on Ubuntu (the OS on the vmbuild), and I was able to
> reproduce these issues or a local vm using ubuntu.
>
> Next step is to debug these build issues in a ubuntu platform, and
> provide fixes or workarounds for the issues. I'll keep you guys
> updated on progress, but also appreciate any help....
>
> [1] http://vmbuild.apache.org/continuum/buildResult.action?buildId=164677&projectId=277&projectGroupId=19
> [2] http://vmbuild.apache.org/continuum/buildResult.action?buildId=165271&projectId=2214&projectGroupId=19
>

I've fixed one of the 2.x problems with an Axis2 test using port 8080
which conflicted on the continuum server, the other 2.x problem is
with the helloworld-bpel sample which is failing on line 130 of
BPELImplementationProcessor as it can't find the bpel process, i can't
recreate that or see whats wrong, could anyone with ubuntu try
building the helloworld-bpel sample to see if they can recreate the
problem?

   ...ant