Expand my Community achievements bar.

Unable to import other blogs by using feeds

Avatar

Level 2

I am trying to import blogs (external/internal) into my current blogs page using rss feeds. But I am getting the following error and the import is not successful.

18.05.2015 17:01:21.753 *INFO* [pool-9-thread-3] com.day.cq.polling.importer.impl.PollingImporterImpl importData: Importing data from rss:http://science.kqed.org/quest/feed/ to /content/geometrixx/en/community/blog as admin by com.adobe.cq.social.blog.impl.importer.FeedImporter@6aa2b4
18.05.2015 17:01:21.753 *ERROR* [pool-9-thread-3] org.apache.sling.commons.scheduler.impl.QuartzScheduler Exception during job execution of com.day.cq.polling.importer.impl.PollingImporterImpl$1@1a8bc31 : com.adobe.cq.social.blog.impl.importer.FeedImporter.importData(Ljava/lang/String;Ljava/lang/String;Lorg/apache/sling/api/resource/Resource;Ljava/lang/String;Ljava/lang/String;)V
java.lang.AbstractMethodError: com.adobe.cq.social.blog.impl.importer.FeedImporter.importData(Ljava/lang/String;Ljava/lang/String;Lorg/apache/sling/api/resource/Resource;Ljava/lang/String;Ljava/lang/String;)V
    at com.day.cq.polling.importer.impl.PollingImporterImpl.importData(PollingImporterImpl.java:376)
    at com.day.cq.polling.importer.impl.PollingImporterImpl.access$000(PollingImporterImpl.java:66)
    at com.day.cq.polling.importer.impl.PollingImporterImpl$1.run(PollingImporterImpl.java:289)
    at org.apache.sling.commons.scheduler.impl.QuartzJobExecutor.execute(QuartzJobExecutor.java:105)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
18.05.2015 17:01:39.675 *INFO* [pool-5-thread-1] com.day.cq.polling.importer.impl.PollingImporterImpl removeResource: Unregistering PollConfig PollConfig(/etc/importers/polling/3_1431932967134): scheme=rss,source=http://science.kqed.org/quest/feed/,target=/content/geometrixx/en/community/blog,interval=300s,enabl...{a5afa76aa67941acf271b3b9cb83ccc2e825b6ad6786ff90cfe8ce894a15000d}
18.05.2015 17:01:39.691 *INFO* [pool-5-thread-1] com.day.cq.cq-polling-importer Service [PollConfig(/etc/importers/polling/3_1431932967134): scheme=rss,source=http://science.kqed.org/quest/feed/,target=/content/geometrixx/en/community/blog,interval=300s,enabl...{a5afa76aa67941acf271b3b9cb83ccc2e825b6ad6786ff90cfe8ce894a15000d},4997] ServiceEvent UNREGISTERING
18.05.2015 17:01:39.691 *INFO* [pool-5-thread-1] com.day.cq.polling.importer.impl.PollingImporterImpl addResource: Registering PollConfig PollConfig(/etc/importers/polling/3_1431932967134): scheme=rss,source=http://science.kqed.org/quest/feed/,target=/content/geometrixx/en/community/blog,interval=310s,enabl...{a5afa76aa67941acf271b3b9cb83ccc2e825b6ad6786ff90cfe8ce894a15000d}
18.05.2015 17:01:39.691 *INFO* [pool-5-thread-1] com.day.cq.cq-polling-importer Service [PollConfig(/etc/importers/polling/3_1431932967134): scheme=rss,source=http://science.kqed.org/quest/feed/,target=/content/geometrixx/en/community/blog,interval=310s,enabl...{a5afa76aa67941acf271b3b9cb83ccc2e825b6ad6786ff90cfe8ce894a15000d},5173] ServiceEvent REGISTERED

In the forum post "Polling config / scheduler stopped importing" (http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...) it is mentioned to restart the scheduler bundle to fix this issue. I restarted but this didn't fix my problem. In one of the replies its mentioned to set the log level to DEBUG for "org.apache.sling.commons.scheduler". But I couldn't find the place where this can be configured.

Any suggestions/pointers to resolve this issue would be greatly appreciated.

Thanks in advance

0 Replies