Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name and Password does not work #10

Open
VMM-MMV opened this issue Sep 28, 2023 · 2 comments
Open

Name and Password does not work #10

VMM-MMV opened this issue Sep 28, 2023 · 2 comments

Comments

@VMM-MMV
Copy link

VMM-MMV commented Sep 28, 2023

I'm trying to log, but admin admin, does not work. I though this was a licencce issue, so I conected the licence, I checked in the logs and it says that it finds the licence. But I still can't log in.

@VMM-MMV
Copy link
Author

VMM-MMV commented Sep 28, 2023

My docker-compose
version: '3'

services:
process:
image: alfresco/process-services:1.6.2
environment:
ACTIVITI_DATASOURCE_USERNAME: alfresco
ACTIVITI_DATASOURCE_PASSWORD: alfresco
ACTIVITI_DATASOURCE_DRIVER: org.postgresql.Driver
ACTIVITI_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect
ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres:5432/activiti?characterEncoding=UTF-8'
ACTIVITI_CSRF_DISABLED: 'true'
ACTIVITI_CORS_ENABLED: 'true'
ACTIVITI_ES_SERVER_TYPE: client
ACTIVITI_ES_DISCOVERY_HOSTS: elasticsearch:9300
ACTIVITI_ES_CLUSTER_NAME: elasticsearch
volumes:
- "/root/WORK/enterprise-license/:/root/.activiti/enterprise-license/:ro"
- "/root/WORK/enterprise-license/:/home/alfresco/.activiti/enterprise-license/"
ports:
- 9999:8080
links:
- elasticsearch:elasticsearch
- postgres:postgres
depends_on:
- elasticsearch
- postgres

elasticsearch:
image: elasticsearch:1.7.3
postgres:
image: postgres:9.6.2
environment:
POSTGRES_DB: activiti
POSTGRES_USER: alfresco
POSTGRES_PASSWORD: alfresco

@VMM-MMV
Copy link
Author

VMM-MMV commented Sep 29, 2023

It was a non compatible version of Postgress. 13.1 Works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant