简体   繁体   English

Apache tomcat + eclipselink下的Servlet

[英]Servlet under Apache tomcat + eclipselink

I deployed war to apache. 我向阿布扎比部署了战争。 All added eclipselink.jar to \\lib folder , and when I try to call servlet : 全部添加到eclipselink.jar到\\ lib文件夹中,当我尝试调用servlet时:

java.lang.SecurityException: class "javax.persistence.spi.ProviderUtil"'s signer information does not match signer information of other classes in the same package java.lang.SecurityException:类“ javax.persistence.spi.ProviderUtil”的签名者信息与同一包中其他类的签名者信息不匹配

occured 发生了

I have read that is some eclipselink bug. 我读过那是一些eclipselink错误。 But I haven't found solution. 但是我还没有找到解决方案。 I need to use eclipselink. 我需要使用eclipselink。

Could anybody help? 有人可以帮忙吗?

Have you looked at this thread on Stackoverflow? 您是否在Stackoverflow上看到了这个线程? Java SecurityException: signer information does not match Java SecurityException:签名者信息不匹配

It seems that the error you are encountering is due to a conflict or lack of JAR certificates in your library JAR files. 您遇到的错误似乎是由于库JAR文件中的冲突或缺少JAR证书引起的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM