cancel
Showing results for 
Search instead for 
Did you mean: 

Site are not loading up in my site dashlet

srik
Champ in-the-making
Champ in-the-making
Hi Team,


I am not able to see the list of my sites in my site dashlet and the create site link also is disappeared.

Please find the screen shot attached .

And also i dont see any error in logs.

Thanks
srikanth S
5 REPLIES 5

jpotts
World-Class Innovator
World-Class Innovator
How strange. Have you cleared your browser's cache? Are there any other dashlets that are failing? Have you or your team made any customizations to the Alfresco Share interface? Have you tried removing the My Sites dashlet from your user dashboard and adding it back?

What happens when you hit this URL:
http://localhost:8080/share/proxy/alfresco/api/people/tuser1/sites?roles=user&size=100

Jeff

srik
Champ in-the-making
Champ in-the-making
Hi Jeff,

We have not made any customizations in the share interface nor removed and added the dashlets. All the other dashlets load's up properly .
when I try to it the URL which you have given:  https://ecom-athena-sit.rrd.com/share/proxy/alfresco/api/people/admin/sites?roles


I get the json response :
[
{
   "url": "\/alfresco\/wcs\/api\/sites\/swsdp",
   "sitePreset": "site-dashboard",
   "shortName": "swsdp",
   "title": "Sample: Web Site Design Project",
   "description": "This is a Sample Alfresco Team site.",
   "node": "\/alfresco\/wcs\/api\/node\/workspace\/SpacesStore\/b4cff62a-664d-4d45-9302-98723eac1319",
   "tagScope": "\/alfresco\/wcs\/api\/tagscopes\/workspace\/SpacesStore\/b4cff62a-664d-4d45-9302-98723eac1319",
   "isPublic": true,
   "visibility": "PUBLIC"
}
      
]

Is this the expected behavior or are we doing something wrong ,we are using self signed SSL  certificates given by the client .Can you provide us any solution to over come this problem.

Thanks
Srikanth S

jpotts
World-Class Innovator
World-Class Innovator
That's the response I expect if the user that issued that URL only belongs to a single site. In this case the JSON indicates the sample site that ships with Alfresco.

You should see that site listed in the My Sites dashlet. If you don't there must be a problem somewhere. Can you check your log to see if there are any exceptions being thrown?

Jeff

srik
Champ in-the-making
Champ in-the-making
Hi Jeff,

I am able to see the all of  my sites in the json response by hitting the following url.

https://ecom-athena-uat.rrd.com/share/proxy/alfresco/api/people/admin/sites?roles

But the sites are not getting loaded up in my sites dashlets. still the problem persists.

Can you please give me some sort of solution to check this problem.

Thanks
Srikanth S

jpotts
World-Class Innovator
World-Class Innovator
Are there any error messages showing up in the Alfresco log? Are there any error messages in the browser's JavaScript console? Have you tried turning on Firebug or a similar tool to see if the requests being made from the browser back to the server are successful?

Jeff