Re: More problems exporting a plugin and importing into minimal assembly

2007-07-12 Thread Paul McMahan
I just checked in Jason's patch for the plugin export.  You should  
now be able to export activemq-broker from the jee5 assembly as a  
plugin and import it into the minimal assembly without having to  
manually edit the exported geronimo-plugin.xml.


Best wishes,
Paul


On Jul 7, 2007, at 10:49 PM, Ajay Panagariya wrote:


Hi,

I just checked out the current trunk, and deployed the minimal  
tomcat assembly. I exported it from the regular assembly and tried  
importing it into the minimal, here's the output of that operation  
(followed by my geronimo-plugin.xml file). I asked a similar  
question one or two days ago, and all had gone well, but that was  
on an older build. This install is using the latest trunk.


If posting the output in geonimo.log would help, I will be happy to  
provide that as well. Thanks ahead of time.



$ target/geronimo-tomcat6-minimal-2.0-SNAPSHOT/bin/deploy.bat  
install-plugin amq.car
Using GERONIMO_BASE:   C:\g5\target\geronimo-tomcat6-minimal-2.0- 
SNAPSHOT
Using GERONIMO_HOME:   C:\g5\target\geronimo- tomcat6-minimal-2.0- 
SNAPSHOT

Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\Java\jdk1.5.0_12\jre
Checking for status every 1000ms:
Searching for org.apache.geronimo.configs/system-database//car at  
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Downloading org.apache.geronimo.configs/system-database/2.0- 
SNAPSHOT/car... (9%)

Downloading org.apache.derby/derby/10.2.2.0/jar...
Downloading org.apache.derby/derby/10.2.2.0/jar... (4%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (11%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (19%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (26%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (34%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (42%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (48%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (56%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (64%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (69%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (75%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (83%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (90%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (93%)
Searching for org.apache.geronimo.configs /transaction-jta11//car  
at http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-transaction- 
jta11/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/geroni

mo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-derby/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/ 
jar...

Downloading org.apache.derby/derbyclient/10.2.2.0/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (24%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (50%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (71%)
Searching for org.apache.geronimo.modules /geronimo-timer/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/ 
jar... (26%)

Downloading org.apache.derby/derbynet/10.2.2.0/jar...
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (17%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (77%)
Searching for org.apache.geronimo.modules /geronimo-activemq/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/re

pository/
Downloading org.apache.geronimo.modules/geronimo-activemq/2.0- 
SNAPSHOT/jar... (25%)
Searching for org.apache.geronimo.modules/geronimo-activemq- 
management/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/gero

nimo-2.0/repository/
Downloading org.apache.activemq/activemq-core/4.1.1/jar...
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (5%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (14%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (25%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (35%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (45%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (55%)
Downloading org.apache.activemq /activemq-core/4.1.1/jar... (61%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (69%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (77%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (83%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (91%)
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/jar...
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/ 
jar... (10%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar...
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar... (20%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar... (61%)
Downloading backport-util-concurre

Re: More problems exporting a plugin and importing into minimal assembly

2007-07-10 Thread Prasad Kashyap

On 7/8/07, David Jencks <[EMAIL PROTECTED]> wrote:

One obvious problem here is that the plugin installation is trying to use
the geronimo-transaction-jta11 module which doesn't exist any more.

Trying the link
http://geronimo.apache.org/plugins/geronimo-2.0/repository/indicates
the apache snapshot repo is being used... which makes me think that perhaps
the problem is that no recent snapshots for geronimo have been deployed?
Sorry for my confusion, but is this something we (all the geronimo
developers) have agreed to do after every change?  Is there an automated
process for it?  IIUC the openejb project has been pretty good at pushing
new snapshots after most changes... I'd rather have something automatic but
a clear policy might be adequate (especially since I'm not about to try to
set up an automated build)


I'm trying to get publish snapshots on a daily basis as a part of the
automated builds. I've had problem with it in the configs modules.
Hopefully we should be able to get this to work.

http://www.nabble.com/-BUILD--TRUNK%3A-Failed-for-Revision%3A-550730-tf3981354s134.html#a11302476

Cheers
Prasad.



Something that might help since you appear to have done a local build, is to
add your local maven repo to the plugin repo list.  I think you also have to
add a plugins.xml file there, perhaps we could  find a way to automatically
install some reasonable default copy?  Or maybe for local repos have the
plugin system scan the repo?

thanks
david jencks



On Jul 7, 2007, at 10:49 PM, Ajay Panagariya wrote:
Hi,

I just checked out the current trunk, and deployed the minimal tomcat
assembly. I exported it from the regular assembly and tried importing it
into the minimal, here's the output of that operation (followed by my
geronimo-plugin.xml file). I asked a similar question one or two days ago,
and all had gone well, but that was on an older build. This install is using
the latest trunk.

If posting the output in geonimo.log would help, I will be happy to provide
that as well. Thanks ahead of time.


$ target/geronimo-tomcat6-minimal-2.0-SNAPSHOT/bin/deploy.bat install-plugin
amq.car
Using GERONIMO_BASE:   C:\g5\target\geronimo-tomcat6-minimal-2.0-SNAPSHOT
Using GERONIMO_HOME:   C:\g5\target\geronimo- tomcat6-minimal-2.0-SNAPSHOT
Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\Java\jdk1.5.0_12\jre
Checking for status every 1000ms:
Searching for org.apache.geronimo.configs/system-database//car at
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Downloading
org.apache.geronimo.configs/system-database/2.0-SNAPSHOT/car...
(9%)
 Downloading org.apache.derby/derby/10.2.2.0/jar...
Downloading org.apache.derby/derby/10.2.2.0/jar... (4%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (11%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (19%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (26%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (34%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (42%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (48%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (56%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (64%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (69%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (75%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (83%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (90%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (93%)
Searching for org.apache.geronimo.configs /transaction-jta11//car at
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Searching for
org.apache.geronimo.modules/geronimo-transaction-jta11/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/geroni
mo-2.0/repository/
Searching for
org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/geronimo-2.0/repos
itory/
Downloading
org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (24%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (50%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (71%)
Searching for org.apache.geronimo.modules
/geronimo-timer/2.0-SNAPSHOT/jar at
http://geronimo.apache.org/plugins/geronimo-2.0/repos
itory/
Downloading
org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/jar...
(26%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar...
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (17%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (77%)
Searching for org.apache.geronimo.modules
/geronimo-activemq/2.0-SNAPSHOT/jar at
http://geronimo.apache.org/plugins/geronimo-2.0/re
pository/
Downloading
org.apache.geronimo.modules/geronimo-activemq/2.0-SNAPSHOT/jar...
(25%)
Searching for
org.apache.geronimo.modules/geronimo-activemq-management/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/gero
nimo-2.0/repository/
Downloading org.apache.activemq/a

Re: More problems exporting a plugin and importing into minimal assembly

2007-07-09 Thread Paul McMahan
I deployed the activemq-broker and system-database plugins (the  
latter had a stale reference to geronimo-transaction-jta11).   Please  
give it another try.


Best wishes,
Paul


On Jul 7, 2007, at 10:49 PM, Ajay Panagariya wrote:


Hi,

I just checked out the current trunk, and deployed the minimal  
tomcat assembly. I exported it from the regular assembly and tried  
importing it into the minimal, here's the output of that operation  
(followed by my geronimo-plugin.xml file). I asked a similar  
question one or two days ago, and all had gone well, but that was  
on an older build. This install is using the latest trunk.


If posting the output in geonimo.log would help, I will be happy to  
provide that as well. Thanks ahead of time.



$ target/geronimo-tomcat6-minimal-2.0-SNAPSHOT/bin/deploy.bat  
install-plugin amq.car
Using GERONIMO_BASE:   C:\g5\target\geronimo-tomcat6-minimal-2.0- 
SNAPSHOT
Using GERONIMO_HOME:   C:\g5\target\geronimo- tomcat6-minimal-2.0- 
SNAPSHOT

Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\Java\jdk1.5.0_12\jre
Checking for status every 1000ms:
Searching for org.apache.geronimo.configs/system-database//car at  
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Downloading org.apache.geronimo.configs/system-database/2.0- 
SNAPSHOT/car... (9%)

Downloading org.apache.derby/derby/10.2.2.0/jar...
Downloading org.apache.derby/derby/10.2.2.0/jar... (4%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (11%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (19%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (26%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (34%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (42%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (48%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (56%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (64%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (69%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (75%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (83%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (90%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (93%)
Searching for org.apache.geronimo.configs /transaction-jta11//car  
at http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-transaction- 
jta11/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/geroni

mo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-derby/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/ 
jar...

Downloading org.apache.derby/derbyclient/10.2.2.0/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (24%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (50%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (71%)
Searching for org.apache.geronimo.modules /geronimo-timer/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/ 
jar... (26%)

Downloading org.apache.derby/derbynet/10.2.2.0/jar...
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (17%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (77%)
Searching for org.apache.geronimo.modules /geronimo-activemq/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/re

pository/
Downloading org.apache.geronimo.modules/geronimo-activemq/2.0- 
SNAPSHOT/jar... (25%)
Searching for org.apache.geronimo.modules/geronimo-activemq- 
management/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/gero

nimo-2.0/repository/
Downloading org.apache.activemq/activemq-core/4.1.1/jar...
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (5%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (14%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (25%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (35%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (45%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (55%)
Downloading org.apache.activemq /activemq-core/4.1.1/jar... (61%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (69%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (77%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (83%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (91%)
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/jar...
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/ 
jar... (10%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar...
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar... (20%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar... (61%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/ 
jar... (95%)
Finished downloading backport-util-concurrent/

Re: More problems exporting a plugin and importing into minimal assembly

2007-07-09 Thread Paul McMahan

On Jul 8, 2007, at 1:03 PM, David Jencks wrote:


Trying the link

http://geronimo.apache.org/plugins/geronimo-2.0/repository/
indicates the apache snapshot repo is being used... which makes me  
think that perhaps the problem is that no recent snapshots for  
geronimo have been deployed?


Yes I think that's the problem.  The plugin repo referenced above is  
really just a redirect to the m2 snapshot repository.


Sorry for my confusion, but is this something we (all the geronimo  
developers) have agreed to do after every change?  Is there an  
automated process for it?  IIUC the openejb project has been pretty  
good at pushing new snapshots after most changes... I'd rather have  
something automatic but a clear policy might be adequate  
(especially since I'm not about to try to set up an automated build)


AFAICT the snapshots are currently deployed manually which is driven  
mainly by when something breaks(?).  It would be great if we could  
automate this process if anyone has the time & resources to make that  
happen.   Is the process for creating nightly geronimo builds  
currently automated and would it make sense to attach something there?


I will deploy configs/activemq-broker as an interim solution for Ajay  
while we discuss our policy for publishing snapshots.



Best wishes,
Paul


Re: More problems exporting a plugin and importing into minimal assembly

2007-07-08 Thread David Jencks
One obvious problem here is that the plugin installation is trying to  
use the geronimo-transaction-jta11 module which doesn't exist any more.


Trying the link

http://geronimo.apache.org/plugins/geronimo-2.0/repository/
indicates the apache snapshot repo is being used... which makes me  
think that perhaps the problem is that no recent snapshots for  
geronimo have been deployed?  Sorry for my confusion, but is this  
something we (all the geronimo developers) have agreed to do after  
every change?  Is there an automated process for it?  IIUC the  
openejb project has been pretty good at pushing new snapshots after  
most changes... I'd rather have something automatic but a clear  
policy might be adequate (especially since I'm not about to try to  
set up an automated build)


Something that might help since you appear to have done a local  
build, is to add your local maven repo to the plugin repo list.  I  
think you also have to add a plugins.xml file there, perhaps we  
could  find a way to automatically install some reasonable default  
copy?  Or maybe for local repos have the plugin system scan the repo?


thanks
david jencks


On Jul 7, 2007, at 10:49 PM, Ajay Panagariya wrote:


Hi,

I just checked out the current trunk, and deployed the minimal  
tomcat assembly. I exported it from the regular assembly and tried  
importing it into the minimal, here's the output of that operation  
(followed by my geronimo-plugin.xml file). I asked a similar  
question one or two days ago, and all had gone well, but that was  
on an older build. This install is using the latest trunk.


If posting the output in geonimo.log would help, I will be happy to  
provide that as well. Thanks ahead of time.



$ target/geronimo-tomcat6-minimal-2.0-SNAPSHOT/bin/deploy.bat  
install-plugin amq.car
Using GERONIMO_BASE:   C:\g5\target\geronimo-tomcat6-minimal-2.0- 
SNAPSHOT
Using GERONIMO_HOME:   C:\g5\target\geronimo- tomcat6-minimal-2.0- 
SNAPSHOT

Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\Java\jdk1.5.0_12\jre
Checking for status every 1000ms:
Searching for org.apache.geronimo.configs/system-database//car at  
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Downloading org.apache.geronimo.configs/system-database/2.0- 
SNAPSHOT/car... (9%)

Downloading org.apache.derby/derby/10.2.2.0/jar...
Downloading org.apache.derby/derby/10.2.2.0/jar... (4%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (11%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (19%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (26%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (34%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (42%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (48%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (56%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (64%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (69%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (75%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (83%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (90%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (93%)
Searching for org.apache.geronimo.configs /transaction-jta11//car  
at http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-transaction- 
jta11/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/geroni

mo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-derby/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/ 
jar...

Downloading org.apache.derby/derbyclient/10.2.2.0/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (24%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (50%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (71%)
Searching for org.apache.geronimo.modules /geronimo-timer/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/repos

itory/
Downloading org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/ 
jar... (26%)

Downloading org.apache.derby/derbynet/10.2.2.0/jar...
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (17%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (77%)
Searching for org.apache.geronimo.modules /geronimo-activemq/2.0- 
SNAPSHOT/jar at http://geronimo.apache.org/plugins/geronimo-2.0/re

pository/
Downloading org.apache.geronimo.modules/geronimo-activemq/2.0- 
SNAPSHOT/jar... (25%)
Searching for org.apache.geronimo.modules/geronimo-activemq- 
management/2.0-SNAPSHOT/jar at http://geronimo.apache.org/plugins/gero

nimo-2.0/repository/
Downloading org.apache.activemq/activemq-core/4.1.1/jar...
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (5%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (14%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (25%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar

More problems exporting a plugin and importing into minimal assembly

2007-07-07 Thread Ajay Panagariya

Hi,

I just checked out the current trunk, and deployed the minimal tomcat
assembly. I exported it from the regular assembly and tried importing it
into the minimal, here's the output of that operation (followed by my
geronimo-plugin.xml file). I asked a similar question one or two days ago,
and all had gone well, but that was on an older build. This install is using
the latest trunk.

If posting the output in geonimo.log would help, I will be happy to provide
that as well. Thanks ahead of time.


$ target/geronimo-tomcat6-minimal-2.0-SNAPSHOT/bin/deploy.bat install-plugin
amq.car
Using GERONIMO_BASE:   C:\g5\target\geronimo-tomcat6-minimal-2.0-SNAPSHOT
Using GERONIMO_HOME:   C:\g5\target\geronimo-tomcat6-minimal-2.0-SNAPSHOT
Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\Java\jdk1.5.0_12\jre
Checking for status every 1000ms:
Searching for org.apache.geronimo.configs/system-database//car at
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Downloading org.apache.geronimo.configs/system-database/2.0-SNAPSHOT/car...
(9%)
Downloading org.apache.derby/derby/10.2.2.0/jar...
Downloading org.apache.derby/derby/10.2.2.0/jar... (4%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (11%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (19%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (26%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (34%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (42%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (48%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (56%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (64%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (69%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (75%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (83%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (90%)
Downloading org.apache.derby/derby/10.2.2.0/jar... (93%)
Searching for org.apache.geronimo.configs/transaction-jta11//car at
http://geronimo.apache.org/plugins/geronimo-2.0/repository/
Searching for 
org.apache.geronimo.modules/geronimo-transaction-jta11/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/geroni
mo-2.0/repository/
Searching for org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/jar at
http://geronimo.apache.org/plugins/geronimo-2.0/repos
itory/
Downloading org.apache.geronimo.modules/geronimo-derby/2.0-SNAPSHOT/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar...
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (24%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (50%)
Downloading org.apache.derby/derbyclient/10.2.2.0/jar... (71%)
Searching for org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/jar at
http://geronimo.apache.org/plugins/geronimo-2.0/repos
itory/
Downloading org.apache.geronimo.modules/geronimo-timer/2.0-SNAPSHOT/jar...
(26%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar...
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (17%)
Downloading org.apache.derby/derbynet/10.2.2.0/jar... (77%)
Searching for org.apache.geronimo.modules/geronimo-activemq/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/geronimo-2.0/re
pository/
Downloading org.apache.geronimo.modules/geronimo-activemq/2.0-SNAPSHOT/jar...
(25%)
Searching for 
org.apache.geronimo.modules/geronimo-activemq-management/2.0-SNAPSHOT/jar
at http://geronimo.apache.org/plugins/gero
nimo-2.0/repository/
Downloading org.apache.activemq/activemq-core/4.1.1/jar...
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (5%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (14%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (25%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (35%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (45%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (55%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (61%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (69%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (77%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (83%)
Downloading org.apache.activemq/activemq-core/4.1.1/jar... (91%)
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/jar...
Downloading org.apache.activemq/activeio-core/3.0.0-incubator/jar... (10%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/jar...
Downloading backport-util-concurrent/backport-util-concurrent/2.2/jar...
(20%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/jar...
(61%)
Downloading backport-util-concurrent/backport-util-concurrent/2.2/jar...
(95%)
Finished downloading
backport-util-concurrent/backport-util-concurrent/2.2/jar (318 kB) (100%)

    Installation Complete!
   Used existing: org.objectweb.howl/howl/1.0.1-1/jar
   Used existing:
   org.apache.geronimo.modules/geronimo-persistence-jpa10/2.0-SNAPSHOT/jar
   Used existing: org.apache.geronimo.specs/geronimo-jpa_3.0_spec//jar