remote failure: Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/hibernate-config.xml]: Invocation of init method failed; nested exception is java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory. Please see server.log for more details.
上記のエラーが発生しましたが、プロジェクトに jarがslf4j-api-1.5.2
あります。slf4j12-1.5.2
このエラーについて検索したところ、プロジェクトにslf4j
jar がないか、jar ファイルをアップグレードする必要があると誰もが言いました。私はこれら2つの状況を確実に持っています。今、私は何をしなければならないのかわかりません。前もって感謝します。