You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Bernd Fondermann <bf...@brainlounge.de> on 2008/01/15 22:18:02 UTC

Nightly builds all fail

Hi,

I hope this is just me, but all the nightly build artifacts fail when
run (while the nightly build process itself seems to work).
I don't have enough time to look more deeply into each problem, sorry
for that :-/

* james-server-with-phoenix-3.0-SNAPSHOT-src.zip *

BUILD FAILED
james-server-with-phoenix-3.0-SNAPSHOT-src/build.xml:145: The following
error occurred while executing this line:
james-server-with-phoenix-3.0-SNAPSHOT-src/build.xml:82: The following
error occurred while executing this line:
james-server-with-phoenix-3.0-SNAPSHOT-src/build.xml:40: The following
error occurred while executing this line:
james-server-with-phoenix-3.0-SNAPSHOT-src/phoenix-deployment/build.xml:834: 

Warning: Could not find file
james-server-with-phoenix-3.0-SNAPSHOT-src/phoenix-deployment/mailetsdk.properties.sample 

to copy.

This of course is _after_ downloading the stage directory separately.

After supplying that file, the build fails with a similar error.

Giving up for tonight on this one...

* james-server-binary-3.0-SNAPSHOT.zip *

java.io.FileNotFoundException:
james-server-3.0-SNAPSHOT/apps/james/conf/james-jms.xml (No such file or
directory)

and after supplying that file there comes another error.
So instead removing the entity definition and reference for "jmsConfig"
from config.xml fixes this problem for tonight.

* james-server-spring-deployment-3.0-SNAPSHOT *

This one is really scary. There are _so_ many jars there in /lib.

@Noel:

Noel, could you do me a favor please when you find the time and have a 
look into the stage directory on the build machine. There is a fair 
chance there are a lot of left-overs from previous builds in
%JAMES_CHECKOUT%/stage/org.apache.james/jars/
especially those james-server*.jars lacking 3.0-SNAPSHOT in their names.
They have to go. (mkdir SNAPSHOT; mv james-server*SNAPSHOT.jar 
SNAPSHOT/; rm james-server*.jar; mv SNAPSHOT/* .; rmdir SNAPSHOT; worked 
for me)

If the jars are sorted, the error is

Exception in thread "main" 
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot 
find class [org.apache.james.mailboxmanager.mailstore.MyAvalonMailStore] 
for bean with name 'mailboxmanager-mailstore' defined in null; nested 
exception is java.lang.ClassNotFoundException: 
org.apache.james.mailboxmanager.mailstore.MyAvalonMailStore
Caused by: java.lang.ClassNotFoundException: 
org.apache.james.mailboxmanager.mailstore.MyAvalonMailStore

and I will look into this over the course of the next days.

Someone seeing similar problems?

   Bernd








---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightly builds all fail

Posted by Bernd Fondermann <be...@googlemail.com>.
On Jan 15, 2008 10:36 PM, Stefano Bagnara <ap...@bago.org> wrote:
> Bernd Fondermann ha scritto:
> > Hi,
> >
> > I hope this is just me, but all the nightly build artifacts fail when
> > run (while the nightly build process itself seems to work).
> > I don't have enough time to look more deeply into each problem, sorry
> > for that :-/
>
> I just tested the default ant build on my local checkout and it
> completed the build and created the packages.
>
> > [..]
> > This of course is _after_ downloading the stage directory separately.
> >
> > After supplying that file, the build fails with a similar error.
>
> I don't download anything separately. I just "svn co" the whole tree and
> run "ant" (apache ant 1.7.0, java 1.4.2) from the root.
>
>
> Did I misunderstood your message? should I try some other command?

I am refering to the Nightly Build artefacts not the svn checkouts.

  Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightly builds all fail

Posted by Stefano Bagnara <ap...@bago.org>.
Bernd Fondermann ha scritto:
> Hi,
> 
> I hope this is just me, but all the nightly build artifacts fail when
> run (while the nightly build process itself seems to work).
> I don't have enough time to look more deeply into each problem, sorry
> for that :-/

I just tested the default ant build on my local checkout and it 
completed the build and created the packages.

> [..]
> This of course is _after_ downloading the stage directory separately.
> 
> After supplying that file, the build fails with a similar error.

I don't download anything separately. I just "svn co" the whole tree and 
run "ant" (apache ant 1.7.0, java 1.4.2) from the root.


Did I misunderstood your message? should I try some other command?
Stefano





---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightly builds all fail

Posted by Bernd Fondermann <be...@googlemail.com>.
On Jan 16, 2008 4:29 AM, Noel J. Bergman <no...@devtech.com> wrote:
> Bernd Fondermann wrote:
>
> > Noel, could you do me a favor please when you find the time and have a
> > look into the stage directory on the build machine.
>
> I purged it (rm -rf) and replaced it from SVN.
>
>         --- Noel

:-) many thanks, Noel!

  Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


RE: Nightly builds all fail

Posted by "Noel J. Bergman" <no...@devtech.com>.
Bernd Fondermann wrote:

> Noel, could you do me a favor please when you find the time and have a 
> look into the stage directory on the build machine.

I purged it (rm -rf) and replaced it from SVN.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org