GithubHelp home page GithubHelp logo

activiti's Issues

DB_TYPE missing in Readme

When I tried to connect to an External MySQL Server as described in the readme I wasn't successful. The container started always with the embedded H2-Database because in the manual (readme) a paramter is missing in the command. The DB_TYPE has to be part of the docker run command:

docker run --name=activiti -d -e 'DB_TYPE=mysql' -e 'DB_HOST=192.0.2.1' -e 'DB_NAME=activiti_production' -e 'DB_USER=activiti' -e DB_PASS=password' eternnoir/activiti:latest

HINT: After DB_USER=activiti and after the DB_HOST=... there were wrong apostrophes

After setting DB_TYPE I got a connection failure on startup when I tried to connect to a mysql database running on my host system. I could not get it run yet. It seemed like the container would not allow outgoing connections...

I tried then connecting two containers as described and that worked well

activiti 5.20.0 - bugfix release

We’ve just released Activiti 5.20.0. This is a bugfix release (mainly fixing the bug around losing message and signal start event subscriptions on process definition redeployment, see ACT-4117).

some env setting needed for useSSL=false....

WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Include port number

The below commands needs to have port number included under External MYSQL section in ReadMe file

docker run --name=activiti -d
-port 8080:8080 \
-e 'DB_HOST=192.0.2.1’ -e 'DB_NAME=activiti_production' -e 'DB_USER=activiti’ -e 'DB_PASS=password'
eternnoir/activiti:latest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.