Weblogic Guava issue when deploying application

后端 未结 6 1828
天涯浪人
天涯浪人 2020-12-19 23:51

I\'m trying to deploy an application to a weblogic server, and I get the following error.
I have guava.jar in my classpath, I tried with all the latest versions I tried

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 00:23

    I faced the similar issue. I could resolve this problem by adding a weblogic-application.xml with prefer-application-packages to my EAR.

    
    
        
            com.google.common.*
        
    
    

提交回复
热议问题