You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some developers just need to spin up a Docker Container locally to perform tests.
Using H2 seems ideal in this case.
H2 appears to be unsupported because of the failure message below.
The fw build command is failing in mod-workflow when using H2.
$ fw build my-test-workflow
(node:2140) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
failed post http://localhost:9001/mod-workflow/triggers {
id: '04a4ad57-c205-4c77-b7de-2a5015cd6b58',
name: "Rajdeep's Workflow Start Trigger",
description: 'Rest Post Endpoint',
type: 'MESSAGE_CORRELATE',
method: 'POST',
deserializeAs: 'EventTrigger',
pathPattern: '/events/workflow/my-test-workflow/start'
}
{
errors: [
{
message: 'Could not alter JDBC connection to use schema [tamu_workflow_service]',
type: 'HibernateException',
code: '500 INTERNAL_SERVER_ERROR',
parameters: []
}
],
total_records: 1
}
The Docker image (built using the build_and_run Dockerfile) is run using the following environment variables and settings:
Some developers just need to spin up a Docker Container locally to perform tests.
Using H2 seems ideal in this case.
H2 appears to be unsupported because of the failure message below.
The
fw build
command is failing inmod-workflow
when using H2.The Docker image (built using the build_and_run Dockerfile) is run using the following environment variables and settings:
The text was updated successfully, but these errors were encountered: