07-09-2021 06:07 AM
Hello!When i install alfresco on server with ip address http://192.168.1.9/ using docker
And when i enter ip address of this server,enter login and password and then i can open alfresco content application
(see 1 and 2 picture)
But when i install alfresco using andisble on another server with ip address 192.168.1.152
and open it in browser-there is no alfresco content application.
(see picture 3)
07-12-2021 11:02 PM
I have found catalina.out His path is /var/log/alfresco/catalina.out
07-12-2021 11:23 PM
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
07-12-2021 11:28 PM
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.
07-12-2021 11:29 PM
07-13-2021 12:52 AM
[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)
07-13-2021 12:55 AM
[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)
07-13-2021 02:48 AM
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...
07-13-2021 03:27 AM
07-13-2021 05:12 AM
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.
07-13-2021 06:08 AM
Explore our Alfresco products with the links below. Use labels to filter content by product module.