- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我收到此运行时错误:
java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotationUtils.clearCache()V
以及堆栈跟踪的一部分:
Caused By: java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotationUtils.clearCache()V
at org.springframework.context.support.AbstractApplicationContext.resetCommonCaches(AbstractApplicationContext.j
ava:915)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:575)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:409
)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
这是我在 pom.xml 中的 Spring 依赖项:
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>${springframework.version}</version>
</dependency>
这是${springframework.version}
:
<properties>
<springframework.version>5.0.4.RELEASE</springframework.version>
</properties>
重要的是,当我添加任何 org.springframework.security
依赖项时,我只会收到此运行时错误;当我不包含其中任何一个时,我不会收到此错误。
这是mvn dependency:tree
的输出:
+- ora.common.logging:common-logging:jar:1.2.0:system
+- ognl:ognl:jar:3.2.6:compile
| \- org.javassist:javassist:jar:3.20.0-GA:compile
+- org.apache.hivemind:hivemind-framework:jar:2.0-alpha-1:compile
| +- commons-logging:commons-logging:jar:1.0.3:compile
| \- jboss:javassist:jar:3.4.ga:compile
+- xml-apis:xml-apis:jar:1.0.b2:provided
+- org.hibernate:hibernate-core:jar:5.2.16.Final:compile
| +- org.jboss.logging:jboss-logging:jar:3.3.1.Final:compile
| +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
| +- antlr:antlr:jar:2.7.7:compile
| +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final:compile
| +- org.jboss:jandex:jar:2.0.3.Final:compile
| +- com.fasterxml:classmate:jar:1.3.0:compile
| +- dom4j:dom4j:jar:1.6.1:compile
| \- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
+- org.springframework.security:spring-security-core:jar:5.0.4.RELEASE:compile
| +- org.springframework:spring-aop:jar:5.0.5.RELEASE:compile
| +- org.springframework:spring-beans:jar:5.0.5.RELEASE:compile
| +- org.springframework:spring-context:jar:5.0.5.RELEASE:compile
| \- org.springframework:spring-expression:jar:5.0.5.RELEASE:compile
+- org.springframework.security:spring-security-web:jar:5.0.4.RELEASE:compile
+- org.springframework.security:spring-security-config:jar:5.0.4.RELEASE:compile
+- org.springframework:spring-web:jar:5.0.4.RELEASE:compile
+- org.springframework:spring-webmvc:jar:5.0.4.RELEASE:compile
+- org.springframework:spring-core:jar:5.0.4.RELEASE:compile
| \- org.springframework:spring-jcl:jar:5.0.4.RELEASE:compile
+- org.springframework:spring-orm:jar:5.0.4.RELEASE:compile
| +- org.springframework:spring-jdbc:jar:5.0.4.RELEASE:compile
| \- org.springframework:spring-tx:jar:5.0.4.RELEASE:compile
+- org.springframework.data:spring-data-jpa:jar:2.0.2.RELEASE:compile
| \- org.springframework.data:spring-data-commons:jar:2.0.2.RELEASE:compile
+- org.springframework:spring-context-support:jar:5.0.4.RELEASE:compile
+- org.springframework:spring-aspects:jar:5.0.4.RELEASE:compile
+- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
+- com.fasterxml.jackson.core:jackson-databind:jar:2.9.0:compile
+- com.fasterxml.jackson.core:jackson-core:jar:2.9.0:compile
+- org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.6.4:compile
| +- org.eclipse.persistence:javax.persistence:jar:2.1.1:compile
| +- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.6.4:compile
| +- org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.6.4:compile
| +- org.glassfish:javax.json:jar:1.0.4:compile
| +- org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.6.4:compile
| \- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.6.4:compile
+- commons-lang:commons-lang:jar:2.6:compile
+- org.apache.commons:commons-lang3:jar:3.7:compile
+- org.apache.commons:commons-collections4:jar:4.1:compile
+- junit:junit:jar:4.12:test
| \- org.hamcrest:hamcrest-core:jar:1.3:test
+- org.hsqldb:hsqldb:jar:2.3.4:test
+- javax.servlet:javax.servlet-api:jar:3.0.1:provided
+- javax.servlet.jsp:jsp-api:jar:2.1:provided
+- org.slf4j:slf4j-api:jar:1.7.10:compile
+- ch.qos.logback:logback-classic:jar:1.1.2:compile
| \- ch.qos.logback:logback-core:jar:1.1.2:compile
+- org.mapstruct:mapstruct-jdk8:jar:1.2.0.Final:compile
+- org.jvnet.jaxb2_commons:jaxb2-basics:jar:1.11.1:compile
| +- org.jvnet.jaxb2_commons:jaxb2-basics-runtime:jar:1.11.1:compile
| +- org.jvnet.jaxb2_commons:jaxb2-basics-tools:jar:1.11.1:compile
| | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
| | | \- commons-collections:commons-collections:jar:3.2.1:compile
| | \- org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
| \- com.google.code.javaparser:javaparser:jar:1.0.11:compile
+- org.aspectj:aspectjrt:jar:1.8.13:compile
+- org.aspectj:aspectjweaver:jar:1.8.13:compile
\- net.sf.ehcache:ehcache:jar:2.10.4:compile
最佳答案
我通过将 spring security 依赖项的版本更改为:
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.0.1.RELEASE</version>
</dependency>
关于java.lang.NoSuchMethodError : org. springframework.core.annotation.AnnotationUtils.clearCache()V,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50455228/
在 Tomcat 6/Ubuntu 12.04 上启动 Grails 2.1.0 应用程序时出现以下错误。 Error 500 - Internal Server Error. groovy.lang
在运行 Storm 拓扑时,我收到此错误。拓扑完美运行 5 分钟,没有任何错误,然后失败。我正在使用 Config.TOPOLOGY_TICK_TUPLE_FREQ_SECS as 300 sec i
我有一个 jsp 代码在其中一台机器上运行良好。但是当我复制到另一台机器时,我得到了这个 no such method found 异常。我是 Spring 的新手。有人可以解释我错过了什么吗? 以下
已关闭。此问题需要 debugging details 。目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and the
我的代码在下面给出了一个错误; Exception in thread "main" java.lang.NoSuchMethodError: com/myApp/Client.cypherCBC(L
我正在尝试一个 Restful web 服务示例,所以当我要访问 url 时,我遇到了异常 java.lang.NoSuchMethodError: jersey.repackaged.com.goo
我正在将一个 Spring web 项目转换为一个 Maven 项目,但我收到了这个错误: java.lang.NoSuchMethodError: org.jboss.logging.Logger.
在我的项目中,我有一个像这样的枚举: public enum MyEnum { FIRST(1), SECOND(2); private int value; private MyEnum(int v
我创建了这个简单的示例,用于读取 Linux 正常运行时间: public String getMachineUptime() throws IOException { String[] di
我正在使用 Eclipse,并且正在使用 Java。我的目标是使用 bogoSort 方法对 vector 进行排序在一个 vector (vectorExample)中适应我的 vector 类型,
我正在运行以下查询。它显示一条错误消息。如何解决这个错误? ListrouteList=null; List companyList = session.createS
我有以下模型类: @Entity @Table(name="user_content") @org.hibernate.annotations.NamedQueries({ @org.
我有那个错误。这是我的代码: GmailSettingsService service = new GmailSettingsService(APPLICATION_NAME, DOMAIN_NAME
实际上我在执行我的java程序时遇到了下面提到的错误 Exception in thread "pool-1-thread-1" java.lang.ClassCastException: jav
java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.String 我在以下代码中遇到此异常: Strin
我正在尝试从 linkedhashset 中检索随机元素。下面是我的代码,但它每次都给我异常。 private static void generateRandomUserId(Set userIds
我已经完成了 Android 中的代码: List spinnerArray = new ArrayList(); for (int i = 0; i item = (LinkedTreeMap)
这个问题已经有答案了: Explanation of ClassCastException in Java (12 个回答) 已关闭 6 年前。 我已经编写了 java 到 Json 的代码,同时从页
这个问题在这里已经有了答案: ClassCastException java.lang.Long cannot be cast to clojure.lang.IFn (4 个答案) 关闭 6 年前
我在运行时遇到问题来编译这段代码,这给我一个错误,java.lang.Integer 无法转换为 Java.lang.Double。如果有人帮助我更正此代码,我将非常高兴 double x; pu
我是一名优秀的程序员,十分优秀!