Giter Site home page Giter Site logo

infosys / camunda-connectors Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 12.0 15.2 MB

The solution helps users to connect to various Databases & business applications like ERP's from the camunda business

License: MIT License

Java 100.00%
hacktoberfest hacktoberfest2023

camunda-connectors's People

Contributors

baibhavtripathi-9 avatar chandra-chavan avatar leela-patnala1 avatar lzgabel avatar mohit-nain avatar rohit-s81 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

camunda-connectors's Issues

PostgreSQL and MySQL connectors not running

After building the package …

mvn clean package

… I changed the docker-compose.yaml file and added the line in the connectors section:

volumes:

  • “/home/xyz/src/camunda-connectors/connector-postgresql/target/connector-postgresql-0.1.0-SNAPSHOT.jar:/opt/app/connector-postgresql-0.1.0-SNAPSHOT.jar”

When initializing the image container camunda/connectors-bundle:8.4.3, it is possible to find in the log:

2024-02-12T17:46:07.034Z INFO 1 — [main] i.c.z.s.c.jobhandling.JobWorkerManager : . Starting Zeebe worker: #ZeebeWorkerValue{type=‘com.infosys.camundaconnectors.db:postgresql:1’, name=‘PostgreSQL’, timeout=null, maxJobsActive=null, requestTimeout=null, pollInterval=null, autoComplete=true, fetchVariables=[databaseConnection, operation, data], enabled=null, methodInfo=null}

However, when executing the deployed BPMN, nothing happens, not even an error message.

The same with MySQL connector.

Any advice?

connector-postgresql not working with Camunda 8.3.1

Hi everyone,

I tried to run the postgres connector with my local Camunda 8.3.1 setup via docker-compose.
To do so, I mounted the built fatjar of the postgres connector into the classpath like this:

    volumes:
      - "./connector-postgresql-0.1.0-SNAPSHOT-with-dependencies.jar:/opt/app/connector-postgresql-0.1.0-SNAPSHOT-with-dependencies.jar"
      - "./connectors-home:/home/connectors"

The connectors container also shows the corresponding Worker has been started:

connectors     | 2023-11-03T08:27:45.779Z  INFO 1 --- [           main] i.c.z.s.c.jobhandling.JobWorkerManager   : . Starting Zeebe worker: ZeebeWorkerValue{type='com.infosys.camundaconnectors.db:postgresql:1', name='PostgreSQL', timeout=null, maxJobsActive=null, requestTimeout=null, pollInterval=null, autoComplete=true, fetchVariables=[databaseConnection, operation, data], enabled=null, methodInfo=null}

When I start a process with such connector, I can also see a corresponding log message:

connectors     | 2023-11-03T13:36:52.591Z  INFO 1 --- [pool-2-thread-5] i.c.c.r.c.outbound.ConnectorJobHandler   : Received job 2251799813685562

However, nothing happens after that. I can even misconfigure the Connector badly (e.g. writing "????" into host and port), and still nothing happens (I would expect some kind of Exception and/or Incident).

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.