Giter Club home page Giter Club logo

Comments (6)

dmlloyd avatar dmlloyd commented on August 15, 2024

Are you paraphrasing your log, or is that the exact, literal JSON block that you are seeing in the file?

from quarkus.

mcanzerini avatar mcanzerini commented on August 15, 2024

I have some other data, here is a more complete log (it comes from a pod in openshift, I have not reproduced the problem in local dev mode yet):

{
  "timestamp":"2024-05-31T10:40:19.730259939Z",
  "host":"worker-04.mydomain.com",
  "level":"SEVERE",
  "loggerName":"io.vertx.core.net.impl.ConnectionBase",
  "mdc":{},
  "message":"NULL",
  "podName":"myapp-5957497c59-pkldh",
  "processId":1,
  "processName":"quarkus-run.jar",
  "threadId":27,
  "threadName":"vert.x-eventloop-thread-1"
}

from quarkus.

dmlloyd avatar dmlloyd commented on August 15, 2024

OK, that helps, thanks. Is this with the included io.quarkus:quarkus-logging-json or with the Quarkiverse io.quarkiverse.loggingjson:quarkus-logging-json?

from quarkus.

mcanzerini avatar mcanzerini commented on August 15, 2024

We developed our own logging extension based on io.quarkus:quarkus-logging-json

from quarkus.

mcanzerini avatar mcanzerini commented on August 15, 2024

Can you give me some feedback about this issue? Is it a bug on io.quarkus:quarkus-logging-json?
Just to know if we have to investigate on our side.

from quarkus.

mcanzerini avatar mcanzerini commented on August 15, 2024

Since I am still facing the issue, I keep investigating on my own and here are some additionnal infos:

I deactivated our JSON logging extension based on io.quarkus:quarkus-logging-json and redeployed my app on openshift. The NULL logs are still present (so I think it is not a problem with JSON logging):

2024-06-18 01:22:52,955 ERROR [io.ver.cor.htt.imp.HttpClientRequestImpl] (vert.x-eventloop-thread-0) NULL
2024-06-18 01:22:52,955 ERROR [io.ver.cor.net.imp.ConnectionBase] (vert.x-eventloop-thread-0) NULL

However, if I set the level of the logger to DEBUG, I can now have additionnal info about the error:

2024-06-18 01:22:52,955 ERROR [io.ver.cor.htt.imp.HttpClientRequestImpl] (vert.x-eventloop-thread-0) NULL
2024-06-18 01:22:52,955 ERROR [io.ver.cor.net.imp.ConnectionBase] (vert.x-eventloop-thread-0) NULL: io.netty.channel.StacklessClosedChannelException
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source)
2024-06-18 01:22:52,956 ERROR [io.ver.cor.net.imp.ConnectionBase] (vert.x-eventloop-thread-0) NULL: io.netty.channel.StacklessClosedChannelException
at io.netty.channel.AbstractChannel.close(ChannelPromise)(Unknown Source)

Can someone help me on this please? I would like to be sure there is no bug in background.

Thanks a lot

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.