Skip to content

Fix "Error: Process completed with exit code 1." #3

@renemadsen

Description

@renemadsen

The github actions step for service tests found at https://github.com/microting/work-items-planning-container/blob/master/.github/workflows/dotnet-core-docker.yml#L1257C3-L1352C45 is throwing this error:

Run cat docker_run_log
Using connection string from config
Connection string: host=mariadbtest;Database=420_SDK;user=root;***;port=3306;Convert Zero Datetime = true;SslMode=none;
CLIENT_EMAIL: 
PRIVATE_KEY_ID: 
PRIVATE_KEY: 
CLIENT_ID: 
PROJECT_ID: 
dbug: Service called
dbug: Start loading plugins...
dbug: serviceLocation:'/app/'
dbug: Path for plugins is : /app/Plugins
dbug: Loading Plugin : /app/Plugins/ServiceTimePlanningPlugin
dbug: Service completed
dbug: Trying to start plugin : ServiceTimePlanningPlugin.Core
ServiceTimePlanningPlugin start called
customerNo: 420
osVersion: Unix 6.11.0.1018
osArchitecture: X64
osName: Ubuntu 24.04.3 LTS
Connection string: host=mariadbtest;Database=420_SDK;user=root;***;port=3306;Convert Zero Datetime = true;SslMode=none;
rabbitmqHost: my-rabbit
rabbitMqUser: admin
rabbitMqPassword: password
rabbitMqUser: admin
rabbitMqPassword: password
rabbitMqHost: my-rabbit
[INF] Rebus.Internals.ConnectionManager (Thread #1): Initializing RabbitMQ connection manager for transport with input queue "420-eform-service-time-planning-plugin"
[INF] Rebus.Threading.TaskParallelLibrary.TplAsyncTask (Thread #1): Starting periodic task "CleanupTrackedErrors" with interval 00:00:10
[INF] Rebus.Bus.RebusBus (Thread #1): Bus "Rebus 1" setting number of workers to 1
[INF] Rebus.Bus.RebusBus (Thread #1): Bus "Rebus 1" started
ServiceTimePlanningPlugin started
[INF] Rebus.RabbitMq.RabbitMqTransport (.NET TP Worker): Successfully initialized consumer for "420-eform-service-time-planning-plugin"
dbug: ServiceTimePlanningPlugin.Core started successfully!
dbug: Service Start called
dbug: Core exception events connected
dbug: sdkSqlCoreStr, host=mariadbtest;Database=420_SDK;user=root;***;port=3306;Convert Zero Datetime = true;SslMode=none;
[INF] Rebus.Internals.ConnectionManager (.NET TP Worker): Initializing RabbitMQ connection manager for transport with input queue "420-eformsdk-input"
[INF] Rebus.Threading.TaskParallelLibrary.TplAsyncTask (.NET TP Worker): Starting periodic task "CleanupTrackedErrors" with interval 00:00:10
[INF] Rebus.Bus.RebusBus (.NET TP Worker): Bus "Rebus 2" setting number of workers to 1
[INF] Rebus.Bus.RebusBus (.NET TP Worker): Bus "Rebus 2" started
[INF] Rebus.RabbitMq.RabbitMqTransport (.NET TP Worker): Successfully initialized consumer for "420-eformsdk-input"
dbug: SDK Core started
dbug: Service Start completed
dbug: Service Close called
dbug: Trying to stop plugin : ServiceTimePlanningPlugin.Core
dbug: ServiceTimePlanningPlugin.Core stopped successfully!
[INF] Rebus.Bus.RebusBus (.NET TP Worker): Bus "Rebus 2" setting number of workers to 0
[INF] Rebus.Threading.TaskParallelLibrary.TplAsyncTask (.NET TP Worker): Stopping periodic task "CleanupTrackedErrors"
[INF] Rebus.RabbitMq.RabbitMqTransport (.NET TP Worker): Disposing consumer
[INF] Rebus.Internals.ConnectionManager (.NET TP Worker): Disposing RabbitMQ connection
[INF] Rebus.Bus.RebusBus (.NET TP Worker): Bus "Rebus 2" stopped
dbug: SDK Core closed
dbug: Service Close completed
Error: Process completed with exit code 1.

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions