Skip to content

Exception java.lang.NoSuchMethodError: uk.ac.manchester.tornado.api.exceptions.Debug.tprintf(Ljava/lang/String;[Ljava/lang/Object;) #475

Answered by jjfumero
andrii0lomakin asked this question in Q&A
Discussion options

You must be logged in to vote

Can you run with these flags?

# We do not satisfy the Graal compiler assertions because we only support a subset of the Java specification.
# This allows us to have the GraalIR in states which normally would be illegal.
__GRAAL_ENABLE_ASSERTIONS__ = " -ea -da:org.graalvm.compiler... "

tornado -ea enables assertions and disables the ones for the Graal Compiler.

So you can use:

--jvm="-ea -da:org.graalvm.compiler..."

Replies: 4 comments 37 replies

Comment options

You must be logged in to vote
28 replies
@andrii0lomakin
Comment options

@andrii0lomakin
Comment options

@andrii0lomakin
Comment options

@jjfumero
Comment options

Answer selected by andrii0lomakin
@andrii0lomakin
Comment options

@andrii0lomakin
Comment options

@andrii0lomakin
Comment options

@jjfumero
Comment options

Comment options

You must be logged in to vote
1 reply
@andrii0lomakin
Comment options

Comment options

You must be logged in to vote
5 replies
@andrii0lomakin
Comment options

@jjfumero
Comment options

@andrii0lomakin
Comment options

@andrii0lomakin
Comment options

@jjfumero
Comment options

Comment options

You must be logged in to vote
3 replies
@andrii0lomakin
Comment options

@jjfumero
Comment options

@andrii0lomakin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants