Hi Eric,

I checked out the source using Subversion: 'svn co http://svn.nuxeo.org/nuxeo/bundles/ECM-trunk'

I then built and deployed using Ant: 'ant deploy -Djboss.home=/home/sradford/stuff/servers/jboss/jboss-4.0.4.GA -Djboss.config=nuxeo'

(my 'nuxeo' JBoss configuration is just a copy of 'default')

I then deleted jboss/server/nuxeo/deploy/security-service.xml (the MBean is duplicated in the security.sar

Then ran JBoss, logged in as Administrator at localhost:8080/nuxeo and tried to create the domain.

Just done it all again (as you say that it works with you), but alas the same result..


Also, as mention that I only ran Ant, and you suggest in your email to run Maven followed by Ant: 'mvn instal; ant'. If I do this I get the following deployment error:

[EMAIL PROTECTED] { url=file:/home/sradford/stuff/servers/jboss/jboss-4.0.4.GA/server/nuxeo/deploy/nuxeo.ear/NXRelationsJenaPlugin.jar }
 deployer: [EMAIL PROTECTED]
status: Deployment FAILED reason: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=nxrelations-default-jena
 state: FAILED
watch: file:/home/sradford/stuff/servers/jboss/jboss-4.0.4.GA/server/nuxeo/deploy/nuxeo.ear/NXRelationsJenaPlugin.jar
 altDD: null
 lastDeployed: 1168474091249
 lastModified: 1168474080000
 mbeans:


Off to bed - will investigate where further in the morning...



Eric Barroca wrote:
Hi,

Just checked here and I don't get the error. Could you explain how you got the source, compiled and deployed ? Are you using the bundle and typing "mvn install; ant" in the checkout?

Thanks,

EB.

On 10 janv. 07, at 23:17, Sean Radford wrote:

Hi,

Using a clean build (r9360) deployed to JBoss-4.0.4.GA I get the following error when trying to create a domain:

22:03:12,792 INFO  [DocumentTableManagerBean] Table initialization
22:03:12,834 ERROR [ClientException] ClientException created...
org.nuxeo.ecm.core.api.ClientException: java.lang.NoSuchMethodError: org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane.setServerSideTabSwitch(Z)V at org.nuxeo.ecm.core.api.ejb.EJBExceptionHandler.wrapException(EJBExceptionHandler.java:55) at org.nuxeo.ecm.ui.web.intercept.ErrorHandlingInterceptor.invokeAndWrapExceptions(ErrorHandlingInterceptor.java:72)
......
Caused by: java.lang.NoSuchMethodError: org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane.setServerSideTabSwitch(Z)V at org.nuxeo.ecm.ui.web.documentTable.DocumentTableManagerBean.initTable(DocumentTableManagerBean.java:62) at org.nuxeo.ecm.ui.web.documentTable.DocumentTableManagerBean.initialize(DocumentTableManagerBean.java:54)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
22:03:12,939 ERROR [ErrorHandlingInterceptor] Exception caught, redirecting to the error page... 22:03:12,972 INFO [ContentHistoryActionsBean] ####################################### 22:03:12,973 INFO [ContentHistoryActionsBean] Invalidate log entries................. 22:03:12,973 INFO [ContentHistoryActionsBean] ####################################### 22:03:13,325 INFO [ECContentRootBean] Making call to get the children for doc id:0ec15e03-ac0f-46d6-8cb7-7ddae8624b30 22:03:13,395 INFO [ECContentRootBean] Making call to get the children for doc id:0ec15e03-ac0f-46d6-8cb7-7ddae8624b30
22:03:13,497 ERROR [ClientException] ClientException created...
org.nuxeo.ecm.core.api.ClientException: org.apache.myfaces.custom.tree2.TreeModelBase.getTreeWalker()Lorg/apache/myfaces/custom/tree2/TreeWalker; at org.nuxeo.ecm.core.api.ejb.EJBExceptionHandler.wrapException(EJBExceptionHandler.java:51) at org.nuxeo.ecm.ui.web.tree.TreeManagerBean.refreshTreeNodeChildren(TreeManagerBean.java:209)
......
Caused by: java.lang.NoSuchMethodError: org.apache.myfaces.custom.tree2.TreeModelBase.getTreeWalker()Lorg/apache/myfaces/custom/tree2/TreeWalker; at org.nuxeo.ecm.ui.web.tree.TreeManagerBean.getRoot(TreeManagerBean.java:240) at org.nuxeo.ecm.ui.web.tree.TreeManagerBean.expandPath(TreeManagerBean.java:247) at org.nuxeo.ecm.ui.web.tree.TreeManagerBean.refreshTreeNodeChildren(TreeManagerBean.java:204)


I thought that this may be something to do with incorrect myfaces versions, but I have the same 1.1.5-SNAPSHOTs in both the jbossweb-toncat55.sar/jsf-libs and nuxeo.ear/lib (api being 246.1KB and the impl being 528.7KB) and so am lost. Has anyone seen this, and/or have an idea of the cause? Is there some odd configuration that I have missed (I built and deployed using Ant)?

Thanks and regards,

Sean

--Dr. Sean Radford MBBS MSc
[EMAIL PROTECTED]
http://www.tacola.com
Distributed Identity & Access Management
Tel: +44 (0) 8700 671 490
Mob: +44 (0) 7802 24 24 86

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


--
Éric Barroca - Ex. VP of Operations - +33 6 21 74 77 64
www.nuxeo.com - Nuxeo: Open Source ECM - www.nuxeo.org
Nuxeo EP 5: extensible, Java EE and standards based ECM Platform !






--
Dr. Sean Radford MBBS MSc
[EMAIL PROTECTED]
http://www.tacola.com
Distributed Identity & Access Management
Tel: +44 (0) 8700 671 490
Mob: +44 (0) 7802 24 24 86

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to