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

Blueprint issue: Error creating class: MintValidator #443

Open
fabianbormann opened this issue Sep 16, 2024 · 1 comment
Open

Blueprint issue: Error creating class: MintValidator #443

fabianbormann opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels

Comments

@fabianbormann
Copy link
Contributor

I migrated to the latest Aiken version and now with Plutus v3 it seems that there is an issue that appears if multiple mint validators are in one file:

at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
20:37:27.152 [main] ERROR com.bloxbean.cardano.client.plutus.annotation.processor.util.JavaFileUtil -- Error creating class : MintValidator
javax.annotation.processing.FilerException: Attempt to recreate a file for type io.myservice.backend.validator.MintValidator

The issue seems to be that it tries to create the file MintValidator multiple times.

@satran004
Copy link
Member

Thanks @fabianbormann. Could you please provide an example plutus.json file to help reproduce this issue?

@satran004 satran004 self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants