Unable to run the corda nodes via docker-compose in local
- This topic has 1 reply, 2 voices, and was last updated 1 month, 1 week ago by .
-
Topic
-
I have confidured four nodes including notary. when I try to run my cardapp in locally with the help of docker compose, I am getting error as Exception during node startup: Node’s platform version is lower than network’s required minimumPlatformVersion. Please find the logs below and attaching the docker compose file.
Notary | Logs can be found in : /opt/corda/logs
ParticipantA | ! ATTENTION: This node is running in development mode! This is not safe for production deployment.
ParticipantC | ! ATTENTION: This node is running in development mode! This is not safe for production deployment.
Notary | ! ATTENTION: This node is running in development mode! This is not safe for production deployment.
ParticipantB | ! ATTENTION: This node is running in development mode! This is not safe for production deployment.
ParticipantA | [ERROR] 07:30:46+0000 [main] internal.NodeStartupLogging. – Exception during node startup: Node’s platform version is lower than network’s required minimumPlatformVersion
ParticipantC | [ERROR] 07:30:47+0000 [main] internal.NodeStartupLogging. – Exception during node startup: Node’s platform version is lower than network’s required minimumPlatformVersion
ParticipantA exited with code 1
Notary | [ERROR] 07:30:48+0000 [main] internal.NodeStartupLogging. – Exception during node startup: Node’s platform version is lower than network’s required minimumPlatformVersion
ParticipantB | [ERROR] 07:30:48+0000 [main] internal.NodeStartupLogging. – Exception during node startup: Node’s platform version is lower than network’s required minimumPlatformVersion
- You must be logged in to reply to this topic.
Subscribe to our newsletter to stay up to date on the latest developer news, tools, and articles.