Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Synchronize with Active Directory starting at 'root'

In my Active Directory tree, all of the OUs, that contain users and groups, are sitting directly off of the domain root. I have tried the attached configuration:But I get this error in the attached log.How can I designate the correct SearchBase to st...

whowlett by Champ in-the-making
  • 486 Views
  • 3 replies
  • 0 kudos

Custom Version Service Implementation

Hi everybody!I would like to make my own versioning service. Here, in official documentation http://docs.alfresco.com/4.2/concepts/serv-using-about.html I can't find any practical info about it. I understand that I should make a descendant of Version...

Unable to init the processEngine correctly

Hi all,in my company we're trying to integrate Activiti inside our web application in order to use it as a workflow manager basically. So I created the diagram and I'm now trying to deploy it and then I added the requested jars inside a WEB-INF's sub...

Activiti 5.16 REST api returning XML not JSON

I setup an Activiti 5.16 test environment a couple days ago; I deployed the activiti-explorer.war and activiti-rest.war to a Tomcat 7 instance. Everything appears to be up and running just fine without any errors. I'm attempting to use the REST api a...

HistoricVariableInstanceEntity was updated by another transaction

I'm getting the following error when I submit form data.URL : /service/form/form-dataMethod : POSTPayload : {"taskId":"124104","properties":[{"id":"businessName","value":"10123"}, <a lot of other variables go here>]}Response :{errorMessage: "Historic...

texens by Champ in-the-making
  • 842 Views
  • 4 replies
  • 0 kudos

postgresql error

Bonjour, tout marchait très bien, mais j'ai voulu faire des mises à jour sur le serveur (apt-get update), il m'a proposé d'installer une nouvelle version de pgsql, la 9.1. J'ai dis ok et maintenant j'ai un gros souci!!Postgresql marche bien car il dé...

jey10 by Champ in-the-making
  • 987 Views
  • 1 replies
  • 0 kudos

WQS unable to connect to repository: Unauthorized

When attempting to upgrade from 3.4.b to 3.4.c Alfresco seems to start OK but about every 2 seconds the following message gets logged.WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Unauthorized...

kstaken by Champ in-the-making
  • 3667 Views
  • 13 replies
  • 0 kudos

Problems with dynamic URLs

Hello folks,I am trying to open a jnlp-file with simple href in javascript from Alfresco Share.location.href = "../res/components/javawebstart/AEF_JNLP.jnlp";‍Result on localhost (working):http://localhost:8081/share/res/components/javawebstart/AEF_J...

michaelp by Confirmed Champ
  • 313 Views
  • 1 replies
  • 0 kudos

Linking two Active directories through LDAP to Alfresco share

Hi, I am trying to link two active directories to Alfresco through LDAP. I have added the following line to alfresco-global.propertiesauthentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad1:ldap-ad,ldap-ad2:ldap-adI have made two sub-folders ldap-ad...

juilee by Champ in-the-making
  • 620 Views
  • 3 replies
  • 0 kudos

Service Task (JavaTaskDelegate) are implemented as Singleton ?

Hi,I am using Activiti 5.16. While reading documentation of service task i found one note about service task instances"Note: there will be only one instance of that Java class created for the serviceTask it is defined on. All process-instances share ...

hardiku by Champ in-the-making
  • 546 Views
  • 1 replies
  • 0 kudos

Evaluation Questions

Hi,In my organization, we are currently evaluating the Activiti BPM platform as a potential replacement for an existing BPM platform.  So far, our management and engineers are impressed with the tools and capabilities of your platform, but we have a ...

tone by Champ in-the-making
  • 364 Views
  • 2 replies
  • 0 kudos

Problems with pdf preview

I'm running Alfresco on a CentOS 6.4 Linux system and I have a problem with pdf preview.I have investigated the problem and I fond out that pdf2swf tool can't find some Arial fonts generated from a windows system.Here some output of the pdf2swf comma...

how to create dynamic table user interface in forms ?

Hi Folks,Just wondering in activiti task-forms how does one create dynamic table user-interface ( the one in which user can add rows, delete rows, edit any row) ? and how would you store that data back into process variable? This is a very common UI ...

rahul1 by Champ in-the-making
  • 1256 Views
  • 6 replies
  • 0 kudos

Task Assignment question.,

It is Friday evening and am hoping noone should answer this issue or question., But brief overview with this issue., am trying to do some work related to task assignments. Logging in as a super-user and trying to assign tasks to few users who will be...

sathish1 by Champ in-the-making
  • 231 Views
  • 1 replies
  • 0 kudos

Deadlock exceptions

I've been seeing a lot of the below exceptions in my logs. I am running 5.15 with multiple servers running on a single database. Not sure what the cause is or how to debug this. Any idea?Error updating database.  Cause: com.mysql.jdbc.exceptions.jdbc...

jorell by Champ in-the-making
  • 592 Views
  • 3 replies
  • 0 kudos

How to Name Sequence Flow and make them visible on generated diagram

Hi,         Iam stuck. I need help in naming SequenceFlows. When I use Eclipse Designer Iam able to name Sequence Flows and Also see them in the diagram inside the IDE.But now the problem is, I have written a small program to generate BPM diagram usi...

smadhu by Champ in-the-making
  • 1392 Views
  • 11 replies
  • 0 kudos

Form within a usertask

I am using activity 5.9 (downloaded the latest version as of 3 weeks ago)I am trying to post properties to a form within a usertask without luck!  If i submit formProperties using submitTaskFormData i get an errot that the task Id is not valid.  If i...

narenn by Champ in-the-making
  • 193 Views
  • 1 replies
  • 0 kudos

How to authenticate user using OpenCMIS

Hello Everyone,I am new to Alfresco & OpenCMIS, infact started working just 3 days ago.I am writing a Rest service to upload a document in the alfresco repository using OpenCMIS API.I am able to upload/create the document in the repository by establi...

aoakash83 by Champ in-the-making
  • 746 Views
  • 6 replies
  • 0 kudos

Is it possible to get the path from a cmis:document query?

I am retrieving a set of documents via a query, and part of the information I need on the documents is their path within Alfresco.the cmis:folder has a cmisath option, but the cmis:document does not, and I have not been able to find any way to get th...