Alfresco App server startup logs stuck at certain point

cancel
Showing results for 
Search instead for 
Did you mean: 
g_rathod
Active Member II

Alfresco App server startup logs stuck at certain point

Team,

We are using alfresco on AWS instance, where we have alfresco / share / solr used as services all 3 different.

previously when we start all 3 services logs going ahead properly and showing proper INFO messages, 

once we had space issue on AWS node, it stops,  now we added more 20gb, but even after alfresco restart logs are not 

going ahead after this lines.

Strange thing is if we wait for more time,  and hit LB url server is running.  Not sure why logs and INFO statements are not showing up here till fully started.

FYI  :: we havn't changed anything under log4j.properties or anything.  This is just server restart.

18:12:30,392 INFO [org.alfresco.repo.admin] Using database URL 'jdbcSmiley Tongueostgresql://tf-xxxxxxx.rds.amazonaws.com/CommonLargeAlfresco?useUnicode=yes&characterEncoding=UTF-8' with user 'alfresco'.
18:12:30,654 INFO [org.alfresco.repo.admin] Connected to database PostgreSQL version 9.3.5
18:12:38,265 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes

2 Replies
yogeshpj
Established Member

Re: Alfresco App server startup logs stuck at certain point

Basically, after connecting to database it checks for schema update and after that it is initializing the job executor.

Not sure but I am just doubting that probably you have some jobs and it is triggering it and it is stopping there.

Can you please look at your custom jobs if any ? and also look at your custom modules if any ?

g_rathod
Active Member II

Re: Alfresco App server startup logs stuck at certain point

Thanks Yogesh,

We resolved it, somewhere it is stuck due to permission, we recursively set it and it works