1,128 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
...
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 ...
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
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
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, ...
0
votes
1
answer
26
views
Alfresco Share 5.2 'undefinedcomponents' in image URLs
One of our Alfresco 5.2 Community instances has recently started getting 500 internal server errors. The JavaScript Console in Chrome & Safari shows the below message:
loading.gif:1
...
1
vote
0
answers
139
views
Alfresco - Kerberos SSO issue after 10 hours - credentials can not be delegated
we have configured Kerberos SSO in Alfresco Community 7.3 (docker instalation) and everything is working properly. User logs into Windows and gets access to Alfresco Share without a need to enter ...
0
votes
1
answer
327
views
How to import user attributes(like firstName, lastName and email) from keycloak to alfresco-content-service?
After login from external IDp, user attributes are reflecting in keycloak but in alfresco only principal attribute is imported, is there any way to import these attributes like firstName, lastName and ...
0
votes
1
answer
155
views
How to know what version of Share/Docker to use for my version of Alfresco?
First post on stack overflow, so I may do something wrong here, if so I'm sorry.
I'm new to both Alfresco and Docker, and not very experienced with maven either. I am currently setting up a default ...
0
votes
0
answers
201
views
Fail to deploy alfresco War file Alfresco Comunity edition edition v23.2.1
I am new to Alfresco and need assistance with installing it on an Ubuntu Server 24.04. After installing Ubuntu Server, PostgreSQL, JDK 21, and Tomcat, the deployment of the Alfresco.war file fails. ...
0
votes
1
answer
83
views
Actions in Alfresco Smart Folder
What define which action will be show on document/folder in smart folder? In docs I only found that some actions are not supported. In slingshot-documentlibrary-context.xml I found some evaluators ...
0
votes
1
answer
70
views
Alfresco 6/7: externalizing webscript and form files out ot the jar
I'm developing custom modules on Alfresco CE 6/7, but still producing amp artifacts.
I've noticed that some files, for examples all the repository webscripts (acs javascript side) and forms ...
1
vote
1
answer
67
views
Cannot change perrmission in Alfresco 7.4 after restore data from previos version
I'm working on upgrade Alfresco 5.0 to 7.4. As documentation said i need make first upgrade to 5.2 and then to 7.4. I successfully migrate project with all dependencies to SDK 4.6 and run it in ...
0
votes
1
answer
47
views
Hide "Contract" content type from content create list for all users except group "Contract Managers" Alfresco Share
How can i hide "Contract" content type from content create list for all users except group "CONTRACT_MANAGERS". I added the config evaluator in share to add the contract to the ...
0
votes
1
answer
520
views
Nginx proxy server with multiple docker container apps
I have an Alfresco Share application and multiple custom applications that are all connected. Now I have to connect them all with the nginx proxy server so that all of them run on port 80. I am ...