cancel
Showing results for 
Search instead for 
Did you mean: 

AbstractFeedGenerator problem

dpdiamante
Champ in-the-making
Champ in-the-making
I have just updated Alfresco 3C to 3Stable and everything  (including restoring the repository and database) went smoothly.  There is just one minor problem.  Alfresco keeps on saying that the AbstractFeedGenerator is still busy every 30 seconds.  Though Alfresco still works while this is going on, I'm just worried that it will slowly increase the size of the alfresco log file.  I studied the code and found out that the class AbstractFeedGenerator is dependent on some configuration file.  I configured my server to use port 8082 and I think this is the reason why AbstractFeedGenerator is always 'busy'.

The Alfresco server that I updated is not yet our production server but I'm planning to upgrade our production server and I need to solve this problem.  Can anyone help me?
2 REPLIES 2

dpdiamante
Champ in-the-making
Champ in-the-making
As I have specified, this problem is related to the Alfresco configuration files.  These are the additional files you need to configure when changing the port to use of Alfresco to 8082.  Just replace any port configuration of the following files to 8082.

   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/administration-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/dictionary-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/content-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/authoring-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/access-control-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/action-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/authentication-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/repository-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/alfresco/wsdl/classification-service.wsdl
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/urlrewrite.xml
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/classes/alfresco/pagerenderer-config.xml (does not exist in Alfresco 3Stable anymore)
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/classes/alfresco/webscript-framework-config-test.xml
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/classes/alfresco/webscript-framework-config.xml
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/classes/alfresco/web-framework-config-remote.xml
   - <Alfresco_Home>/tomcat/webapps/share/WEB-INF/classes/alfresco/webscripts/org/alfresco/indexall.get.mediawiki.ftl

Overwrite the value of repo.remote.endpoint.url in repository.properties to the correct url.

The problem was related to the value of repo.remote.endpoint.url in repository.properties.  You just need to replace the port number to the correct one.

compaqnx7300
Champ in-the-making
Champ in-the-making
I have set these variables correctly and problem still exists Smiley Sad

# Repository endpoint - used by Activity Service
repo.remote.url=http://localhost:8080/one
repo.remote.endpoint=/service