Re: Trunk has a build loop??

2008-03-16 Thread Maria Odea Ching
I forgot to add earlier.. you could take a look at wrapper.log in the
installation dir to see the startup problem.

Thanks,
Deng

On Mon, Mar 17, 2008 at 5:21 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote:

> On Sun, Mar 16, 2008 at 1:56 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> >  I'm expecting we will distribute based on the jetty + war runtime
> instead
> >  for 1.1.
>
> And does that work?  I see archiva-standalone/archiva-jetty, and
> MRM-688 but not much else.  Executing ./archiva start makes it print a
> message, but nothing seems to happen... (nothing in /logs, etc.) and
> ./archiva stop says it wasn't running.
>
> --
> Wendy
>


Re: Trunk has a build loop??

2008-03-16 Thread Maria Odea Ching
On Mon, Mar 17, 2008 at 11:53 AM, Brett Porter <[EMAIL PROTECTED]> wrote:

> On 17/03/2008, at 2:05 PM, Wendy Smoak wrote:
>
> > On Sun, Mar 16, 2008 at 7:13 PM, Maria Odea Ching
> > <[EMAIL PROTECTED]> wrote:
> >> Hmm, the jetty bundle should be working.. it already worked for me
> >> before. I
> >> tried it again today and was able to start it. I'm running on Linux
> >> btw.
> >>
> >> Wendy, did you get the 'Starting Archiva Web ::  Jetty...' message
> >> when you
> >> did './archiva start'?
> >
> > Yes, but that's the only thing that happened  (it printed the message,
> > but didn't actually start.)  I've been having other problems though,
> > it's probably related to that.  At least jetty:run is now working in
> > Continuum.  I'll come back around to Archiva at some point and
> > re-check.
>
>
> For me, the plexus runtime works. There seems to be a bug triggered in
> the Jetty runtime which is two-fold. plexus-webdav is still dragged in
> (my fault, I'll look it up).
>
> But I also noticed a bug in the assembly descriptor too - did anyone
> noticed archiva jetty bakes a 53Mb ZIP file? :) It seems everything is
> included in repo/*, when really we just want the Jetty JARs.
>

Yeah, that's my fault Brett.. All the dependencies including the transitive
deps are being copied in the repo dir, I should exclude them in the assembly
descriptor file. I'll correct this now. Also, some of the dependencies in
there that are not jetty jars are needed for jetty jsp 2.0 support, so these
need to be in the repo dir.

Thanks,
Deng


Re: Trunk has a build loop??

2008-03-16 Thread Brett Porter

On 17/03/2008, at 2:05 PM, Wendy Smoak wrote:

On Sun, Mar 16, 2008 at 7:13 PM, Maria Odea Ching  
<[EMAIL PROTECTED]> wrote:
Hmm, the jetty bundle should be working.. it already worked for me  
before. I
tried it again today and was able to start it. I'm running on Linux  
btw.


Wendy, did you get the 'Starting Archiva Web ::  Jetty...' message  
when you

did './archiva start'?


Yes, but that's the only thing that happened  (it printed the message,
but didn't actually start.)  I've been having other problems though,
it's probably related to that.  At least jetty:run is now working in
Continuum.  I'll come back around to Archiva at some point and
re-check.



For me, the plexus runtime works. There seems to be a bug triggered in  
the Jetty runtime which is two-fold. plexus-webdav is still dragged in  
(my fault, I'll look it up).


But I also noticed a bug in the assembly descriptor too - did anyone  
noticed archiva jetty bakes a 53Mb ZIP file? :) It seems everything is  
included in repo/*, when really we just want the Jetty JARs.


- Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/



Re: Trunk has a build loop??

2008-03-16 Thread Wendy Smoak
On Sun, Mar 16, 2008 at 7:13 PM, Maria Odea Ching <[EMAIL PROTECTED]> wrote:
> Hmm, the jetty bundle should be working.. it already worked for me before. I
>  tried it again today and was able to start it. I'm running on Linux btw.
>
>  Wendy, did you get the 'Starting Archiva Web ::  Jetty...' message when you
>  did './archiva start'?

Yes, but that's the only thing that happened  (it printed the message,
but didn't actually start.)  I've been having other problems though,
it's probably related to that.  At least jetty:run is now working in
Continuum.  I'll come back around to Archiva at some point and
re-check.

-- 
Wendy


Re: Trunk has a build loop??

2008-03-16 Thread Maria Odea Ching
Hmm, the jetty bundle should be working.. it already worked for me before. I
tried it again today and was able to start it. I'm running on Linux btw.

Wendy, did you get the 'Starting Archiva Web ::  Jetty...' message when you
did './archiva start'?

Thanks,
Deng

On Mon, Mar 17, 2008 at 7:38 AM, Brett Porter <[EMAIL PROTECTED]> wrote:

>
> On 17/03/2008, at 8:21 AM, Wendy Smoak wrote:
>
> > On Sun, Mar 16, 2008 at 1:56 PM, Brett Porter <[EMAIL PROTECTED]>
> > wrote:
> >
> >> I'm expecting we will distribute based on the jetty + war runtime
> >> instead
> >> for 1.1.
> >
> > And does that work?  I see archiva-standalone/archiva-jetty, and
> > MRM-688 but not much else.  Executing ./archiva start makes it print a
> > message, but nothing seems to happen... (nothing in /logs, etc.) and
> > ./archiva stop says it wasn't running.
>
> Given it's not closed yet, it may not be finished, but I expect it
> should be made to work by 1.1.
>
> The plexus runtime forces the use of a much too outdated version of
> Jetty and doesn't really add anything for us, so I think it's time it
> went away
>
> - Brett
>
> --
> Brett Porter
> [EMAIL PROTECTED]
> http://blogs.exist.com/bporter/
>
>


Re: Trunk has a build loop??

2008-03-16 Thread Brett Porter


On 17/03/2008, at 8:21 AM, Wendy Smoak wrote:

On Sun, Mar 16, 2008 at 1:56 PM, Brett Porter <[EMAIL PROTECTED]>  
wrote:


I'm expecting we will distribute based on the jetty + war runtime  
instead

for 1.1.


And does that work?  I see archiva-standalone/archiva-jetty, and
MRM-688 but not much else.  Executing ./archiva start makes it print a
message, but nothing seems to happen... (nothing in /logs, etc.) and
./archiva stop says it wasn't running.


Given it's not closed yet, it may not be finished, but I expect it  
should be made to work by 1.1.


The plexus runtime forces the use of a much too outdated version of  
Jetty and doesn't really add anything for us, so I think it's time it  
went away


- Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/



Re: Trunk has a build loop??

2008-03-16 Thread Wendy Smoak
On Sun, Mar 16, 2008 at 1:56 PM, Brett Porter <[EMAIL PROTECTED]> wrote:

>  I'm expecting we will distribute based on the jetty + war runtime instead
>  for 1.1.

And does that work?  I see archiva-standalone/archiva-jetty, and
MRM-688 but not much else.  Executing ./archiva start makes it print a
message, but nothing seems to happen... (nothing in /logs, etc.) and
./archiva stop says it wasn't running.

-- 
Wendy


Re: Trunk has a build loop??

2008-03-16 Thread Brett Porter


On 17/03/2008, at 5:11 AM, Wendy Smoak wrote:


On Sat, Mar 15, 2008 at 9:29 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:


With Maven 2.0.8, it fails after ~15 min complaining that the
archiva-docs zip file is missing.


And once I get past that, assuming the plexus runtime standalone app
is still *supposed* to work, it won't start because...


I haven't been testing that - it probably should still work, but I'm  
expecting we will distribute based on the jetty + war runtime instead  
for 1.1.



That's very similar to a problem I'm having with Continuum... which
makes me want to blame Redback since they have that in common.


On it's trunk? Nothing has changed so maybe it's a problem with the  
mail.jar on your system?


- Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/



Re: Trunk has a build loop??

2008-03-16 Thread Wendy Smoak
On Sat, Mar 15, 2008 at 9:29 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:

>  With Maven 2.0.8, it fails after ~15 min complaining that the
>  archiva-docs zip file is missing.

And once I get past that, assuming the plexus runtime standalone app
is still *supposed* to work, it won't start because...

INFO   | jvm 1| 2008/03/16 10:56:28 | Caused by:
org.mortbay.util.MultiException[org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'securitySynchronization': FactoryBean
threw exception on object creation; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'archivaConfiguration': FactoryBean threw
exception on object creation; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'registry#commons-configuration':
Post-processing of the FactoryBean's object failed; nested exception
is java.lang.NoClassDefFoundError: javax/mail/Session

That's very similar to a problem I'm having with Continuum... which
makes me want to blame Redback since they have that in common.

-- 
Wendy


Re: Trunk has a build loop??

2008-03-15 Thread Wendy Smoak
On Sat, Mar 15, 2008 at 9:19 PM, Joakim Erdfelt <[EMAIL PROTECTED]> wrote:
> I kicked off a build before dinner and came back to a build still in
>  progress (over 2 hours!!)
>
>  Info..
>  $ mvn --version
>  Maven version: 2.0.7
>  Java version: 1.5.0_13
>  OS name: "linux" version: "2.6.22-14-generic" arch: "i386"
>
>  I used $ mvn clean install

With Maven 2.0.8, it fails after ~15 min complaining that the
archiva-docs zip file is missing.

-- 
Wendy