Coder Social home page Coder Social logo

Comments (4)

jcunliffe1 avatar jcunliffe1 commented on July 19, 2024

might not be related to you - am still getting it after removing your jar:

[ERROR] [error]: Build step io.quarkus.vertx.http.deployment.webjar.WebJarProcessor#processWebJarProdMode threw an exception: java.lang.OutOfMemoryError: Java heap space
[ERROR] at java.base/java.io.InputStream.readNBytes(InputStream.java:445)
[ERROR] at java.base/java.io.InputStream.readAllBytes(InputStream.java:346)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.InMemoryTargetVisitor.visitFile(InMemoryTargetVisitor.java:20)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil$ResourcesFileVisitor.visitFile(WebJarUtil.java:215)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil$ResourcesFileVisitor.visitFile(WebJarUtil.java:163)
[ERROR] at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
[ERROR] at java.base/java.nio.file.Files.walkFileTree(Files.java:2876)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil$1.accept(WebJarUtil.java:85)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil$1.accept(WebJarUtil.java:71)
[ERROR] at io.quarkus.paths.PathTreeVisit.consume(PathTreeVisit.java:48)
[ERROR] at io.quarkus.paths.ArchivePathTree.accept(ArchivePathTree.java:95)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil.copyResources(WebJarUtil.java:71)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarUtil.copyResourcesForProduction(WebJarUtil.java:59)
[ERROR] at io.quarkus.vertx.http.deployment.webjar.WebJarProcessor.processWebJarProdMode(WebJarProcessor.java:78)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:944)
[ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
[ERROR] at io.quarkus.builder.BuildContext$$Lambda$810/0x0000000801886a38.run(Unknown Source)
[ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[ERROR] at java.base/java.lang.Thread.run(Thread.java:831)
[ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[ERROR]
[ERROR] [error]: Build step io.quarkus.deployment.steps.ApplicationIndexBuildStep#build threw an exception: java.lang.OutOfMemoryError: Java heap space
[ERROR] at java.base/java.util.Arrays.copyOf(Arrays.java:3536)
[ERROR] at org.jboss.jandex.Indexer.sizeToFit(Indexer.java:238)
[ERROR] at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1881)
[ERROR] at org.jboss.jandex.Indexer.index(Indexer.java:1981)
[ERROR] at io.quarkus.deployment.steps.ApplicationIndexBuildStep$1.visitFile(ApplicationIndexBuildStep.java:49)
[ERROR] at io.quarkus.deployment.steps.ApplicationIndexBuildStep$1.visitFile(ApplicationIndexBuildStep.java:34)
[ERROR] at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
[ERROR] at java.base/java.nio.file.Files.walkFileTree(Files.java:2876)
[ERROR] at io.quarkus.deployment.steps.ApplicationIndexBuildStep.build(ApplicationIndexBuildStep.java:34)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:944)
[ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
[ERROR] at io.quarkus.builder.BuildContext$$Lambda$810/0x0000000801886a38.run(Unknown Source)
[ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[ERROR] at java.base/java.lang.Thread.run(Thread.java:831)
[ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[ERROR] -> [Help 1]

from quarkus-logging-manager.

phillip-kruger avatar phillip-kruger commented on July 19, 2024

Do you have a reproducer ?

from quarkus-logging-manager.

jcunliffe1 avatar jcunliffe1 commented on July 19, 2024

I can't even get the bloody jvmArgs applied at the moment - until today I didn't even get an exception, no idea why now I do.

from quarkus-logging-manager.

jcunliffe1 avatar jcunliffe1 commented on July 19, 2024

FYI quarkusio/quarkus#26875

from quarkus-logging-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.