cancel
Showing results for 
Search instead for 
Did you mean: 

30 secs looped log: 'NullPointerException during [SOLVED]

othlen
Champ in-the-making
Champ in-the-making
Hi everyone,

in the log of my alfresco linux installation every thirty seconds alfresco wrote:


14:07:40,971  ERROR [feed.local.LocalFeedGridJob] java.lang.NullPointerException
14:07:40,971  ERROR [activities.feed.AbstractFeedGenerator] Exception during generation of feeds
java.lang.Exception
        at org.alfresco.repo.activities.feed.local.LocalFeedGridJob.execute(LocalFeedGridJob.java:58)
        at org.alfresco.repo.activities.feed.local.LocalFeedGenerator.generate(LocalFeedGenerator.java:96)
        at org.alfresco.repo.activities.feed.AbstractFeedGenerator.execute(AbstractFeedGenerator.java:137)
        at org.alfresco.repo.activities.feed.FeedGeneratorJob.execute(FeedGeneratorJob.java:50)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)

in the windows clone of this alfresco instance it not appares.
Someone have some suggest?
1 REPLY 1

othlen
Champ in-the-making
Champ in-the-making
SOLVED

We had old entries in ALF_ACTIVITY_POST table of Database in inconsistence status.

After deleting them the log's line disappeared.