3,534 questions
0
votes
0
answers
67
views
How to handle JWT session expiry in Alfresco ADF (v6.9.1) with ACS v23.x?
I’m working on an Alfresco ADF application and facing an issue with session expiry.
Environment:
ACS (Alfresco Content Services): v23.x
ADF (Alfresco Development Framework): v6.9.1
Angular: v14
...
2
votes
0
answers
66
views
Alfresco Content Services: Getting "Node does not exist" when creating new version via CMIS concurrently [closed]
I am currently working on upgrading Alfresco from 5.0.d to 25.1. My upgrade path was following: 5.0 -> 5.2 -> 7.4 -> 25.1. Alfresco utilizes MariaDB 10.5 underneath. While the upgrade was ...
0
votes
1
answer
45
views
How to query documents containing a category?
I'm integrating a system with Alfresco through CMIS. I need to find all documents in a folder tree that has a specific category. I'm testing my CMIS query in the Node Browser, on the Alfresco Share ...
0
votes
1
answer
86
views
Alfresco CMIS query via atom
I have a Mule 3 app that I use to manage documents in Alfresco. We decided to abandon Mule instead of moving to Mule 4.
I am reverse engineering the API in ColdFusion.
I am getting stuck on interface ...
0
votes
1
answer
85
views
How to get plain text version of a node from Alfresco using its API?
I'm trying to get the plain text version of an Alfresco node through its API. I understand that this version is created or the plain text at least is extracted because I can search documents by its ...
0
votes
2
answers
90
views
ALFRESCO: Access document without login [closed]
I'm trying in alfresco comu version 23.1 to access a public document existing in the guest shared folder but this document is never accessible without login, does alfresco have this possibility ? i ...
1
vote
0
answers
55
views
org.alfresco.error.AlfrescoRuntimeException: 02020037 Not all patches could be applied
I recently use Alfresco CE 23.2 version and try to extend it with distribution features.
My environment:
PostgreSQL: 15.9
Citus:13.0.1
I have created corresponding files of SQL in the source code &...
0
votes
0
answers
36
views
Can't Call An API In Alfresco Share/Repository Using Alfresco JavaScripts Methods
I am trying to call an API using Alfresco class. It throws the error that I posted below:
Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "Alfresco" is not defined. (workspace://...
0
votes
1
answer
209
views
Facing error while Installing / Running Apache Solr 2.0 for Alfresco 23.4 Enterprise version
I'm using Alfresco version 23.4 (Enterprise version). I'm facing issues with Solr it's not working properly. Alfresco is working properly. Below I'm attaching some screenshots and command I ran in ...
1
vote
1
answer
73
views
Odoo: Error viewing PDF stored on external server (Alfresco) from Chatter
I am working with Odoo and I have a problem viewing PDFs in Chatter after moving the files to an external server (Alfresco).
What I do:
Users attach PDF files in Odoo, which can be viewed correctly ...
0
votes
0
answers
136
views
problem with Alfresco Community (in docker)
I am new to alfresco and have the following error whenever a file is uploaded in the repository.
01130010 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/...
0
votes
1
answer
109
views
Alfresco 7.3: server side javascript repo action not working anymore
I tried adding a new repo side javascript action to Alfresco 7.3 like this:
alfresco/extension/custom-actions-context.xml
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//...
0
votes
0
answers
58
views
How do I redirect only to my keycloak SSO page
When I try to perform a specific action within the alfresco share it sometimes (seemingly randomly) redirect me to the Alfresco share login page instead of the Alfresco Identity Service one.
I've ...
0
votes
2
answers
83
views
Why are the deleted documents end up in version2Store, in addition to archiveStore after deletion in Alfresco 5.2.0?
Pardon me if I do not understand the lifecycle of documents in Alfresco. This client is still using Alfresco 5.2.0 Community Edition. The requirement is to delete all the documents that meets a ...
0
votes
0
answers
36
views
How to create a custom alfresco share form validation tooltip
I've been creating custom validators for my alfresco share forms.
The actual validation works well, but I'd like to use the tooltip to display why it is not validating.
Here's my validator function, ...