Last active
May 18, 2018 12:32
-
-
Save schmitch/469eae4062373b6fe67def99ec220103 to your computer and use it in GitHub Desktop.
GraalVM SubstrateVM error when running play
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Native image server limit exceeded. Use options --server{-list,-shutdown[-all]} to fix the problem. | |
classlist: 13,304.29 ms | |
(cap): 1,741.70 ms | |
setup: 2,708.53 ms | |
analysis: 35,828.31 ms | |
error: unsupported features in 2 methods | |
Detailed message: | |
Error: Must not have a FileDescriptor in the image heap. | |
Trace: object java.io.FileOutputStream | |
object java.io.BufferedOutputStream | |
object ch.qos.logback.core.recovery.ResilientFileOutputStream | |
object ch.qos.logback.core.FileAppender | |
object ch.qos.logback.core.status.InfoStatus | |
object java.lang.Object[] | |
object java.util.ArrayList | |
object ch.qos.logback.core.BasicStatusManager | |
object ch.qos.logback.classic.LoggerContext | |
object ch.qos.logback.classic.Logger | |
object play.api.Logger | |
object play.core.server.AkkaHttpServer$ | |
field play.core.server.AkkaHttpServer$.MODULE$ | |
Error: Must not have a started Thread in the image heap. | |
Trace: object java.util.concurrent.locks.AbstractQueuedSynchronizer$Node | |
object java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject | |
object java.util.concurrent.ArrayBlockingQueue | |
object ch.qos.logback.classic.AsyncAppender | |
object java.lang.Object[] | |
object java.util.concurrent.CopyOnWriteArrayList | |
object ch.qos.logback.core.util.COWArrayList | |
object ch.qos.logback.core.spi.AppenderAttachableImpl | |
object ch.qos.logback.classic.Logger | |
object ch.qos.logback.classic.LoggerContext | |
object ch.qos.logback.classic.Logger | |
object play.api.Logger | |
object play.core.server.AkkaHttpServer$ | |
field play.core.server.AkkaHttpServer$.MODULE$ | |
Error: Image building with exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment