Coder Social home page Coder Social logo

Comments (9)

elaatifi avatar elaatifi commented on May 23, 2024

This should be disabled by default, should be enabled only for troubleshooting (as it impacts also the performance)

But I agree with you on the exception part.

from orika.

leonard84 avatar leonard84 commented on May 23, 2024

valueOf(getProperty(DUMP_STATE_ON_EXCEPTION, "true")) is enabled by default at the moment

from orika.

elaatifi avatar elaatifi commented on May 23, 2024

Yes and actually is another issue (in addition to the issue you raised) !

from orika.

novtor avatar novtor commented on May 23, 2024

Having similar issue:
java.lang.ClassNotFoundException: javax.transaction.TransactionManager
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2387)
at java.lang.Class.getDeclaredFields(Class.java:1796)
at com.carrotsearch.sizeof.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:568)
at com.carrotsearch.sizeof.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:532)
at com.carrotsearch.sizeof.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:380)
at com.carrotsearch.sizeof.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:361)
at ma.glasnost.orika.StateReporter.humanReadableSizeInMemory(StateReporter.java:48)

from orika.

ndr-brt avatar ndr-brt commented on May 23, 2024

There's a way to replicate this exception?

from orika.

elaatifi avatar elaatifi commented on May 23, 2024

I think the best thing todo is to disabled it by default.
valueOf(getProperty(DUMP_STATE_ON_EXCEPTION, "true")), default value should be "false"

from orika.

ndr-brt avatar ndr-brt commented on May 23, 2024

I did the pull request, I think now this issue can be closed until a way to replicate it.

from orika.

markthegrea avatar markthegrea commented on May 23, 2024

This is still happening in our production environment and nowhere else.

java.lang.ClassNotFoundException: javax.transaction.TransactionManager

Is this a mapping problem or is the changing the setting above a "fix"? And HOW do you make that setting change?

Has this been fixed with the new 1.5 upgrades? We are using 1.4.6

from orika.

elaatifi avatar elaatifi commented on May 23, 2024

This happen only when there is already an exception even for previous release. But has been disabled by default in 1.5.

You can also disabled for previous release by adding -Dma.glasnost.orika.dumpStateOnException=false to JVM parameters

from orika.

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.