GithubHelp home page GithubHelp logo

Comments (2)

dongchenxu avatar dongchenxu commented on June 27, 2024

重新定位了下问题

2017-12-06 09:45:44 WARN  occur error on event-listener, listener-id=84;process-id=1811;invoke-id=1811;type=LINE;
java.lang.ClassCircularityError: com/alibaba/jvm/sandbox/module/trace/cache/ThreadLocalHolder
        at com.alibaba.jvm.sandbox.module.trace.TraceMetaQListener.onEvent(TraceMetaQListener.java:31)
        at com.alibaba.jvm.sandbox.core.enhance.weaver.SeparateImmediatelyEventListener.onEvent(SeparateImmediatelyEventListener.java:73)
        ...
        at com.alibaba.security.jam.framework.JamClassFileTransformer.transform(JamClassFileTransformer.java:163)
        ...

本质的原因是出现了两个字节码增强工具相互干扰的尴尬情况,在这个CASE中是另外一款阿里巴巴的安全框架JAM和沙箱容器的字节码增强相互感知所导致的。

这个...目前没有好的办法,暂时只能想到开放包路径排除的手段进行解决。

from jvm-sandbox.

dongchenxu avatar dongchenxu commented on June 27, 2024

这个问题决定暂时通过规避增强jam的方式解决,目前没有想到修复的最有方式,挂起这个问题吧。

from jvm-sandbox.

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.