Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 620 Views
  • 0 replies
  • 0 kudos

Resolved! Remove MyActivities Dashlet

Hi,i need to disable MyActivities dashlet from Dashboard of all users.How i can do this? Thanks.

Lvit by Champ in-the-making
  • 3780 Views
  • 2 replies
  • 1 kudos

Alfresco error : Server error (062645497)

Hello,we have a standard setup of Alfresco in two machines, one as application server and one as NAS server for data,Now, when we try accessing any published website, we receive the following error:Server error (062646715). Details can be found in th...

lotfi213dz by Champ on-the-rise
  • 8952 Views
  • 11 replies
  • 7 kudos

Resolved! Breadcrumb Mode

Hi !I have a problem with the breadcrumb-mode in Alfresco 5.2 and Alfresco 6.2.When I search for a file with the advanced search and then click on the file founded, the breadcrumb path begins within the repository.For example, my file is in the space...

JDeAz by Champ in-the-making
  • 5090 Views
  • 4 replies
  • 2 kudos

java.net.SocketTimeoutException: Read timed out

Hello, in some cases I get the following error (alfresco.log). Don't you know what is causing it and it is possible to increase some timeout? There is no error in solr log.2021-07-28 12:52:44,399 ERROR [org.springframework.extensions.webscripts.Abstr...

mirak by Champ on-the-rise
  • 6639 Views
  • 3 replies
  • 0 kudos

Alfresco share connection with SQL

Hello,My lab where I work has an alfresco and I can log in from the lab PC with my lab credentials to the alfresco share. I can see the dashboard.If I install a MySQL or PostgreSQL server on the same computer, can I connect it with my alfresco dashbo...

kazmi5 by Champ in-the-making
  • 2113 Views
  • 1 replies
  • 0 kudos

Error retrieving data from post request

You need to create a new folder. An error occurs when extracting parameters from the post request.public class WebScriptPost extends DeclarativeWebScript{ @Autowired private NodeService nodeService; @Autowired private Repository repos...

Resolved! Some user dashboards not shown

Hi All,We have the issue that when some users login to alfresco their dashboard is missing (It worked previously and stopped one day only for some). Showing the following error:I see the dashboard.xml files are here /app:company_home/st:sites/cm:surf...

lngtai001 by Champ on-the-rise
  • 14028 Views
  • 10 replies
  • 1 kudos

Migrate from 4.2 to 5.2 issues

Hello everyone!I finally managed to upgrade from 4.2 to 5.2 Alfresco Community, and now I see all the sites working. However, seems like something is different, and one of function does not work properly. We are using Alvex on Alfresco 4.2, but I'm n...

Sgw32 by Champ in-the-making
  • 2937 Views
  • 1 replies
  • 1 kudos

REST API and curl to add a user to a site

Hi everyone, so trying to programatically add a user to a site and failing currently. Saw some examples of using the REST API and trying to post with curl. I get no response back from the command. If I change the URL in the command I get a 404 back t...

wssupport by Champ in-the-making
  • 11952 Views
  • 10 replies
  • 1 kudos

ADF With APS

I am using adf with aps.I have configured only APS url and provider is "BPM".In normal case it is working fine but some time,on login it is calling alfresco api instead of APS.Anyone have faced this type of issue?@eugenio_romano 

sp2 by Elite Collaborator
  • 2461 Views
  • 0 replies
  • 0 kudos

Create a site through java API

Trying to create a site through the SiteService, it is never complete because when I go in share, the document library is not visible, so I would know all java operation to get a complete navigable site as for the creation of the site through share. ...

Alfresco-search-services:Errors and warns in solr.log

Hello,              I installed alfresco-search-services(solr6) and alfresco-content-services(v6.0 enterprise) in different machines without ssl enabled and i'm able to search the documents, it is working. But there are some errors and warns in <extr...

ajay_k by Champ on-the-rise
  • 9343 Views
  • 3 replies
  • 0 kudos

Resolved! getRuleService deprecated?

Hi, I would use the RuleService through java API. Once it was taken from the Service Registry through the method: serviceRegistry.getRuleService() but I see now it is deprecated. What is the current solution to use it?