Coder Social home page Coder Social logo

Live reloading an app with `quarkus-hibernate-search-standalone-elasticsearch` results in `UncaughtExceptions` being logged about quarkus HOT 4 CLOSED

marko-bekhta avatar marko-bekhta commented on July 18, 2024
Live reloading an app with `quarkus-hibernate-search-standalone-elasticsearch` results in `UncaughtExceptions` being logged

from quarkus.

Comments (4)

yrodiere avatar yrodiere commented on July 18, 2024

I guess the logs don't include the full stack trace? :/

from quarkus.

marko-bekhta avatar marko-bekhta commented on July 18, 2024

Nope, that's all that's logged there 😔 😕
buuut ... I've started debugging it a bit:

isLoggable:36, LogCleanupFilter (io.quarkus.runtime.logging)
isLoggable:347, Handler (java.util.logging)
publish:87, ExtHandler (org.jboss.logmanager)
publish:438, LoggerNode (org.jboss.logmanager)
publish:480, LoggerNode (org.jboss.logmanager)
publish:480, LoggerNode (org.jboss.logmanager)
publish:480, LoggerNode (org.jboss.logmanager)
publish:480, LoggerNode (org.jboss.logmanager)
publish:480, LoggerNode (org.jboss.logmanager)
logRaw:1089, Logger (org.jboss.logmanager)
log:1052, Logger (org.jboss.logmanager)
log:1064, Logger (org.jboss.logmanager)
doLog:43, JBossLogManagerLogger (org.jboss.logging)
error:1497, Logger (org.jboss.logging)
destroy:-1, SearchMapping_A3Pwpzj6LZ1U3ryq007Z-Hp-28Q_Synthetic_Bean (org.hibernate.search.mapper.pojo.standalone.mapping)
destroy:-1, SearchMapping_A3Pwpzj6LZ1U3ryq007Z-Hp-28Q_Synthetic_Bean (org.hibernate.search.mapper.pojo.standalone.mapping)
destroyInternal:78, AbstractInstanceHandle (io.quarkus.arc.impl)
destroy:26, ContextInstanceHandleImpl (io.quarkus.arc.impl)
destroy:102, AbstractSharedContext (io.quarkus.arc.impl)
shutdown:455, ArcContainerImpl (io.quarkus.arc.impl)
shutdown:65, Arc (io.quarkus.arc)
run:53, ArcRecorder$1 (io.quarkus.arc.runtime)
runAllAndClear:87, StartupContext (io.quarkus.runtime)
close:79, StartupContext (io.quarkus.runtime)
doStop:-1, ApplicationImpl (io.quarkus.runner)
stop:208, Application (io.quarkus.runtime)
stop:155, Application (io.quarkus.runtime)
run:229, ApplicationLifecycleManager (io.quarkus.runtime)
run:71, Quarkus (io.quarkus.runtime)
run:44, Quarkus (io.quarkus.runtime)
run:124, Quarkus (io.quarkus.runtime)
main:-1, GeneratedMain (io.quarkus.runner)
invoke0:-1, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:77, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:43, DelegatingMethodAccessorImpl (jdk.internal.reflect)
invoke:568, Method (java.lang.reflect)
run:113, StartupActionImpl$1 (io.quarkus.runner.bootstrap)
run:840, Thread (java.lang)

so I'm guessing it has to do with

protected void implementDestroy(BeanInfo bean, ClassCreator beanCreator, ProviderType providerType,

but that's as far as I got 🙈

from quarkus.

yrodiere avatar yrodiere commented on July 18, 2024

Right, I meant the stack trace of the cause, not the logging.

Related code:

I don't know if it's the CloseableDestroyer failing (seems odd given it's very simple) or SearchMapping#close throwing an exception for some reason.

from quarkus.

marko-bekhta avatar marko-bekhta commented on July 18, 2024

Oh but I guess that's the problem .. that it is not an AutoCloseableDestroyer, no? I mean it throws that class cast exception after all, I'll try if that helps

from quarkus.

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.