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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 623 Views
  • 0 replies
  • 0 kudos

Alfresco Login Page Does not Appear

Hello,Everyone.I am using Alfresco 5.2 .When i setup alfreco my localhost.Alfresco redirects me http: // localhost: 8091 / share / page /.when this happens,i get a error like this picture .Login page does not appear.When i write http: // localhost: 8...

suayb58 by Champ on-the-rise
  • 4353 Views
  • 2 replies
  • 0 kudos

UTF-8 character problem

I'm using alfresco 5.2. I have got o problem. Turkish characters look like ? in the footer of the index page.There is a UTF-8 problem in this section. how can i solve this problem ?

Access log files through webscript

I grep localhost_access_log2018-*-* file for some usage data in ALF_HOME/tomcat/logs in unix. I want to have a webscript do this so that I do not have to log in to unix account. Is there any way this file can be accessed in a webscript(.js file).Than...

sakshik by Star Contributor
  • 3515 Views
  • 1 replies
  • 1 kudos

Resolved! Cannot access by IP ADDRESS

I have encountered a strange issue after installation of Alfresco community edition. My issue is i can access the software by http://localhost:8080/alfresco/  but when i try to open it by ip address http://192.168.1.100:8080/alfresco/ and if i cannot...

What is the use of a component in alfresco?

I am currently looking at bootstrapping my content model and live search within my project. I am using the AIO sample project for reference as well.Can you please tell me what is the purpose of the DemoComponent below? I dont seem to need the below b...

kartech11 by Confirmed Champ
  • 3419 Views
  • 1 replies
  • 0 kudos

Resolved! Run Alfresco and Share Community (5.X) on different servers

Hi folks!The customer is using a DMZ in his network architecture. At the moment, Alfresco and Share is running on the same server within the DMZ. The customer is asking if it is possible to run Alfresco and Share on two different servers? One of my c...

kaffi by Confirmed Champ
  • 5762 Views
  • 2 replies
  • 0 kudos

Can't start Activiti Explorer

Hi,I can't start Activiti Explorer. I created a Maven project in Eclipse with three java classes to perform tasks of the bpmn diagram created with Activiti. The steps I perform are:1) I create the .war file from Maven Install2) I copy the .war file i...

valentinau by Champ on-the-rise
  • 2975 Views
  • 1 replies
  • 0 kudos

Why Alfresco failed to connect from LAN after installation?

Hello, anybody know why it failed to connect Alfresco ip address from other hosts after installing 5.2 community ECM on vmware Centos7?   The installation was done by using the installers on Linux with all default configuration. It's operated with an...

geoffrey72 by Champ in-the-making
  • 4237 Views
  • 2 replies
  • 0 kudos

Resolved! Alfresco with IntelliJ (Hot deploy and debugging)

Hi,We are using IntelliJ for the Alfresco customization or AMP development. Right now we have to spend lot of time to redeploy the changes and test... I wonder if 1. There is any tool available for hot deploy of JAVA code (Freeware) 2. How can I setu...

signjoy by Confirmed Champ
  • 5660 Views
  • 1 replies
  • 2 kudos

Resolved! Where to put the share and platform jars for bootstrapping?

Hi, How do I deploy my alfresco jars (share and platform)? I already have a instance of alfresco running . I have bootstrapped some content within my All in one project and I have the share and platform jar generated post maven alfresco:run. 1. What ...

kartech11 by Confirmed Champ
  • 7706 Views
  • 3 replies
  • 0 kudos

labels within dictionaryBootstrap

Hi,Can someone please tell me what is the purpose of labels property in bootstrap-context.xml. Where are the labels in the content-model file used?<bean id="iceberg-alfresco-platform-jar.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-...

kartech11 by Confirmed Champ
  • 3641 Views
  • 1 replies
  • 0 kudos

Request mapping with variables in REST call task

The API PUT call I am trying to make definitely works when I am using /api-explorer.html/ or Postman, but when using built-in task it gives me error when executing with status 400.In Request mapping I have selected JSON Template and put ${myVar} in i...

savo by Confirmed Champ
  • 8033 Views
  • 4 replies
  • 0 kudos

Reopen the same task id possible?

In our process we have two human tasks A and B...When Task A completes Task B will be created. If Task B is approved Flow ends, where as if Task B is rejected We will re-open the Task A. In the case of re-opening the Task A , Engine by default create...

When service task process work 3 or more hours, Application exception overridden by rollback exception,exception occurred in the EndEvent

Hi, AllI use activiti-5.21 , start process-instances by rest api "RestUrls.createRelativeResourceUrl(RestUrls.URL_PROCESS_INSTANCE_COLLECTION)" and the config as flow:<bean id="parentDataSource" class="com.jolbox.bonecp.BoneCPDataSource" destroy-meth...