I have found catalina.out His path is /var/log/alfresco/catalina.out
I have found catalina.out and alfresco.log.
Their paths are
tail -n500 -f /var/log/alfresco/catalina.out
tail -n500 -f /var/log/alfresco/alfresco.log
I have found catalina.out and alfresco.log files
Their paths are
tail -n500 -f /var/log/alfresco/catalina.out
tail -n500 -f /var/log/alfresco/alfresco.log
But i can't upload them wholly .There is 20000 characters restriction on this forum.
[root@localhost admin]# tail -n500 -f /var/log/alfresco/alfresco.log
at org.alfresco.repo.activities.feed.AbstractUserNotifier.notifyUser(AbstractUserNotifier.java:228)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.processInternal(FeedNotifierImpl.java:393)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.access$2(FeedNotifierImpl.java:388)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:379)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:1)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:375)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:1)
at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:126)
at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:95)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:370)
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:1)
at org.alfresco.repo.batch.BatchProcessor$TxnCallback.execute(BatchProcessor.java:723)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)
at org.alfresco.repo.batch.BatchProcessor$TxnCallback.run(BatchProcessor.java:767)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[root@localhost admin]# tail -n500 -f /var/log/alfresco/catalina.out
at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotfierImpl.java:1)
at org.alfresco.repo.batch.BatchProcessor$TxnCallback.execute(BatchProcssor.java:723)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransacton(RetryingTransactionHelper.java:450)
at org.alfresco.repo.batch.BatchProcessor$TxnCallback.run(BatchProcesso.java:767)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2021-07-10 03:00:00,106 INFO [schema.script.ScriptExecutorImpl] [DefaultSchedler_Worker-7] Executing database script /var/opt/alfresco/tomcat/temp/Alfresco/lfrescoSchema-PostgreSQLDialect-Update-13511465010593478147.sql (Copied from alresco/dbscripts/utility/org.alfresco.repo.domain.dialect.PostgreSQLDialect/CleaAlfPropTablesV2.sql).
2021-07-11 00:00:00,384 ERROR [action.executer.MailActionExecuter] [FeedNotifir1] Failed to send email to test@mail.ru : org.springframework.mail.MailSndException: Mail server connection failed; nested exception is com.sun.mail.utl.MailConnectException: Couldn't connect to host, port: smtp.example.com, 25; tmeout -1; nested exception is: java.net.UnknownHostException: smtp.example.com Failed messages: com.sun.mail.util.MailConnectException: Couldn't connect to hst, port: smtp.example.com, 25; timeout -1; nested exception is: java.ne.UnknownHostException: smtp.example.com; message exceptions (1) are:Failed messge 1: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: stp.example.com, 25; timeout -1; nested exception is: java.net.UnknownHostExcption: smtp.example.com
2021-07-11 00:00:00,386 WARN [activities.feed.FeedNotifier] [FeedNotifier1] FedNotifier: Failed to process entry "Person ".
org.alfresco.error.AlfrescoRuntimeException: 06110313 Failed to send email to:test@mail.ru
at org.alfresco.repo.action.executer.MailActionExecuter.sendEmail(MailAtionExecuter.java:1080)
at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MaiActionExecuter.java:524)
at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.executeActionExecuterAbstractBase.java:273)
You don't need to share the full log file. Stop your Alfresco instance. Start it. Share with us this part of the log. You should have error(s) when it is starting up.
If you cannot share it here, please upload it in an external service such like gdrive, Dropbox, etc...
tail -n500 -f /var/log/alfresco/alfresco.log
Please remove "-n500" and share with us the complete log for your starting up (stop your alfresco and start it).
Why I am suggesting this? Because I can see a partial error at the beggining. We need the full starting up log.
E.g.: if you stop at 11.30 and start up at that hour, please start both logs files at 11.30 till the end.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.