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

Unable to start the alfresco application

Hi Team,I am getting below error while starting the application.2019-10-07 14:10:37,356 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] The current Alfresco cluster node is waiting for another chance to bootstrap the DB schema. Attempt: ...

siddardha by Confirmed Champ
  • 15159 Views
  • 8 replies
  • 1 kudos

Create users for a specific site

Hi,Do you know how to inform me, if at Alfresco we can create users for a specific website?This user cannot access and view other sites.Because of being separate customers.Do you have any resources that we can do that for?With best regards,José Rober...

jbrasil by Confirmed Champ
  • 4633 Views
  • 2 replies
  • 1 kudos

Creating Site using Webscript

Hii All,I want to create Site through webscript and i have created one but it doesnt work correctly.Hereby i am attaching code  please do help out.package com.abc.repo.web; import java.io.IOException; import java.io.Serializable; import java.util.H...

piyush48 by Star Contributor
  • 15065 Views
  • 21 replies
  • 7 kudos

Enabling Thumbnails for Viewer Component

I'm using the Viewer Component. It renders various types of content correctly - PDF, TXT, DOCX, etc. I'm struggling to enable thumbnails.I have 'allowThumbnails' set to true but no thumbnails are displayed. I had a look at the documentation at https:...

image

How to search Alfresco for empty property?

I have Alfresco 5.2 and my task is "to get all documents with empty (one of) property", I am creating a querysearchParameters.setQuery("search +TYPE:\"ecmcndintregst:nd_int_reg_standards\" +@ecmcnddoc\\:doc_name_ru:\"\" -ASPECT:\"ecmcdict:inactive\" ...

iceja by Confirmed Champ
  • 5248 Views
  • 1 replies
  • 2 kudos

Active Directory Synchronization: empty subgroups

Hi,Im having trouble synchronizing Alfresco Process Services with my Active Directory groups.I'm using the following structure on my Active Directory:com (dc) example (dc) Example (OU) Example-Admin (group) Example...

Anonymous by Not applicable
  • 2645 Views
  • 0 replies
  • 0 kudos

Exception on insert into act_hi_detail

Hi,I'm using Activiti 5.22.0, and I occasionally encounter the following exception when trying to complete a task:### Error updating database. Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "act_hi_det...

Resolved! What is this error?

Can anyone help to understand what this error means? Im an alfresco admin and when I log on to our coporate alfresco https://localalfresco.com/admin it throws this error. This error started to appear recently all of a sudden

image
saadm2005 by Champ on-the-rise
  • 5259 Views
  • 1 replies
  • 0 kudos

CmisConnectionException - from Session getting objectByPath

I am successfully getting session and repository info. But any call to session such as the ones below throw CmisConnectionException.session.getRootFolder();session.getObjectByPath("/Sites/mysite/documentLibrary")I write code as:parameter.put(SessionP...

SG by Champ in-the-making
  • 4000 Views
  • 1 replies
  • 0 kudos

Resolved! How to mirror document library to the external drive?

HelloI would like to mirror document library files and folder structure to the backup drive every night (so downloading whole document library is not an option). How can I do it?Alfresco stores files in different structures and with different names s...

upforsin by Star Collaborator
  • 7981 Views
  • 4 replies
  • 3 kudos

Resolved! Can't run integration test with All in One

With barebone aio alfresco 6 I can't run integration tests. This class is created when aio is created. What I understand it's because of lack of webscript runtest.get.desc.xml.But why isn't it loaded even though it's inside <!-- Bring in Alfresco RAD...

xyz by Champ on-the-rise
  • 7290 Views
  • 3 replies
  • 1 kudos

Resolved! Call APS Api

How to call APS rest api from adf?

sp2 by Elite Collaborator
  • 7475 Views
  • 3 replies
  • 0 kudos

How to get all user inside AngularJS component

Hello, I need some help.One of my ex colleagues uses UserService in a costomised AngularJS component to get users. UserService is injected in an AngularJS component, you can see the injection in the joined image The method used to get users is the fo...

image
IlhemB by Champ in-the-making
  • 4526 Views
  • 2 replies
  • 0 kudos

Installation Issue Alfresco 6.1

@angelborroy  Dear sir i am using your github link:https://github.com/Alfresco/alfresco-docker-installer for installing the alfresco 6.1.Steps I have invloved:1- Installed --> node.js   -->version=v12.3.12-Installed --> npm install -g yo -->version=3...

Resolved! Starting alfresco 6.1

Hello, All my installations attempts for various v6x versions have been unsuccessful, usually with Alfresco failing to start up successfully. I noticed that there are several setup guides on the net for previous versions but one can hardly get versio...

imanez1 by Confirmed Champ
  • 7436 Views
  • 4 replies
  • 0 kudos

getNodeChildren request with 'where' option

Hi, I try to use where option with getNodeChildren method but it doesn't work:const childrenOpts = { skipCount: 0, include : ['path', 'properties', 'allowableOperations', 'permissions', 'aspectNames', 'isFavorite'], includeSource: true, m...