List Info

Thread: build/deploy/start then error 404




build/deploy/start then error 404
user name
2006-12-14 12:18:24
Sorry about that...my mistake. The problem didn't occur on
my box though...

The new deployment scheme is really doing the job well but
the global
Nuxeo dependencies management are more complicated then ever
:

 - maven deps
 - ant deps for build
 - PDE deps on Eclipse for bundles
 - deployment fragment order

Ant stuffs will disappear in the future but for the rest
we'll have to
deal with it until maven will be first citizen in Eclipse.

Thanks for the fix anyway.

	J.

Florent BONNET wrote:
> The problem comes from the deployment-fragment in
NXAudit. Benjamin
> commits the changes. NXEventsAPI.jar has to be changed
to NXEventsFacade.jar
> 
> Florent
> 
> ----- Message d'origine ----
> De : Thibaut Soulcié <tsoulcienuxeo.com>
> À : ECM Internal <ecmlists.nuxeo.com>
> Envoyé le : Jeudi, 14 Décembre 2006, 11h52mn 52s
> Objet : [Ecm] build/deploy/start then error 404
> 
> Hi all,
> 
> I have been having troubles the past two days (i think
Benjamin Jalon  
> too)
> After updating, then removing ~/.m2 and also
deploy/nuxeo.* :
> - mvn clean install is successful
> - Nuxeo deployment is sucessful
> - JBoss server starts
> And i get a 404 error.
> 
> The JBoss console gives :
> 11:35:56,704 ERROR [URLDeploymentScanner] Incomplete
Deployment listing:
> 
> --- Incompletely deployed packages ---
> org.jboss.deployment.DeploymentInfo5f0728d9
{ url=file:/Applications/
> jboss-4.0.4.new/server/default/deploy/nuxeo.nxp/ }
>    deployer:
org.nuxeo.runtime.jboss.deploy.NUXDeployer6fde80
>    status: Deployment FAILED reason: Trying to install
an already  
> registered mbean:
jboss.mq.destination:service=Topic,name=NXPMessages
>    state: FAILED
>    watch:
file:/Applications/jboss-4.0.4.new/server/default/deploy/
> nuxeo.nxp/META-INF/application.xml
>    altDD: null
>    lastDeployed: 1166092535058
>    lastModified: 1166092534000
>    mbeans:
>       
>
jboss.j2ee:jar=NXCoreFacade.jar,name=DocumentManagerBean,ser
vice=EJB3  
> state: Started
>       
>
jboss.j2ee:jar=NXCoreFacade.jar,name=SessionManagerBean,serv
ice=EJB3  
> state: Started
>      persistence.units:jar=nxaudit.jar,unitName=NXAudit
state: Started
>     
jboss.j2ee:jar=nxaudit.jar,name=LogsBean,service=EJB3 state:
 
> Started
>     
jboss.j2ee:jar=nxaudit.jar,name=NXAuditEventsBean,service=EJ
B3  
> state: Started
>       
>
jboss.j2ee:jar=nxaudit.jar,name=NXAuditMessageListener,servi
ce=EJB3  
> state: Started
> 
> org.jboss.deployment.DeploymentInfobc250ed2
{ url=file:/Applications/
>
jboss-4.0.4.new/server/default/deploy/nuxeo.nxp/NXEvents.sar
}
>    deployer: org.jboss.deployment.SARDeployer79ca2e
>    status: Deployment FAILED reason: Trying to install
an already  
> registered mbean:
jboss.mq.destination:service=Topic,name=NXPMessages
>    state: FAILED
>    watch:
file:/Applications/jboss-4.0.4.new/server/default/deploy/
> nuxeo.nxp/NXEvents.sar
>    altDD: null
>    lastDeployed: 1166092556533
>    lastModified: 1166092556000
>    mbeans:
> 
> 
> 11:35:57,036 INFO  [Http11BaseProtocol] Starting Coyote
HTTP/1.1 on  
> http-0.0.0.0-8080
> 11:35:57,294 INFO  [ChannelSocket] JK: ajp13 listening
on /0.0.0.0:8009
> 11:35:57,420 INFO  [JkMain] Jk running ID=0 time=0/158 
config=null
> 11:35:57,435 INFO  [Server] JBoss (MX MicroKernel)
[4.0.4.GA (build:  
> CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in
1m:29s:169ms
> 
> 
> Anybody would have a hint about that ?
> 
> Thanks,
> 
> ++
> tibo
> 
> 
> --
> Thibaut Soulcié – GraphicDesign – Nuxeo
> Open Source Enterprise Content Management (ECM)
> http://www.nuxeo.com
& http://www.nuxeo.org
> 
> 
> _______________________________________________
> ECM mailing list
> ECMlists.nuxeo.com
> http://li
sts.nuxeo.com/mailman/listinfo/ecm
> 
> 
>
------------------------------------------------------------
------------
> Nouveau : téléphonez moins cher avec Yahoo! Messenger !
Découvez les
> tarifs exceptionnels pour appeler la France et
l'international.
> Téléchargez
> <http://us.rd.yahoo
.com/messenger/mail_taglines/default/*http://fr.beta.messeng
er.yahoo.com>
> la version beta.
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> ECM mailing list
> ECMlists.nuxeo.com
> http://li
sts.nuxeo.com/mailman/listinfo/ecm


-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66

_______________________________________________
ECM mailing list
ECMlists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
build/deploy/start then error 404
user name
2006-12-14 16:39:51
Alright, I found the deployment problem we had here.
NXEvents* were
deployed before NXCoreFacade in the Nuxeo/build.xml and
NXCoreFacade is
removing the nuxeo.nxp deployment directory when launched
thus NXEvents*
were simply not in the deployment directory...

I'll order a full maven setup for Nuxeo5 to Santa this year
;)

	J.

Julien Anguenot wrote:
> Sorry about that...my mistake. The problem didn't occur
on my box though...
> 
> The new deployment scheme is really doing the job well
but the global
> Nuxeo dependencies management are more complicated then
ever :
> 
>  - maven deps
>  - ant deps for build
>  - PDE deps on Eclipse for bundles
>  - deployment fragment order
> 
> Ant stuffs will disappear in the future but for the
rest we'll have to
> deal with it until maven will be first citizen in
Eclipse.
> 
> Thanks for the fix anyway.
> 
> 	J.
> 
> Florent BONNET wrote:
>> The problem comes from the deployment-fragment in
NXAudit. Benjamin
>> commits the changes. NXEventsAPI.jar has to be
changed to NXEventsFacade.jar
>>
>> Florent
>>
>> ----- Message d'origine ----
>> De : Thibaut Soulcié <tsoulcienuxeo.com>
>> À : ECM Internal <ecmlists.nuxeo.com>
>> Envoyé le : Jeudi, 14 Décembre 2006, 11h52mn 52s
>> Objet : [Ecm] build/deploy/start then error 404
>>
>> Hi all,
>>
>> I have been having troubles the past two days (i
think Benjamin Jalon  
>> too)
>> After updating, then removing ~/.m2 and also
deploy/nuxeo.* :
>> - mvn clean install is successful
>> - Nuxeo deployment is sucessful
>> - JBoss server starts
>> And i get a 404 error.
>>
>> The JBoss console gives :
>> 11:35:56,704 ERROR [URLDeploymentScanner]
Incomplete Deployment listing:
>>
>> --- Incompletely deployed packages ---
>> org.jboss.deployment.DeploymentInfo5f0728d9
{ url=file:/Applications/
>> jboss-4.0.4.new/server/default/deploy/nuxeo.nxp/ }
>>    deployer:
org.nuxeo.runtime.jboss.deploy.NUXDeployer6fde80
>>    status: Deployment FAILED reason: Trying to
install an already  
>> registered mbean:
jboss.mq.destination:service=Topic,name=NXPMessages
>>    state: FAILED
>>    watch:
file:/Applications/jboss-4.0.4.new/server/default/deploy/
>> nuxeo.nxp/META-INF/application.xml
>>    altDD: null
>>    lastDeployed: 1166092535058
>>    lastModified: 1166092534000
>>    mbeans:
>>       
>>
jboss.j2ee:jar=NXCoreFacade.jar,name=DocumentManagerBean,ser
vice=EJB3  
>> state: Started
>>       
>>
jboss.j2ee:jar=NXCoreFacade.jar,name=SessionManagerBean,serv
ice=EJB3  
>> state: Started
>>     
persistence.units:jar=nxaudit.jar,unitName=NXAudit state:
Started
>>     
jboss.j2ee:jar=nxaudit.jar,name=LogsBean,service=EJB3 state:
 
>> Started
>>     
jboss.j2ee:jar=nxaudit.jar,name=NXAuditEventsBean,service=EJ
B3  
>> state: Started
>>       
>>
jboss.j2ee:jar=nxaudit.jar,name=NXAuditMessageListener,servi
ce=EJB3  
>> state: Started
>>
>> org.jboss.deployment.DeploymentInfobc250ed2
{ url=file:/Applications/
>>
jboss-4.0.4.new/server/default/deploy/nuxeo.nxp/NXEvents.sar
}
>>    deployer: org.jboss.deployment.SARDeployer79ca2e
>>    status: Deployment FAILED reason: Trying to
install an already  
>> registered mbean:
jboss.mq.destination:service=Topic,name=NXPMessages
>>    state: FAILED
>>    watch:
file:/Applications/jboss-4.0.4.new/server/default/deploy/
>> nuxeo.nxp/NXEvents.sar
>>    altDD: null
>>    lastDeployed: 1166092556533
>>    lastModified: 1166092556000
>>    mbeans:
>>
>>
>> 11:35:57,036 INFO  [Http11BaseProtocol] Starting
Coyote HTTP/1.1 on  
>> http-0.0.0.0-8080
>> 11:35:57,294 INFO  [ChannelSocket] JK: ajp13
listening on /0.0.0.0:8009
>> 11:35:57,420 INFO  [JkMain] Jk running ID=0
time=0/158  config=null
>> 11:35:57,435 INFO  [Server] JBoss (MX MicroKernel)
[4.0.4.GA (build:  
>> CVSTag=JBoss_4_0_4_GA date=200605151000)] Started
in 1m:29s:169ms
>>
>>
>> Anybody would have a hint about that ?
>>
>> Thanks,
>>
>> ++
>> tibo
>>
>>
>> --
>> Thibaut Soulcié – GraphicDesign – Nuxeo
>> Open Source Enterprise Content Management (ECM)
>> http://www.nuxeo.com &
http://www.nuxeo.org
>>
>>
>> _______________________________________________
>> ECM mailing list
>> ECMlists.nuxeo.com
>> http://li
sts.nuxeo.com/mailman/listinfo/ecm
>>
>>
>>
------------------------------------------------------------
------------
>> Nouveau : téléphonez moins cher avec Yahoo!
Messenger ! Découvez les
>> tarifs exceptionnels pour appeler la France et
l'international.
>> Téléchargez
>> <http://us.rd.yahoo
.com/messenger/mail_taglines/default/*http://fr.beta.messeng
er.yahoo.com>
>> la version beta.
>>
>>
>>
------------------------------------------------------------
------------
>>
>> _______________________________________________
>> ECM mailing list
>> ECMlists.nuxeo.com
>> http://li
sts.nuxeo.com/mailman/listinfo/ecm
> 
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> ECM mailing list
> ECMlists.nuxeo.com
> http://li
sts.nuxeo.com/mailman/listinfo/ecm


-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66

_______________________________________________
ECM mailing list
ECMlists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )