我正在使用带有JDK-7的JBoss-7.1.0。我得到了以下堆栈跟踪:
java.lang.ClassCastException: java.util.logging.LoggingProxyImpl cannot be cast to sun.util.logging.LoggingProxy有没有人知道这个异常的解决方案?
发布于 2014-06-11 18:50:01
https://access.redhat.com/site/discussions/792203
解决方案是在jboss\modules\system\layers\base\sun\jdk\main\module.中添加'path name=“sun/util/logging”/
https://stackoverflow.com/questions/24160952
复制相似问题