You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2006/09/14 18:21:21 UTC

Make bootstrap less aggressive?

Would it hurt to adjust bootstrap to whack only the Geronimo-related
content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
resist using it only because I have a lot of non-Geronimo content in
my local repo that I hate to lose every time.  I used to be happy to
do the m:cleanrepo target that only killed the pertinent stuff,
though.

Thanks,
     Aaron

On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
> Hi Anita,
>
> This is almost certianly from not cleaning everything out before
> doing a build. You have to nuke all the m2 repo bits related to
> geronimo and openejb 2 to get rid of all the old code that was using
> the EDU.oswego classes as well as mvn clean everything (i.e. a
> bootstrap :-)
>
> HTH,
>
> -bd-
>
> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>
> >    I am seeing this error on trunk (rev 443034) during shutdown:
> >
> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://0.0.0.0:61616
> > Stopped
> > 11:42:10,359 INFO  [TransportConnector] Connector
> > stomp://your-4dacd0ea75:61613 Stopped
> > 11:42:10,359 INFO  [TransportConnector] Connector
> > stomp://your-4dacd0ea75:61613 Stopped
> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> > Stopped
> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> > Stopped
> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://0.0.0.0:61616
> > Stopped
> > java.lang.NoClassDefFoundError:
> > org/apache/activemq/broker/BrokerService$2$1
> >         at
> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
> > 1137)
> >         at
> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:42)
> >         at
> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java:442)
> >         at
> > org.apache.activemq.broker.BrokerService.containerShutdown
> > (BrokerService.java:1311)
> >         at
> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
> > 1288)
> > java.lang.NoClassDefFoundError:
> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
> >         at
> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
> > Source)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
> > Source)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:534)
> > Server shutdown completed
> >
> > Thnaks
> > Anita
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
>
>

Re: Make bootstrap less aggressive?

Posted by Paul McMahan <pa...@gmail.com>.
+1

On 9/15/06, Matt Hogstrom <ma...@hogstrom.org> wrote:
> Would anyone object if we made the default a Geronimo only delete and
> include something like a:
>
> Try bootstrap -Dclean-entire-repo=true to get the whole repo?  Better
> to not surprise people if we can avoid it.
>
> On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:
>
> > Would it hurt to adjust bootstrap to whack only the Geronimo-related
> > content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> > resist using it only because I have a lot of non-Geronimo content in
> > my local repo that I hate to lose every time.  I used to be happy to
> > do the m:cleanrepo target that only killed the pertinent stuff,
> > though.
> >
> > Thanks,
> >     Aaron
> >
> > On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
> >> Hi Anita,
> >>
> >> This is almost certianly from not cleaning everything out before
> >> doing a build. You have to nuke all the m2 repo bits related to
> >> geronimo and openejb 2 to get rid of all the old code that was using
> >> the EDU.oswego classes as well as mvn clean everything (i.e. a
> >> bootstrap :-)
> >>
> >> HTH,
> >>
> >> -bd-
> >>
> >> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
> >>
> >> >    I am seeing this error on trunk (rev 443034) during shutdown:
> >> >
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > java.lang.NoClassDefFoundError:
> >> > org/apache/activemq/broker/BrokerService$2$1
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
> >> > 1137)
> >> >         at
> >> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:
> >> 42)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java:
> >> 442)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.containerShutdown
> >> > (BrokerService.java:1311)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
> >> > 1288)
> >> > java.lang.NoClassDefFoundError:
> >> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> >> > Source)
> >> >         at java.lang.Thread.run(Thread.java:534)
> >> > Server shutdown completed
> >> >
> >> > Thnaks
> >> > Anita
> >> >
> >> > __________________________________________________
> >> > Do You Yahoo!?
> >> > Tired of spam?  Yahoo! Mail has the best spam protection around
> >> > http://mail.yahoo.com
> >>
> >>
> >
> >
>
> Matt Hogstrom
> matt@hogstrom.org
>
>
>
>

Re: Make bootstrap less aggressive?

Posted by Sachin Patel <sp...@gmail.com>.
+1

On Sep 15, 2006, at 7:34 AM, Matt Hogstrom wrote:

> Would anyone object if we made the default a Geronimo only delete  
> and include something like a:
>
> Try bootstrap -Dclean-entire-repo=true to get the whole repo?   
> Better to not surprise people if we can avoid it.
>
> On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:
>
>> Would it hurt to adjust bootstrap to whack only the Geronimo-related
>> content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
>> resist using it only because I have a lot of non-Geronimo content in
>> my local repo that I hate to lose every time.  I used to be happy to
>> do the m:cleanrepo target that only killed the pertinent stuff,
>> though.
>>
>> Thanks,
>>     Aaron
>>
>> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>>> Hi Anita,
>>>
>>> This is almost certianly from not cleaning everything out before
>>> doing a build. You have to nuke all the m2 repo bits related to
>>> geronimo and openejb 2 to get rid of all the old code that was using
>>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>>> bootstrap :-)
>>>
>>> HTH,
>>>
>>> -bd-
>>>
>>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>>
>>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>>> >
>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>> 0.0.0.0:61616
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>> > stomp://your-4dacd0ea75:61613 Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>> > stomp://your-4dacd0ea75:61613 Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>> 0.0.0.0:61616
>>> > Stopped
>>> > java.lang.NoClassDefFoundError:
>>> > org/apache/activemq/broker/BrokerService$2$1
>>> >         at
>>> > org.apache.activemq.broker.BrokerService$2.stop 
>>> (BrokerService.java:
>>> > 1137)
>>> >         at
>>> > org.apache.activemq.util.ServiceStopper.stop 
>>> (ServiceStopper.java:42)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService.stop 
>>> (BrokerService.java:442)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService.containerShutdown
>>> > (BrokerService.java:1311)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
>>> > 1288)
>>> > java.lang.NoClassDefFoundError:
>>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>>> > Source)
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>>> > Source)
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>> > Source)
>>> >         at java.lang.Thread.run(Thread.java:534)
>>> > Server shutdown completed
>>> >
>>> > Thnaks
>>> > Anita
>>> >
>>> > __________________________________________________
>>> > Do You Yahoo!?
>>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>>> > http://mail.yahoo.com
>>>
>>>
>>
>>
>
> Matt Hogstrom
> matt@hogstrom.org
>
>
>


-sachin



Re: Make bootstrap less aggressive?

Posted by Jason Dillon <ja...@planet57.com>.
This is now the default.  To clean the entire repo:

     ./bootstrap -Dclean-full=true

Else, just the G bits will be nuked.

--jason


On Sep 15, 2006, at 12:35 PM, Dain Sundstrom wrote:

> +1
>
> -dain
>
> On Sep 15, 2006, at 4:34 AM, Matt Hogstrom wrote:
>
>> Would anyone object if we made the default a Geronimo only delete  
>> and include something like a:
>>
>> Try bootstrap -Dclean-entire-repo=true to get the whole repo?   
>> Better to not surprise people if we can avoid it.
>>
>> On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:
>>
>>> Would it hurt to adjust bootstrap to whack only the Geronimo-related
>>> content from the M2 repo?  Or perhaps only the SNAPSHOT  
>>> artifacts?  I
>>> resist using it only because I have a lot of non-Geronimo content in
>>> my local repo that I hate to lose every time.  I used to be happy to
>>> do the m:cleanrepo target that only killed the pertinent stuff,
>>> though.
>>>
>>> Thanks,
>>>     Aaron
>>>
>>> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>>>> Hi Anita,
>>>>
>>>> This is almost certianly from not cleaning everything out before
>>>> doing a build. You have to nuke all the m2 repo bits related to
>>>> geronimo and openejb 2 to get rid of all the old code that was  
>>>> using
>>>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>>>> bootstrap :-)
>>>>
>>>> HTH,
>>>>
>>>> -bd-
>>>>
>>>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>>>
>>>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>>>> >
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>>> 0.0.0.0:61616
>>>> > Stopped
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>>> > stomp://your-4dacd0ea75:61613 Stopped
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>>> > stomp://your-4dacd0ea75:61613 Stopped
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>>> > Stopped
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>>> > Stopped
>>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>>> 0.0.0.0:61616
>>>> > Stopped
>>>> > java.lang.NoClassDefFoundError:
>>>> > org/apache/activemq/broker/BrokerService$2$1
>>>> >         at
>>>> > org.apache.activemq.broker.BrokerService$2.stop 
>>>> (BrokerService.java:
>>>> > 1137)
>>>> >         at
>>>> > org.apache.activemq.util.ServiceStopper.stop 
>>>> (ServiceStopper.java:42)
>>>> >         at
>>>> > org.apache.activemq.broker.BrokerService.stop 
>>>> (BrokerService.java:442)
>>>> >         at
>>>> > org.apache.activemq.broker.BrokerService.containerShutdown
>>>> > (BrokerService.java:1311)
>>>> >         at
>>>> > org.apache.activemq.broker.BrokerService$3.run 
>>>> (BrokerService.java:
>>>> > 1288)
>>>> > java.lang.NoClassDefFoundError:
>>>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>>>> >         at
>>>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>>>> > Source)
>>>> >         at
>>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>>>> > Source)
>>>> >         at
>>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run 
>>>> (Unknown
>>>> > Source)
>>>> >         at java.lang.Thread.run(Thread.java:534)
>>>> > Server shutdown completed
>>>> >
>>>> > Thnaks
>>>> > Anita
>>>> >
>>>> > __________________________________________________
>>>> > Do You Yahoo!?
>>>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>>>> > http://mail.yahoo.com
>>>>
>>>>
>>>
>>>
>>
>> Matt Hogstrom
>> matt@hogstrom.org
>>
>>
>


Re: Make bootstrap less aggressive?

Posted by Dain Sundstrom <da...@iq80.com>.
+1

-dain

On Sep 15, 2006, at 4:34 AM, Matt Hogstrom wrote:

> Would anyone object if we made the default a Geronimo only delete  
> and include something like a:
>
> Try bootstrap -Dclean-entire-repo=true to get the whole repo?   
> Better to not surprise people if we can avoid it.
>
> On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:
>
>> Would it hurt to adjust bootstrap to whack only the Geronimo-related
>> content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
>> resist using it only because I have a lot of non-Geronimo content in
>> my local repo that I hate to lose every time.  I used to be happy to
>> do the m:cleanrepo target that only killed the pertinent stuff,
>> though.
>>
>> Thanks,
>>     Aaron
>>
>> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>>> Hi Anita,
>>>
>>> This is almost certianly from not cleaning everything out before
>>> doing a build. You have to nuke all the m2 repo bits related to
>>> geronimo and openejb 2 to get rid of all the old code that was using
>>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>>> bootstrap :-)
>>>
>>> HTH,
>>>
>>> -bd-
>>>
>>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>>
>>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>>> >
>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>> 0.0.0.0:61616
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>> > stomp://your-4dacd0ea75:61613 Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector
>>> > stomp://your-4dacd0ea75:61613 Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>>> > Stopped
>>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>>> 0.0.0.0:61616
>>> > Stopped
>>> > java.lang.NoClassDefFoundError:
>>> > org/apache/activemq/broker/BrokerService$2$1
>>> >         at
>>> > org.apache.activemq.broker.BrokerService$2.stop 
>>> (BrokerService.java:
>>> > 1137)
>>> >         at
>>> > org.apache.activemq.util.ServiceStopper.stop 
>>> (ServiceStopper.java:42)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService.stop 
>>> (BrokerService.java:442)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService.containerShutdown
>>> > (BrokerService.java:1311)
>>> >         at
>>> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
>>> > 1288)
>>> > java.lang.NoClassDefFoundError:
>>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>>> > Source)
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>>> > Source)
>>> >         at
>>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>> > Source)
>>> >         at java.lang.Thread.run(Thread.java:534)
>>> > Server shutdown completed
>>> >
>>> > Thnaks
>>> > Anita
>>> >
>>> > __________________________________________________
>>> > Do You Yahoo!?
>>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>>> > http://mail.yahoo.com
>>>
>>>
>>
>>
>
> Matt Hogstrom
> matt@hogstrom.org
>
>


Re: Make bootstrap less aggressive?

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
On 9/15/06, Matt Hogstrom <ma...@hogstrom.org> wrote:
>
> Would anyone object if we made the default a Geronimo only delete and
> include something like a:
>
> Try bootstrap -Dclean-entire-repo=true to get the whole repo?  Better
> to not surprise people if we can avoid it.


My +100 on this.

On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:
>
> > Would it hurt to adjust bootstrap to whack only the Geronimo-related
> > content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> > resist using it only because I have a lot of non-Geronimo content in
> > my local repo that I hate to lose every time.  I used to be happy to
> > do the m:cleanrepo target that only killed the pertinent stuff,
> > though.
> >
> > Thanks,
> >     Aaron
> >
> > On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
> >> Hi Anita,
> >>
> >> This is almost certianly from not cleaning everything out before
> >> doing a build. You have to nuke all the m2 repo bits related to
> >> geronimo and openejb 2 to get rid of all the old code that was using
> >> the EDU.oswego classes as well as mvn clean everything (i.e. a
> >> bootstrap :-)
> >>
> >> HTH,
> >>
> >> -bd-
> >>
> >> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
> >>
> >> >    I am seeing this error on trunk (rev 443034) during shutdown:
> >> >
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > java.lang.NoClassDefFoundError:
> >> > org/apache/activemq/broker/BrokerService$2$1
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
> >> > 1137)
> >> >         at
> >> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:
> >> 42)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java:
> >> 442)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.containerShutdown
> >> > (BrokerService.java:1311)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
> >> > 1288)
> >> > java.lang.NoClassDefFoundError:
> >> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> >> > Source)
> >> >         at java.lang.Thread.run(Thread.java:534)
> >> > Server shutdown completed
> >> >
> >> > Thnaks
> >> > Anita
> >> >
> >> > __________________________________________________
> >> > Do You Yahoo!?
> >> > Tired of spam?  Yahoo! Mail has the best spam protection around
> >> > http://mail.yahoo.com
> >>
> >>
> >
> >
>
> Matt Hogstrom
> matt@hogstrom.org
>
>
>
>

Re: Make bootstrap less aggressive?

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Would anyone object if we made the default a Geronimo only delete and  
include something like a:

Try bootstrap -Dclean-entire-repo=true to get the whole repo?  Better  
to not surprise people if we can avoid it.

On Sep 14, 2006, at 12:21 PM, Aaron Mulder wrote:

> Would it hurt to adjust bootstrap to whack only the Geronimo-related
> content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> resist using it only because I have a lot of non-Geronimo content in
> my local repo that I hate to lose every time.  I used to be happy to
> do the m:cleanrepo target that only killed the pertinent stuff,
> though.
>
> Thanks,
>     Aaron
>
> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>> Hi Anita,
>>
>> This is almost certianly from not cleaning everything out before
>> doing a build. You have to nuke all the m2 repo bits related to
>> geronimo and openejb 2 to get rid of all the old code that was using
>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>> bootstrap :-)
>>
>> HTH,
>>
>> -bd-
>>
>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>
>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>> >
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > java.lang.NoClassDefFoundError:
>> > org/apache/activemq/broker/BrokerService$2$1
>> >         at
>> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
>> > 1137)
>> >         at
>> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java: 
>> 42)
>> >         at
>> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java: 
>> 442)
>> >         at
>> > org.apache.activemq.broker.BrokerService.containerShutdown
>> > (BrokerService.java:1311)
>> >         at
>> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
>> > 1288)
>> > java.lang.NoClassDefFoundError:
>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>> > Source)
>> >         at java.lang.Thread.run(Thread.java:534)
>> > Server shutdown completed
>> >
>> > Thnaks
>> > Anita
>> >
>> > __________________________________________________
>> > Do You Yahoo!?
>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>> > http://mail.yahoo.com
>>
>>
>
>

Matt Hogstrom
matt@hogstrom.org




Re: Make bootstrap less aggressive?

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
OK, cool!

Thanks,
     Aaron

On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
> Hi Aaron,
>
> Try bootstrap -Dclean-minimal=true for only nuking the pertinent stuff.
>
> HTH,
>
> -bd-
>
>
> On Sep 14, 2006, at 10:21 AM, Aaron Mulder wrote:
>
> > Would it hurt to adjust bootstrap to whack only the Geronimo-related
> > content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> > resist using it only because I have a lot of non-Geronimo content in
> > my local repo that I hate to lose every time.  I used to be happy to
> > do the m:cleanrepo target that only killed the pertinent stuff,
> > though.
> >
> > Thanks,
> >     Aaron
> >
> > On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
> >> Hi Anita,
> >>
> >> This is almost certianly from not cleaning everything out before
> >> doing a build. You have to nuke all the m2 repo bits related to
> >> geronimo and openejb 2 to get rid of all the old code that was using
> >> the EDU.oswego classes as well as mvn clean everything (i.e. a
> >> bootstrap :-)
> >>
> >> HTH,
> >>
> >> -bd-
> >>
> >> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
> >>
> >> >    I am seeing this error on trunk (rev 443034) during shutdown:
> >> >
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector
> >> > stomp://your-4dacd0ea75:61613 Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
> >> > Stopped
> >> > 11:42:10,359 INFO  [TransportConnector] Connector tcp://
> >> 0.0.0.0:61616
> >> > Stopped
> >> > java.lang.NoClassDefFoundError:
> >> > org/apache/activemq/broker/BrokerService$2$1
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
> >> > 1137)
> >> >         at
> >> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:
> >> 42)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java:
> >> 442)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService.containerShutdown
> >> > (BrokerService.java:1311)
> >> >         at
> >> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
> >> > 1288)
> >> > java.lang.NoClassDefFoundError:
> >> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
> >> > Source)
> >> >         at
> >> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> >> > Source)
> >> >         at java.lang.Thread.run(Thread.java:534)
> >> > Server shutdown completed
> >> >
> >> > Thnaks
> >> > Anita
> >> >
> >> > __________________________________________________
> >> > Do You Yahoo!?
> >> > Tired of spam?  Yahoo! Mail has the best spam protection around
> >> > http://mail.yahoo.com
> >>
> >>
>
>

Re: Make bootstrap less aggressive?

Posted by Bill Dudney <bd...@apache.org>.
Hi Aaron,

Try bootstrap -Dclean-minimal=true for only nuking the pertinent stuff.

HTH,

-bd-


On Sep 14, 2006, at 10:21 AM, Aaron Mulder wrote:

> Would it hurt to adjust bootstrap to whack only the Geronimo-related
> content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> resist using it only because I have a lot of non-Geronimo content in
> my local repo that I hate to lose every time.  I used to be happy to
> do the m:cleanrepo target that only killed the pertinent stuff,
> though.
>
> Thanks,
>     Aaron
>
> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>> Hi Anita,
>>
>> This is almost certianly from not cleaning everything out before
>> doing a build. You have to nuke all the m2 repo bits related to
>> geronimo and openejb 2 to get rid of all the old code that was using
>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>> bootstrap :-)
>>
>> HTH,
>>
>> -bd-
>>
>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>
>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>> >
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > java.lang.NoClassDefFoundError:
>> > org/apache/activemq/broker/BrokerService$2$1
>> >         at
>> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
>> > 1137)
>> >         at
>> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java: 
>> 42)
>> >         at
>> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java: 
>> 442)
>> >         at
>> > org.apache.activemq.broker.BrokerService.containerShutdown
>> > (BrokerService.java:1311)
>> >         at
>> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
>> > 1288)
>> > java.lang.NoClassDefFoundError:
>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>> > Source)
>> >         at java.lang.Thread.run(Thread.java:534)
>> > Server shutdown completed
>> >
>> > Thnaks
>> > Anita
>> >
>> > __________________________________________________
>> > Do You Yahoo!?
>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>> > http://mail.yahoo.com
>>
>>


Re: Make bootstrap less aggressive?

Posted by Jason Dillon <ja...@planet57.com>.
Aight... I will make the minimal clean the default.

--jason


On Sep 14, 2006, at 9:21 AM, Aaron Mulder wrote:

> Would it hurt to adjust bootstrap to whack only the Geronimo-related
> content from the M2 repo?  Or perhaps only the SNAPSHOT artifacts?  I
> resist using it only because I have a lot of non-Geronimo content in
> my local repo that I hate to lose every time.  I used to be happy to
> do the m:cleanrepo target that only killed the pertinent stuff,
> though.
>
> Thanks,
>     Aaron
>
> On 9/14/06, Bill Dudney <bd...@apache.org> wrote:
>> Hi Anita,
>>
>> This is almost certianly from not cleaning everything out before
>> doing a build. You have to nuke all the m2 repo bits related to
>> geronimo and openejb 2 to get rid of all the old code that was using
>> the EDU.oswego classes as well as mvn clean everything (i.e. a
>> bootstrap :-)
>>
>> HTH,
>>
>> -bd-
>>
>> On Sep 14, 2006, at 10:06 AM, anita kulshreshtha wrote:
>>
>> >    I am seeing this error on trunk (rev 443034) during shutdown:
>> >
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector
>> > stomp://your-4dacd0ea75:61613 Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector vm://localhost
>> > Stopped
>> > 11:42:10,359 INFO  [TransportConnector] Connector tcp:// 
>> 0.0.0.0:61616
>> > Stopped
>> > java.lang.NoClassDefFoundError:
>> > org/apache/activemq/broker/BrokerService$2$1
>> >         at
>> > org.apache.activemq.broker.BrokerService$2.stop(BrokerService.java:
>> > 1137)
>> >         at
>> > org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java: 
>> 42)
>> >         at
>> > org.apache.activemq.broker.BrokerService.stop(BrokerService.java: 
>> 442)
>> >         at
>> > org.apache.activemq.broker.BrokerService.containerShutdown
>> > (BrokerService.java:1311)
>> >         at
>> > org.apache.activemq.broker.BrokerService$3.run(BrokerService.java:
>> > 1288)
>> > java.lang.NoClassDefFoundError:
>> > EDU/oswego/cs/dl/util/concurrent/LinkedNode
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown
>> > Source)
>> >         at
>> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>> > Source)
>> >         at java.lang.Thread.run(Thread.java:534)
>> > Server shutdown completed
>> >
>> > Thnaks
>> > Anita
>> >
>> > __________________________________________________
>> > Do You Yahoo!?
>> > Tired of spam?  Yahoo! Mail has the best spam protection around
>> > http://mail.yahoo.com
>>
>>