cancel
Showing results for 
Search instead for 
Did you mean: 

Share admin generates error

jackburton
Champ in-the-making
Champ in-the-making
Hello everybody
I have a problem (?) with my Alfresco Share Community v4.0.0.
Recently, checking the log file of my Alfresco, I have noticed the following message:

2013-12-30 16:40:31,607  INFO  [webscripts.connector.RemoteClient] [http-8080-5] Error status 498 addons.alfresco.com
java.net.UnknownHostException: addons.alfresco.com
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:529)
        at java.net.Socket.connect(Socket.java:478)
        at java.net.Socket.<init>(Socket.java:375)
        at java.net.Socket.<init>(Socket.java:249)
        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
        at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
        at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
        at java.lang.Thread.run(Thread.java:662)
2013-12-30 16:40:31,617  INFO  [webscripts.connector.EndpointManager] [http-8080-5] Throttled call to: http://addons.alfresco.com/feeds/dashlet waiting for reconnect timeout on:

which is generated every time, and only, I reach "My Dashboard" as "admin" user with Share.
Anyway, I can log in Share as admin and the system seems work fine, I never noticed strange behaviour but I am worried because I have never seen before, or so I believe,this message.
I am quite sure this error never appeared before.
I noticed this error when I restarted Alfresco after copying the whole backup-lucene-indexes directory over the lucene-indexes, because of "ERROR [Lucene.index.IndexInfo] index is missing" error.

My Alfresco is installed on a CentOS 6.2 virtual system with two dual core CPU and four GB of RAM.
I did not find any tips on Internet so I need the help of alfresco community, thanks in advance.

Frankie.

2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
There is a dashlet in the global dashboard that pulls a feed from http://addons.alfresco.com. For some reason, yours seems to be timing out when making the request to pull the feed. You can remove the dashlet from your dashboard. It is for informational purposes only and will not affect the functionality of Alfresco.

Jeff

jackburton
Champ in-the-making
Champ in-the-making
Thank you very much Jeff. I am going to do what you suggested.