Hi again,
Maybe it's best if you try to undeploy manually nuxeo (go in your
*JBOSS_HOME/servers/default/deploy/* and erase *nuxeo.ear* directory,
and also the nuxeo jars),
then try to run the command ant clean && mvn -Dmaven.test.skip=true
install && ant,
and then start your server.
Nuxeo jars are : - NXJBossRuntime.sar
- NXRuntime.jar
- nxthemes-core.jar
- nxthemes-fragments.jar
- nxthemes-jsf.ear
- nxthemes-jsf-editor.ear
You may also try to empty the tmp and work directories from
*JBOSS_HOME/servers/default/.*
Hope this helps !
Keep us posted,
Narcis
Corne Kloppers wrote:
Hi Narcis
That solved the exception but I now get this message in my browser
when I try to login as `Administartor`:
================
If you can read this in your browser, this probably because of a
configuration problem of your |nuxeo.war/WEB-INF/pages.xml|. To change
this, edit the |OSGI-INF/deployment-fragment.xml| of your project at
extension |pages#PAGES|.
================
I did a SVN update and execute the following command:
> ant clean && mvn -Dmaven.test.skip=true install && ant
Kind regards,
Corné
>>> Narcis Paslaru <[EMAIL PROTECTED]> 2007/02/13 04:31 PM >>>
Corne Kloppers wrote:
Hi all
I get the following exception when trying to log into into Nuxeo-EP
after a clean checkout and compile. Any idea what could be wrong?
Kind regards,
Corné
15:03:16,171 INFO [BuiltinTypes] Importing ECM types to JackRabbit
repository ...
15:03:20,781 ERROR [ObservationManagerFactory] Synchronous
EventConsumer threw exception.
java.lang.NoClassDefFoundError:
org/apache/lucene/index/CompoundFileWriter
at
org.apache.lucene.index.SegmentMerger.createCompoundFile(SegmentMerger.java:119)
at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:100)
at
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:487)
at
org.apache.lucene.index.IndexWriter.maybeMergeSegments(IndexWriter.java:458)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:310)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:294)
at
org.apache.jackrabbit.core.query.lucene.AbstractIndex.addDocument(AbstractIndex.java:129)
at
org.apache.jackrabbit.core.query.lucene.VolatileIndex.commitPending(VolatileIndex.java:164)
at
org.apache.jackrabbit.core.query.lucene.VolatileIndex.addDocument(VolatileIndex.java:86)
at
org.apache.jackrabbit.core.query.lucene.MultiIndex$AddNode.execute(MultiIndex.java:1304)
at
org.apache.jackrabbit.core.query.lucene.MultiIndex.executeAndLog(MultiIndex.java:763)
at
org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:315)
at
org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:279)
at
org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:476)
at
org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:230)
at
org.apache.jackrabbit.core.observation.ObservationManagerFactory.dispatchEvents(ObservationManagerFactory.java:218)
at
org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:430)
at
org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatch(DelegatingObservationDispatcher.java:105)
at
org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager.nodeTypeRegistered(VirtualNodeTypeStateManager.java:155)
at
org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.notifyRegistered(NodeTypeRegistry.java:391)
at
org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.registerNodeTypes(NodeTypeRegistry.java:1188)
at
org.nuxeo.ecm.core.jcr.TypeImporter.registerTypes(TypeImporter.java:122)
at
org.nuxeo.ecm.core.jcr.BuiltinTypes.registerUserTypes(BuiltinTypes.java:142)
at
org.nuxeo.ecm.core.jcr.BuiltinTypes.registerTypes(BuiltinTypes.java:120)
at
org.nuxeo.ecm.core.jcr.JCRRepository.initialize(JCRRepository.java:164)
at
org.nuxeo.ecm.core.jcr.JCRRepository.getSession(JCRRepository.java:103)
at
org.nuxeo.ecm.core.jca.JCAManagedConnection.openSession(JCAManagedConnection.java:103)
at
org.nuxeo.ecm.core.jca.JCAManagedConnection.initializeHandle(JCAManagedConnection.java:391)
at
org.nuxeo.ecm.core.jca.JCAManagedConnection.getXAResource(JCAManagedConnection.java:200)
------------------------------------------------------------------------
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
Hello,
It might have something to do with this mail here :
HI all,
The built-in types where updated.
You need to force reloading types into jackrabbit
You can do this by adding the attribute forceReloadTypes="true"
inside
<repository name="demo"
factory="org.nuxeo.ecm.core.jcr.JCRRepositoryFactory"
securityManager="org.nuxeo.ecm.core.jcr.JCRSecurityManager">
in the file
nuxeo.ear/demo-ds-bundle.xml
Bogdan
Cheers,
Narcis
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm