“NoClassDefFoundError: Could not initialize class” error

后端 未结 6 1863
逝去的感伤
逝去的感伤 2020-11-27 12:54

When I run my project, I get numerous outputs of this error:

Sep 9, 2009 8:22:23 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service()         


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 13:26

    I had faced the same issue, because the jar library was copied by other Linux user(root), and the logged in user(process) did not have sufficient privilege to read the jar file content.

提交回复
热议问题