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

Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 - Logback Janino Error #38347

Closed
syedyusufh opened this issue Nov 13, 2023 · 1 comment
Closed
Labels
status: duplicate A duplicate of another issue

Comments

@syedyusufh
Copy link

syedyusufh commented Nov 13, 2023

Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 fails to start due to Logback error as below. We have used Janino for some conditional evaluations and the error is thrown on startup of the successfully built native image.

Automatic hints were generated by running all the application functionality first, only then the native image was built.

at org.codehaus.commons.compiler.InternalCompilerException: SNO: Generated compilation unit does not declare class 'SC' 
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 13, 2023
@wilkinsona
Copy link
Member

Duplicates #33758.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2023
@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants