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
  • 1855 Views
  • 1 replies
  • 0 kudos

alfresco.log error - FileNotFoundException

Hello,We are using Alfresco Content Services 5.2.5 (installation using the .zip).When starting Alfresco, the following error is shown in the logs:java.io.FileNotFoundException: alfresco.log (Permission denied)I have tried to make sure all log4j setti...

liviu_ioan by Champ in-the-making
  • 6117 Views
  • 2 replies
  • 0 kudos

Write access to DB to create extra tables while using MySQL

I am using mysql and usually it does not allow to create extra table other than the activiti's 28 tables. I might need to add some extra line in application.properties or modify my read/write permission for my user. I dont know how to these, please h...

activiti_ by Champ in-the-making
  • 2767 Views
  • 0 replies
  • 0 kudos

I have to use an api from the API explorer. this is the one - http://localhost/alfresco/s/api/task-instances?authority=user2&pooledTasks=true, it is asking me to enter user id and password when I am trying in post pan after entering it is working fine wit

here is my code, please tell me if there is any error...........i am getting empty page with loading symbol as outputexport default class App extends React.Component { constructor(props) { super(props); this.state = { isLoading: true, dataSource: nul...

sonu by Champ in-the-making
  • 2504 Views
  • 0 replies
  • 0 kudos

Alfresco Content Services REST API (Workflow)

Hi,I'm trying to update the state of a task using the REST API but not working. I haven't error message.Any idea what's wrong in my code ?Thanksthis.apiService.getInstance().webScript.executeWebScript(    //Paramètres de l'API    'PUT',    'tasks/' +...

mboquillon by Champ in-the-making
  • 4560 Views
  • 2 replies
  • 0 kudos

import site in different version of alfresco

I would like to test Alfresco Community Edition and specially to export/import 10 sites (content, users, rules, personalized themes ...) into this version of Alfresco. Is it possible? How can i do to this? Thank you for your help.

nguyen by Champ in-the-making
  • 4406 Views
  • 2 replies
  • 1 kudos

Can I run Alfresco community 201707 GA on a more current Tomcat like 8.0/8.5/9? The release notes only speak of Tomcat 7. Thank you!

Dear experts,I need to deploy Alfresco Community 201707 GA in a new environment, but cannot update due to a lot of customizations.Target-Scenario: RedHat 7 and Tomcat 8.0My research did not come up with any results. Does anyone have experience runnin...

Resolved! How to get Alfresco services in workflow service task

Hi,I am new on Alfresco community version 5.2 I need use Alfresco services (NodeService, ContentService, ServiceRegistry) inside class used for workflow service task.I created class but I cannot use Alfresco Services. All methods returns null. What I...

pnature by Star Contributor
  • 10092 Views
  • 4 replies
  • 6 kudos

Community 6.1.2 can't get SOLR to work

I installed on CentOS7. Followed the instructions and reread them many times but just can't manage to get SOLR search to work. At first the SOLR.LOG kept filling up with errors. Then I changed the setting to work without mutual TLS. Now, the solr.log...

hussain by Champ on-the-rise
  • 3774 Views
  • 1 replies
  • 0 kudos

Storing data in Alfresco DB

Hi,Is that possible to store any data in Alfresco ADF ?After some research, I can't find doc about creating new table in Alfreco db, or to connect Alfresco to another database.I find some stuff about MyBatis but no doc on how to use it with Alfresco....

mboquillon by Champ in-the-making
  • 9897 Views
  • 7 replies
  • 0 kudos

Resolved! Customizing content-node-selector-dialog ADF

Hello, thanks in advance for your help,I have ADF 2.6.0 Application.I'm required to modify the content-node-selector-panel dialog below: I would like to change that when the user navigate the breadcrumb it will only shows Userhomes and shared folder....

attachment in content model

Hi, Can anyone show me simple example where can I add custom content control to a share-config-custom in a configuration element <config evaluator="model-type" condition="sm:my_type">? Somthing like in a workflow model <show id="packageItems" />.