I installed again Nuxeo because it did not have a lot of raised information and 
now after any more users created it has given me the same error. I attach the 
log with major extent:

2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'pictemplate' and 'post' both have a property 'title', unqualified reference in 
queries will use schema 'pictemplate'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'file' and 'post' both have a property 'filename', unqualified reference in 
queries will use schema 'file'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'pictemplate' and 'view' both have a property 'title', unqualified reference in 
queries will use schema 'pictemplate'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'pictemplate' and 'view' both have a property 'tag', unqualified reference in 
queries will use schema 'pictemplate'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'pictemplate' and 'view' both have a property 'description', unqualified 
reference in queries will use schema 'pictemplate'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.Model] Schemas 
'file' and 'view' both have a property 'filename', unqualified reference in 
queries will use schema 'file'
2009-09-04 12:09:42,765 INFO  [org.nuxeo.ecm.core.storage.sql.SQLInfo] Binary 
column: "CONTENT"."DATA"
2009-09-04 12:09:43,796 WARN  
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable 
while attempting to get a new connection: null
org.nuxeo.ecm.core.storage.StorageException: org.h2.jdbc.JdbcSQLException: 
Error creando ó inicializando trigger NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at org.nuxeo.ecm.core.storage.sql.Mapper.createDatabase(Mapper.java:297)
        at 
org.nuxeo.ecm.core.storage.sql.RepositoryImpl.getConnection(RepositoryImpl.java:136)

[...]

Caused by: org.h2.jdbc.JdbcSQLException: Error creando ó inicializando trigger 
NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at org.h2.message.Message.getSQLException(Message.java:107)
        at org.h2.schema.TriggerObject.load(TriggerObject.java:67)

[...]

Caused by: java.sql.SQLException: Error while indexing document
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.convertException(H2Fulltext.java:382)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.getIndexWriter(H2Fulltext.java:358)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.access$100(H2Fulltext.java:54)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger.init(H2Fulltext.java:549)
        at org.h2.schema.TriggerObject.load(TriggerObject.java:65)
        ... 205 more
Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed 
out: 
simplefsl...@c:\NuxeoEP5\NuxeoServer\server\default\data\h2\nuxeo.lucene\write.lock
        at org.apache.lucene.store.Lock.obtain(Lock.java:85)
        at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:692)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:453)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.getIndexWriter(H2Fulltext.java:355)
        ... 208 more
2009-09-04 12:09:43,796 ERROR [org.jboss.seam.jsf.SeamPhaseListener] uncaught 
exception
javax.el.ELException: org.nuxeo.ecm.core.api.ClientException: Error opening 
session for repository default
        at 
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:333)
        at 
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:274)
        at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59)

[...]

Caused by: org.nuxeo.ecm.core.api.ClientException: Error opening session for 
repository default
        at 
org.nuxeo.ecm.webapp.delegate.DocumentManagerBusinessDelegate.getDocumentManager(DocumentManagerBusinessDelegate.java:115)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)

[...]

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.api.ClientException. message: 
org.nuxeo.ecm.core.storage.StorageException: org.h2.jdbc.JdbcSQLException: 
Error creando ó inicializando trigger NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at org.nuxeo.ecm.core.api.ClientException.wrap(ClientException.java:64)
        at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.getSession(DocumentManagerBean.java:199)

[...]

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.api.DocumentException. message: 
org.nuxeo.ecm.core.storage.StorageException: org.h2.jdbc.JdbcSQLException: 
Error creando ó inicializando trigger NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at 
org.nuxeo.ecm.core.storage.sql.ra.ConnectionFactoryImpl.getSession(ConnectionFactoryImpl.java:224)
        at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.createSession(DocumentManagerBean.java:209)
        at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.getSession(DocumentManagerBean.java:196)
        ... 170 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.storage.StorageException. message: 
org.h2.jdbc.JdbcSQLException: Error creando ó inicializando trigger 
NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at org.nuxeo.ecm.core.storage.sql.Mapper.createDatabase(Mapper.java:297)
        at 
org.nuxeo.ecm.core.storage.sql.RepositoryImpl.getConnection(RepositoryImpl.java:136)

[...]

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.h2.jdbc.JdbcSQLException. message: Error creando ó inicializando trigger 
NXFT_FULLTEXT objeto, clase 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, causa: 
java.sql.SQLException: Error while indexing document; vea la causa raiz para 
mas detalle
Error creating or initializing trigger NXFT_FULLTEXT object, class 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger, cause: 
java.sql.SQLException: Error while indexing document; see root cause for 
details; SQL statement:
CALL NXFT_CREATE_INDEX('PUBLIC', 'FULLTEXT', ('SIMPLETEXT', 'BINARYTEXT'), 
'org.apache.lucene.analysis.standard.StandardAnalyzer') [90043-111]
        at org.h2.message.Message.getSQLException(Message.java:107)
        at org.h2.schema.TriggerObject.load(TriggerObject.java:67)

[...]

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
java.sql.SQLException. message: Error while indexing document
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.convertException(H2Fulltext.java:382)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.getIndexWriter(H2Fulltext.java:358)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.access$100(H2Fulltext.java:54)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext$Trigger.init(H2Fulltext.java:549)
        at org.h2.schema.TriggerObject.load(TriggerObject.java:65)
        ... 205 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.apache.lucene.store.LockObtainFailedException. message: Lock obtain timed 
out: 
simplefsl...@c:\NuxeoEP5\NuxeoServer\server\default\data\h2\nuxeo.lucene\write.lock
        at org.apache.lucene.store.Lock.obtain(Lock.java:85)
        at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:692)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:453)
        at 
org.nuxeo.ecm.core.storage.sql.db.H2Fulltext.getIndexWriter(H2Fulltext.java:355)
        ... 208 more
2009-09-04 12:09:43,812 ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing 
exception
javax.el.ELException: org.nuxeo.ecm.core.api.ClientException: Error opening 
session for repository default
        at 
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:333)
        at 
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:274)

----------------------------------------------------------------------------------------------------------------------------------------------

Thank and pardon for the extension of the log
--
Posted by "Laura" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2812#8242>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to