Good day,
I am new to nuxeo, and I wanted to verify if the email function was working..
Im running Nuxeo  5.2 on ubuntu server 8.04 and the emails don't work...

After getting this error in the log, I did a search for the string 
"smtp.nosuchhost.nosuchdomain.com"  in $JBOSS_HOME but did not find anything..
Anybody have a clue about where to configure the mail service?


13:10:49,579 ERROR [NotificationEventListener] Failed to send notification 
email to '[email protected]': javax.mail.MessagingException: Unknown SMTP 
host: smtp.nosuchhost.nosuchdomain.com

Thanks
_
Maxime Alarie 
Spécialiste IT / IT Specialist
PROCESSIA SOLUTIONS
3131, boul. St-Martin Ouest, Suite 220
Laval (Québec) Canada   H7T 2Z5
Tél. : (450) 786-0400 X:262
Mobile: (514) 891-2398
www.processia.com


-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of [email protected]
Sent: Thursday, July 23, 2009 1:23 PM
To: [email protected]
Subject: [Ecm] Performance problems when login and search in Nuxeo 5.2

I'm having a performance problem in login and search.

I have the following enviroment: nuxeo 5.2, mysql 5.0, JCR

The login delay up to 3 minutes and as more documents are being added further 
delay. Also this only occurs for not administrators users, for administrators 
is not the problem.

The same goes for searches. I read a blog which specifies that it should take 
about 1 sec, in contrast to me as late as 2 minutes and adding more documents 
will delay further.

Tested in localhost (nuxeo and mysql)  it last a lot too, so it is not

In addition, when that cases occurs, it delay the whole system. For examplewhen 
someone does a search, it slows everything to every user at the point it is 
impossible to work.

So I wondered if this is a known problem. I have read that it is not 
recommended use MySQL as a database, but it is supported, and this is an very 
important issue.

I would like any suggestions about what to do and what is happening
Thank you very much, I hope your answer.

I have the logs in debug mode. It is not possible to attach files here, but I 
copy above some parts.

*Search:*

2009-07-23 11:59:51,062 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/search/search_results_simple.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Entering
 NuxeoRequestControler filter
2009-07-23 11:59:51,062 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/search/search_results_simple.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Existing
 NuxeoRequestControler filter : nothing to be done
2009-07-23 11:59:51,062 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> RESTORE_VIEW 1
2009-07-23 11:59:51,078 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [16ms] : 
Execution time for phase (including any PhaseListeners) -> APPLY_REQUEST_VALUES 
2
2009-07-23 11:59:51,078 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> PROCESS_VALIDATIONS 3
2009-07-23 11:59:51,078 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> UPDATE_MODEL_VALUES 4
2009-07-23 11:59:51,078 DEBUG [org.nuxeo.ecm.webapp.search.SearchActionsBean] 
Fire Event: searchPerformed
2009-07-23 11:59:51,093 DEBUG [org.nuxeo.ecm.webapp.search.SearchActionsBean] 
performing searchType: KEYWORDS
2009-07-23 11:59:51,093 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] Invalidating 
provider 'SIMPLE_SEARCH'
2009-07-23 11:59:51,093 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'SIMPLE_SEARCH'
2009-07-23 11:59:51,093 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Document WHERE ecm:fulltext LIKE 'Agata' AND         
ecm:mixinType != 'HiddenInNavigation' AND         ecm:isCheckedInVersion = 0 
AND         ecm:currentLifeCycleState != 'deleted'
2009-07-23 11:59:51,093 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
Initializing session for repository: default
2009-07-23 11:59:51,093 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] getConnection: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:59:51,093 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] addConnection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@5b83ef
2009-07-23 12:00:01,671 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] Saving persistence context
2009-07-23 12:00:01,671 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] End of save
2009-07-23 12:00:01,671 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closeConnections: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 12:00:01,671 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closing connection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@5b83ef
2009-07-23 12:00:01,671 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] cleanup: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 12:00:01,671 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [10593ms] : 
Execution time for phase (including any PhaseListeners) -> INVOKE_APPLICATION 5
2009-07-23 12:00:01,687 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/search/search_results_simple.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Entering
 NuxeoRequestControler filter
2009-07-23 12:00:01,687 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/search/search_results_simple.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Existing
 NuxeoRequestControler filter : nothing to be done
2009-07-23 12:00:01,687 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> RESTORE_VIEW 1
2009-07-23 12:00:01,687 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] Refreshing dirty 
provider SIMPLE_SEARCH (jsf phase='RENDER_RESPONSE 6')
2009-07-23 12:00:01,687 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
Initializing session for repository: default
2009-07-23 12:00:01,687 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] getConnection: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 12:00:01,687 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] addConnection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@1eea466
2009-07-23 12:00:10,875 DEBUG [org.jboss.cache.interceptors.TxInterceptor]  
local transaction exists - registering global tx if not present for 
Thread[http-0.0.0.0-8080-6,5,jboss]
2009-07-23 12:00:11,921 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] Saving persistence context
2009-07-23 12:00:11,921 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] End of save
2009-07-23 12:00:11,921 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closeConnections: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 12:00:11,921 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closing connection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@1eea466
2009-07-23 12:00:11,921 DEBUG [org.jboss.cache.interceptors.TxInterceptor] 
Running commit phase.  One phase? false
2009-07-23 12:00:11,921 DEBUG [org.jboss.cache.interceptors.TxInterceptor] 
Finished local commit/rollback method for GlobalTransaction:<null>:171
2009-07-23 12:00:11,921 DEBUG [org.jboss.cache.interceptors.TxInterceptor] 
Finished commit phase
2009-07-23 12:00:11,921 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] cleanup: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 12:00:11,937 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [10250ms] : 
Execution time for phase (including any PhaseListeners) -> RENDER_RESPONSE 6

*Login*

2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/nxstartup.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Entering
 NuxeoRequestControler filter
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/nxstartup.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Existing
 NuxeoRequestControler filter : nothing to be done
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
NXLoginModule initialized
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
createIdentity: test
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
getRoleSets
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Getting roles for user=test
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Found role=regular
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.core.event.tx.PostCommitSynchronousRunner] Starting sync 
executor from Thread 2945
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.core.event.tx.PostCommitSynchronousRunner] Start post commit 
sync execution in Thread 3158
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.core.event.tx.PostCommitSynchronousRunner] End of all post 
commit sync executions : 0ms
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.core.event.tx.PostCommitSynchronousRunner] Terminated sync 
executor from Thread 2945
2009-07-23 11:46:40,781 DEBUG 
[org.nuxeo.ecm.webengine.login.WebEngineSessionManager] Creating Stateful 
UserSession
2009-07-23 11:46:40,781 DEBUG [org.nuxeo.ecm.webengine.session.UserSession] 
Installing user session
2009-07-23 11:46:40,781 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> RESTORE_VIEW 1
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,796 DEBUG 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Async listener executed, 
commiting tx
2009-07-23 11:46:40,812 DEBUG 
[org.nuxeo.ecm.webapp.context.NavigationContextBean] <init> 
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
NXLoginModule initialized
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
UserIdentificationInfoCallback is not supported
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
createIdentity: test
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
getRoleSets
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Getting roles for user=test
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Found role=regular
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
URI: default
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
Add caller principal to the session context....
2009-07-23 11:46:40,859 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
Initializing session for repository: default
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] getConnection: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] addConnection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@956c77
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.webapp.delegate.DocumentManagerBusinessDelegate] Opened session 
for repository default
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] Saving persistence context
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] End of save
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closeConnections: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:46:40,859 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closing connection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@956c77
2009-07-23 11:46:40,875 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] cleanup: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:46:40,890 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [109ms] : 
Execution time for phase (including any PhaseListeners) -> RENDER_RESPONSE 6
2009-07-23 11:46:40,890 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/user_dashboard.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Entering
 NuxeoRequestControler filter
2009-07-23 11:46:40,890 DEBUG 
[org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter]
 
remote=127.0.0.1,principal=none,uri=/nuxeo/user_dashboard.faces,session=B05791F0B52F5A4B2E6FF89C6601AD35,thread=http-0.0.0.0-8080-6,info=Existing
 NuxeoRequestControler filter : nothing to be done
2009-07-23 11:46:40,890 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [0ms] : 
Execution time for phase (including any PhaseListeners) -> RESTORE_VIEW 1
2009-07-23 11:46:40,890 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] Initializing...
2009-07-23 11:46:40,890 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] Constructing a new, 
empty cache
2009-07-23 11:46:41,015 DEBUG 
[org.nuxeo.ecm.platform.userworkspace.api.UserWorkspaceManagerActions] 
Initializing user workspace manager actions bean
2009-07-23 11:46:41,031 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'USER_WORKSPACES'
2009-07-23 11:46:41,031 DEBUG [org.nuxeo.ecm.core.api.ejb.DocumentManagerBean] 
Initializing session for repository: default
2009-07-23 11:46:41,031 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] getConnection: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:46:41,031 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] addConnection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@349b4e
2009-07-23 11:46:47,843 DEBUG 
[org.nuxeo.ecm.webapp.querymodel.QueryModelActionsBean] (Re)building query 
model USER_WORKSPACES
2009-07-23 11:46:47,843 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Workspace WHERE ecm:mixinType !=         'HiddenInNavigation' AND 
ecm:currentLifeCycleState != 'deleted'         AND NOT ecm:path STARTSWITH 
'/tipem/templates' ORDER BY dc:title
2009-07-23 11:46:48,531 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'USER_SITES'
2009-07-23 11:46:55,343 DEBUG 
[org.nuxeo.ecm.webapp.querymodel.QueryModelActionsBean] (Re)building query 
model USER_SITES
2009-07-23 11:46:55,343 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Document WHERE ecm:mixinType =         'WebView' AND 
ecm:currentLifeCycleState != 'deleted'         AND webc:isWebContainer = 1      
   AND NOT ecm:path STARTSWITH '/tipem/templates' ORDER BY webc:name
2009-07-23 11:46:56,343 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'USER_DOCUMENTS'
2009-07-23 11:47:03,093 DEBUG 
[org.nuxeo.ecm.webapp.querymodel.QueryModelActionsBean] (Re)building query 
model USER_DOCUMENTS
2009-07-23 11:47:03,093 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Document WHERE dc:contributors = 'test' AND         ecm:mixinType 
!= 'Folderish' AND ecm:mixinType != 'HiddenInNavigation' AND 
ecm:isCheckedInVersion = 0 AND ecm:isProxy = 0         AND 
ecm:currentLifeCycleState != 'deleted' ORDER BY dc:modified DESC
2009-07-23 11:47:03,109 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'DOMAIN_DOCUMENTS'
2009-07-23 11:47:09,843 DEBUG 
[org.nuxeo.ecm.webapp.querymodel.QueryModelActionsBean] (Re)building query 
model DOMAIN_DOCUMENTS
2009-07-23 11:47:09,843 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Document WHERE ecm:path STARTSWITH '/tipem' AND         NOT 
ecm:path STARTSWITH '/tipem/templates' AND         ecm:mixinType != 'Folderish' 
AND ecm:mixinType != 'HiddenInNavigation'         AND ecm:isCheckedInVersion = 
0 AND ecm:isProxy = 0         AND ecm:currentLifeCycleState != 'deleted' ORDER 
BY dc:modified DESC
2009-07-23 11:47:09,921 DEBUG 
[org.nuxeo.ecm.webapp.pagination.ResultsProvidersCacheBean] (Re)building 
provider 'DOMAIN_PUBLISHED_DOCUMENTS'
2009-07-23 11:47:12,843 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 450000
2009-07-23 11:47:12,843 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] destroy: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@160ca0e
2009-07-23 11:47:12,843 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] cleanup: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@160ca0e
2009-07-23 11:47:16,671 DEBUG 
[org.nuxeo.ecm.webapp.querymodel.QueryModelActionsBean] (Re)building query 
model DOMAIN_PUBLISHED_DOCUMENTS
2009-07-23 11:47:16,671 DEBUG 
[org.nuxeo.ecm.core.search.api.client.querymodel.QueryModel] execute query: 
SELECT * FROM Document WHERE ecm:path STARTSWITH '/tipem' AND         
ecm:mixinType != 'Folderish' AND ecm:mixinType != 'HiddenInNavigation' AND 
ecm:isCheckedInVersion = 0 AND ecm:isProxy = 1 ORDER BY dc:modified DESC
2009-07-23 11:47:20,046 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] Saving persistence context
2009-07-23 11:47:20,046 DEBUG 
[org.nuxeo.ecm.core.storage.sql.PersistenceContext] End of save
2009-07-23 11:47:20,046 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closeConnections: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:47:20,046 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] closing connection: 
org.nuxeo.ecm.core.storage.sql.ra.connectioni...@349b4e
2009-07-23 11:47:20,062 DEBUG 
[org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl] cleanup: 
org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@1e640e6
2009-07-23 11:47:20,062 DEBUG 
[javax.enterprise.resource.webcontainer.jsf.timing]  [TIMING] - [39172ms] : 
Execution time for phase (including any PhaseListeners) -> RENDER_RESPONSE 6
--
Posted by "jisi" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2689#7666>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
_______________________________________________
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