Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating virtual node #86

Open
ashish9308 opened this issue Jun 13, 2024 · 1 comment
Open

Error while creating virtual node #86

ashish9308 opened this issue Jun 13, 2024 · 1 comment

Comments

@ashish9308
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants