See
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/48/>
------------------------------------------
[...truncated 695 lines...]
[exec] .login(self.cred_member[0], self.cred_member[1]))
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/pages.py",>
line 110, in login
[exec] 'Login failed for %s:%s' % (user, password))
[exec] AssertionError: Login failed for user13:test
[exec]
[exec]
----------------------------------------------------------------------
[exec] Ran 1 test in 0.020s
[exec]
[exec] FAILED (failures=1)
[exec] Result: 1
[echo] Handling list element: test_webengine.py
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
fl-run-suite:
[echo] Suite: test_webengine.py
[echo] Running: fl-run-test -v --simple-fetch test_webengine.py -u
http://localhost:8080/nuxeo --no-color
[exec] test_testWebengine (test_webengine.Webengine) ...
[exec] FAIL
[exec]
[exec]
======================================================================
[exec] FAIL: test_testWebengine (test_webengine.Webengine)
[exec]
----------------------------------------------------------------------
[exec] Traceback (most recent call last):
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 946, in __call__
[exec] testMethod()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_webengine.py",>
line 40, in test_testWebengine
[exec] .login(*self.cred_admin)
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/webenginepage.py",>
line 53, in login
[exec] 'Login failed for %s:%s' % (user, password))
[exec] AssertionError: Login failed for Administrator:Administrator
[exec]
[exec]
----------------------------------------------------------------------
[exec] Ran 1 test in 2.046s
[exec]
[exec] FAILED (failures=1)
[exec] Result: 1
[echo] Handling list element: test_dav.py
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
fl-run-suite:
[echo] Suite: test_dav.py
[echo] Running: fl-run-test -v --simple-fetch test_dav.py -u
http://localhost:8080/nuxeo --no-color
[exec] testDav (test_dav.Dav) ... FAIL
[exec] testLocks (test_dav.Dav) ... FAIL
[exec] testUserAgents (test_dav.Dav) ...
[exec] ok
[exec] testWriter (test_dav.Dav) ... FAIL
[exec]
[exec]
======================================================================
[exec] FAIL: testDav (test_dav.Dav)
[exec]
----------------------------------------------------------------------
[exec] Traceback (most recent call last):
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 946, in __call__
[exec] testMethod()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 62, in testDav
[exec] self.initWorkspace()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 55, in initWorkspace
[exec] root_uid = r.getRootWorkspaceUid()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 67, in getRootWorkspaceUid
[exec] for item in self.browse():
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 61, in browse
[exec] description='REST browse ' + uid)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 391, in get
[exec] method="get", load_auto_links=load_auto_links)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 299, in _browse
[exec] response = self._connect(url, params, ok_codes, method,
description)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 216, in _connect
[exec] raise self.failureException, str(value.response)
[exec] AssertionError: /nuxeo/restAPI/default/*/browse
[exec] HTTP Response 401: Unauthorized
[exec]
[exec]
======================================================================
[exec] FAIL: testLocks (test_dav.Dav)
[exec]
----------------------------------------------------------------------
[exec] Traceback (most recent call last):
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 946, in __call__
[exec] testMethod()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 149, in testLocks
[exec] self.initWorkspace()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 55, in initWorkspace
[exec] root_uid = r.getRootWorkspaceUid()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 67, in getRootWorkspaceUid
[exec] for item in self.browse():
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 61, in browse
[exec] description='REST browse ' + uid)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 391, in get
[exec] method="get", load_auto_links=load_auto_links)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 299, in _browse
[exec] response = self._connect(url, params, ok_codes, method,
description)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 216, in _connect
[exec] raise self.failureException, str(value.response)
[exec] AssertionError: /nuxeo/restAPI/default/*/browse
[exec] HTTP Response 401: Unauthorized
[exec]
[exec]
======================================================================
[exec] FAIL: testWriter (test_dav.Dav)
[exec]
----------------------------------------------------------------------
[exec] Traceback (most recent call last):
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 946, in __call__
[exec] testMethod()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 108, in testWriter
[exec] self.initWorkspace()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/test_dav.py",>
line 55, in initWorkspace
[exec] root_uid = r.getRootWorkspaceUid()
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 67, in getRootWorkspaceUid
[exec] for item in self.browse():
[exec] File
"<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",>
line 61, in browse
[exec] description='REST browse ' + uid)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 391, in get
[exec] method="get", load_auto_links=load_auto_links)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 299, in _browse
[exec] response = self._connect(url, params, ok_codes, method,
description)
[exec] File
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
line 216, in _connect
[exec] raise self.failureException, str(value.response)
[exec] AssertionError: /nuxeo/restAPI/default/*/browse
[exec] HTTP Response 401: Unauthorized
[exec]
[exec]
----------------------------------------------------------------------
[exec] Ran 4 tests in 0.317s
[exec]
[exec] FAILED (failures=3)
[exec] Result: 1
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
funkload-ctl-daemons:
[exec] Server http://localhost:55502/ is stopped.
[exec] Server http://localhost:55501/ is stopped.
BUILD FAILED
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/nuxeo-ftest.xml>:442:
Tests in error: test_rest.py:testWriter, test_rest.py:testReader,
test_pages.py, test_nuxeo.py:testInit, test_nuxeo.py:testWriter,
test_nuxeo.py:testReader, test_webengine.py, test_dav.py
Total time: 13 seconds
[ERROR] Error occured while running
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/itests.xml>:
Tests in error: test_rest.py:testWriter, test_rest.py:testReader,
test_pages.py, test_nuxeo.py:testInit, test_nuxeo.py:testWriter,
test_nuxeo.py:testReader, test_webengine.py, test_dav.py
[INFO] [nuxeo-distribution-tools:build {execution: stop-nuxeo}]
Activating profile: tomcat
Activating profile: mysql
Activating profile: qa
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
_init:
[echo] Using NX_MYSQL_DB_HOST fallback for undefined NX_DB_HOST
[echo] Using NX_MYSQL_DB_PORT fallback for undefined NX_DB_PORT
[echo] Using NX_MYSQL_DB_NAME fallback for undefined NX_DB_NAME
[echo] Using NX_MYSQL_DB_ADMINNAME fallback for undefined NX_DB_ADMINNAME
[echo] Using NX_MYSQL_DB_ADMINUSER fallback for undefined NX_DB_ADMINUSER
[echo] Using NX_MYSQL_DB_ADMINPASS fallback for undefined NX_DB_ADMINPASS
stop-unix:
[exec] Launcher command: /usr/lib/jvm/java-6-sun/jre/bin/java
-Dlauncher.java.opts=-server -Xms512m -Xmx1024m -XX:MaxPermSize=512m
-Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
-Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
-Dnuxeo.home=<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat>
-Dnuxeo.conf=<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/bin/nuxeo.conf>
-Dnuxeo.log.dir=<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/log>
-jar
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/bin/nuxeo-laun
cher.jar> stop
[exec] Nuxeo home:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat>
[exec] Nuxeo configuration:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/bin/nuxeo.conf>
[exec] Include template:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/templates/common>
[exec] Include template:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/templates/default>
[exec] Include template:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target/tomcat/templates/mysql>
[exec] Stopping server.....
[exec] Server stopped.
stop-windows:
stop:
_init:
cleanup-environment:
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
_init:
cleanup-db:
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
_init:
setup-mysql-driver:
cleanup-mysql:
[unzip] Expanding:
/home/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7/nuxeo-ftest-1.7.zip into
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/ws/nuxeo-distribution-dm/ftest/funkload/target>
_init:
mysql-dbdrop:
[sql] Executing commands
[sql] 3 of 3 SQL statements executed successfully
BUILD SUCCESSFUL
Total time: 6 seconds
[INFO] [nuxeo-distribution-tools:verify {execution: run-tests}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are some test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 42 seconds
[INFO] Finished at: Tue Dec 13 10:06:33 CET 2011
[INFO] Final Memory: 41M/649M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Checking ^\d{4}-\d{2}-\d{2}.*ERROR.*
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.5-funkload-multidb/./Slave=MULTIDB_LINUX,dbprofile=mysql/48/artifact/nuxeo-distribution-dm/ftest/funkload/target/tomcat/log/server.log>:
2011-12-13 10:05:36,749 ERROR
[org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component notification of
application started failed.
2011-12-13 10:05:57,929 ERROR
[org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component notification of
application started failed.
2011-12-13 10:05:58,870 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event default on listener auditLoggerListener
2011-12-13 10:05:59,190 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event default on listener auditLoggerListener
2011-12-13 10:05:59,238 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,249 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,265 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,279 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,289 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,300 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:05:59,311 ERROR
[org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Error during
Notification processing for event documentCreated
2011-12-13 10:06:15,944 ERROR
[org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Can't find
anonymous User id
2011-12-13 10:06:15,947 ERROR
[org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler]
javax.servlet.ServletException: Can't find anonymous user id
2011-12-13 10:06:15,948 ERROR [nuxeo-error-log] javax.servlet.ServletException:
Can't find anonymous user id
2011-12-13 10:06:16,002 ERROR [nuxeo-error-log]
2011-12-13 10:06:18,735 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:18,796 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:19,913 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:19,936 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:19,940 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:19,977 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:19,986 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:19,997 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:19,999 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,029 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,035 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:20,053 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,064 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:20,076 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,088 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:20,094 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,098 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:20,112 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:20,749 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:20,772 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:21,346 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:21,364 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:21,926 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:21,942 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:24,591 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:24,608 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:25,211 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:25,220 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:25,224 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:25,244 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
2011-12-13 10:06:25,518 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule]
org.nuxeo.ecm.directory.DirectoryException: no directory registered with name
'userDirectory'
2011-12-13 10:06:25,539 ERROR
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async
event null on listener auditLoggerListener
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa