corda / cordapp-template-java

A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
83 stars 127 forks source link

Error while creating virtual node #86

Open ashish9308 opened 5 months ago

ashish9308 commented 5 months ago

Hi, I have created the cpi file of this app and uploaded in corda cluster which is running in AKS. I'm able to get the checksum and I can see my CPI is uploaded successfully. But while I'm trying to create virtual node It is giving me error like: { "requestId": "001CFA6DCBA1", "operation": "CREATE_VIRTUAL_NODE", "status": "FAILED", "lastUpdatedTimestamp": "2024-06-13T06:51:39.850Z", "processingStage": null, "errorReason": "ERROR: permission denied for database cordacluster", "resourceId": null }

Please help me to resolve this. How to give permission?

davidcurrie commented 4 months ago

Creating a virtual node requires permissions to create additional schema in the database. My guess would be that this is where it is failing. You should find a more detailed error message in the logs of the DB worker.