Site are not loading up in my site dashlet

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2014 05:31 AM
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
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
Labels:
- Labels:
-
Archive
alfresco11.png
41 KB
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2014 03:34 PM
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
What happens when you hit this URL:
http://localhost:8080/share/proxy/alfresco/api/people/tuser1/sites?roles=user&size=100
Jeff

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2014 12:50 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2014 06:16 PM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2014 08:18 AM
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
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
sites.png
34 KB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2014 09:30 AM
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
Jeff
