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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1880 Views
  • 1 replies
  • 0 kudos

Sync Prod to Test Alfresco instance

Hi,I'm a complete Alfresco noob.We have two Alfresco instances - one Prod and one Test running 5.2.0.I've been told that the Test Alfresco does not have the same stuff as the Prod Alfresco.I don't know anything about Alfresco but is there an easy pro...

th15 by Champ in-the-making
  • 4613 Views
  • 3 replies
  • 1 kudos

Resolved! Problem with Alfresco's FTPes

Hello,I'm trying to set up secure FTP (FTPes). Unfortunately, the server is not responding. I see 0 logs - even after swtiching o.a.ftp.server, o.a.f.protocol, o.a.f.auth.ftp  to TRACE. What can be wrong?To make no mistakes I followed step by step wi...

image image
upforsin by Star Collaborator
  • 7093 Views
  • 5 replies
  • 0 kudos

uninstall plugin and reinstall plugin

Hello everyone!For migrate a version 4.2 of alfresco to 5.2 (firstly ... the final goal is the migration to version 7.0) i wan't to uninstall wcqm quick start because he create an error in 5.2 version :At a visit to site, alfresco don't found a tag a...

serakoc by Champ on-the-rise
  • 3063 Views
  • 1 replies
  • 0 kudos

Activiti 7 Core depend on Java JDK 8 or Java JDK 11?

build.gradle:classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.8.RELEASE")compile("org.activiti:activiti-spring-boot-starter:7.0.0.GA")errorrg.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate compon...

rikouki by Champ in-the-making
  • 7514 Views
  • 1 replies
  • 0 kudos

Random errors when connecting users to Alfresco (4.2.6).

Hello,I have random errors when connecting users to Alfresco (4.2.6).WARN [web.client.RestTemplate] [http-apr-7011-exec-3] POST request for "http://XXXXXXX:XXX/alfresco/service/api/login" resulted in 403 (Interdit); invoking error handlerDEBUG [authe...

SL-76130 by Champ in-the-making
  • 3514 Views
  • 2 replies
  • 0 kudos

Resolved! Cannot resolve view in module servlet in ACS.

I have a module that is supposed to display a custom freemarker template.  For testing purposes,  the method is just this simple: public String start() { return "asdf"; }And I am getting this error:javax.servlet.ServletException: Could...

mangar by Star Contributor
  • 11959 Views
  • 10 replies
  • 0 kudos

images can‘t preview

error message like this:Transformer exit code was not 0: convert: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/572. convert: no images defined `/tmp/Alfresco/target_8636022000770288804_VCG21gic6354592.jpg' @ error/co...

image image
bphoenix by Champ in-the-making
  • 2930 Views
  • 1 replies
  • 0 kudos

Template model

Hello,I would like to create a document based on a form.I found this link where the process I want to perform is the same https://wiki.docprocessor.com/integration/alfrescoHowever, I can't create a file based on a template and the information I want ...

badroum by Champ in-the-making
  • 2939 Views
  • 1 replies
  • 1 kudos

Sorting query by node path

Is it possible to sort search results by the node path?I know there are multivalued attributes such as PATH, which would contain what I want, but it is not possible to sort by those in SOLR.

quasaray by Champ in-the-making
  • 2278 Views
  • 0 replies
  • 0 kudos

Building A Custom WebApp Basesd on Alfresco

hello, i'm feussi.i am a year 3 student from ICT4D , departement of computer sciences of the faculty of sciences, university of Yaounde 1 , Cameroon.We are currently preparing our end of year project which requires us to built an archive web app for ...

feussi by Champ in-the-making
  • 3022 Views
  • 1 replies
  • 0 kudos

Alfresco integration tests coverage

Hi everyone,we are developing an application based on Alfresco Content Service using Alfresco SDK (4.2). Can we use jacoco to obtain a report related to the integration tests coverage?We included the jacoco maven plugin using integration-test goals (...

ilseva by Confirmed Champ
  • 2064 Views
  • 0 replies
  • 0 kudos

Indexing content only working if file uploaded in share

When I upload a file I expect that the content is indexed and I can search the content. This works fine if I upload the file from within Alfresco Share.When I use CMIS, webdav or Bulk filesystem import tool, only the metadata gets indexed but not the...

fabtrie by Champ in-the-making
  • 9220 Views
  • 5 replies
  • 0 kudos

Custom Report not working for a certain Site

I have installed document upload status report on my alfresco community 6.0 running on docker which shows who uploaded the document, this report is working fine for all the sites except the one. Is something overwrite? or how do I solved this issue?

ahmedmajid by Champ in-the-making
  • 7440 Views
  • 4 replies
  • 0 kudos

Deleting workflow instances failed

Hi,I am using activiti to create workflows and I try to delete some workflow instances that cause NullPointerException by using the API.It seems the problem why the instances throw an exception is, because they are used in an old workflow deployment,...

Rodmar by Champ in-the-making
  • 2190 Views
  • 0 replies
  • 0 kudos

No applicationContext is set in saml authenticator.

Hi.I get the following stacktrace: java.lang.IllegalStateException: Application Context must be set programatically for Authenticator.at org.springframework.extensions.webscripts.connector.AbstractAuthenticator.getConnectorService(AbstractAuthenticat...

wybrand by Champ in-the-making
  • 2104 Views
  • 0 replies
  • 0 kudos

Alfresco, CMIS Query.

Hi All,One of the  Scenario I am using CMIS query to retrive document immediately after uploading the documents into repository.(this query based on some custom properties).Too many CMIS calls are causing any performance impact or not any one suggest...