- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我刚刚将 java 更新到 1.8u20 现在我得到了这个异常,我在使用 Java 1.8u05 时没有得到我正在使用最新的 spring boot 1.18 和 groovy 2.3.7 indy。
有人知道这是 java、spring 还是 groovy 的问题吗?
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validationController': Injection of autowired dependencies failed;
nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.lang.Object io.demo.online.service.ValidationController.MappingJackson2JsonView;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'viewResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]: Initialization of bean failed;
nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'groovyTemplateViewResolver' defined in class path resource [org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration$GroovyWebConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [groovy.text.TemplateEngine]: : Error creating bean with name 'groovyTemplateEngine' defined in class path resource [org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration$GroovyMarkupConfiguration.class]: Instantiation of bean failed;
nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public groovy.text.TemplateEngine org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration$GroovyMarkupConfiguration.groovyTemplateEngine() throws java.lang.Exception] threw exception; nested exception is java.lang.VerifyError: Bad <init> method call from inside of a branch
Exception Details:
Location:
org/codehaus/groovy/control/customizers/ASTTransformationCustomizer.<init>(Ljava/lang/Class;)V @155: invokespecial
Reason:
Error exists in the bytecode
Bytecode:
0x0000000: 05bd 006c 5903 2b53 5904 2bba 0071 0000
0x0000010: 5359 10ff 1202 b800 772a 5fab 0000 0182
0x0000020: 0000 000a b951 be33 0000 0059 bd3c 11f8
0x0000030: 0000 0086 e4d2 7468 0000 00aa f226 4f65
0x0000040: 0000 00bc 1cb4 ddcd 0000 00ce 224d 0e57
0x0000050: 0000 00e9 4441 e4ca 0000 010d 4c34 1502
0x0000060: 0000 0128 589a 5432 0000 0143 6648 e9fd
0x0000070: 0000 015e 5f5a 5903 32ba 0080 0000 5f59
0x0000080: 0432 ba00 4300 005f 5905 32ba 0083 0000
0x0000090: 5f59 0632 ba00 8600 005f 57b7 0089 a701
0x00000a0: 095f 5a59 0332 ba00 4300 005f 5904 32ba
0x00000b0: 0083 0000 5f59 0532 ba00 8600 005f 57b7
0x00000c0: 008b a700 e55f 5a59 0332 ba00 4300 005f
0x00000d0: 57b7 008e a700 d35f 5a59 0332 ba00 4b00
0x00000e0: 005f 57b7 0091 a700 c15f 5a59 0332 ba00
0x00000f0: 8000 005f 5904 32ba 0043 0000 5f57 b700
0x0000100: 94a7 00a6 5f5a 5903 32ba 0080 0000 5f59
0x0000110: 0432 ba00 4300 005f 5905 32ba 0083 0000
0x0000120: 5f57 b700 97a7 0082 5f5a 5903 32ba 0080
0x0000130: 0000 5f59 0432 ba00 4b00 005f 57b7 009a
0x0000140: a700 675f 5a59 0332 ba00 4300 005f 5904
0x0000150: 32ba 0086 0000 5f57 b700 9da7 004c 5f5a
0x0000160: 5903 32ba 0043 0000 5f59 0432 ba00 8300
0x0000170: 005f 57b7 009f a700 315f 5a59 0332 ba00
0x0000180: 8000 005f 5904 32ba 0043 0000 5f59 0532
0x0000190: ba00 8600 005f 57b7 00a2 a700 0dbb 00a4
0x00001a0: 5912 a6b7 00a9 bf57 b1
Stackmap Table:
full_frame(@116,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@161,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@197,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@215,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@233,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@260,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@296,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@323,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@350,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@377,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@413,{UninitializedThis,Object[#121]},{Object[#125],UninitializedThis})
full_frame(@423,{Object[#2],Object[#121]},{Object[#125]})
这是所有依赖项的列表
runtime - Runtime classpath for source set 'main'.
+--- org.codehaus.groovy:groovy-all:2.3.7
+--- org.springframework.boot:spring-boot-starter-actuator:1.1.8.RELEASE
| +--- org.springframework.boot:spring-boot-starter:1.1.8.RELEASE
| | +--- org.springframework.boot:spring-boot:1.1.8.RELEASE
| | | +--- org.springframework:spring-core:4.0.7.RELEASE
| | | \--- org.springframework:spring-context:4.0.7.RELEASE
| | | +--- org.springframework:spring-aop:4.0.7.RELEASE
| | | | +--- aopalliance:aopalliance:1.0
| | | | +--- org.springframework:spring-beans:4.0.7.RELEASE
| | | | | \--- org.springframework:spring-core:4.0.7.RELEASE
| | | | \--- org.springframework:spring-core:4.0.7.RELEASE
| | | +--- org.springframework:spring-beans:4.0.7.RELEASE (*)
| | | +--- org.springframework:spring-core:4.0.7.RELEASE
| | | \--- org.springframework:spring-expression:4.0.7.RELEASE
| | | \--- org.springframework:spring-core:4.0.7.RELEASE
| | +--- org.springframework.boot:spring-boot-autoconfigure:1.1.8.RELEASE
| | | \--- org.springframework.boot:spring-boot:1.1.8.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:1.1.8.RELEASE
| | | +--- org.slf4j:jcl-over-slf4j:1.7.7
| | | | \--- org.slf4j:slf4j-api:1.7.7
| | | +--- org.slf4j:jul-to-slf4j:1.7.7
| | | | \--- org.slf4j:slf4j-api:1.7.7
| | | +--- org.slf4j:log4j-over-slf4j:1.7.7
| | | | \--- org.slf4j:slf4j-api:1.7.7
| | | \--- ch.qos.logback:logback-classic:1.1.2
| | | +--- ch.qos.logback:logback-core:1.1.2
| | | \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.7
| | +--- org.springframework:spring-core:4.0.7.RELEASE
| | \--- org.yaml:snakeyaml:1.13
| +--- org.springframework.boot:spring-boot-actuator:1.1.8.RELEASE
| | +--- org.springframework.boot:spring-boot:1.1.8.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:1.1.8.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.3.4
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.0
| | | \--- com.fasterxml.jackson.core:jackson-core:2.3.4
| | +--- org.springframework:spring-core:4.0.7.RELEASE
| | \--- org.springframework:spring-context:4.0.7.RELEASE (*)
| \--- org.springframework:spring-core:4.0.7.RELEASE
+--- org.springframework.boot:spring-boot-starter-web:1.1.8.RELEASE
| +--- org.springframework.boot:spring-boot-starter:1.1.8.RELEASE (*)
| +--- com.fasterxml.jackson.core:jackson-databind:2.3.4 (*)
| +--- org.hibernate:hibernate-validator:5.0.3.Final -> 5.1.2.Final
| | +--- javax.validation:validation-api:1.1.0.Final
| | +--- org.jboss.logging:jboss-logging:3.1.3.GA
| | \--- com.fasterxml:classmate:1.0.0
| +--- org.springframework:spring-core:4.0.7.RELEASE
| +--- org.springframework:spring-web:4.0.7.RELEASE
| | +--- org.springframework:spring-aop:4.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:4.0.7.RELEASE (*)
| | +--- org.springframework:spring-context:4.0.7.RELEASE (*)
| | \--- org.springframework:spring-core:4.0.7.RELEASE
| \--- org.springframework:spring-webmvc:4.0.7.RELEASE
| +--- org.springframework:spring-beans:4.0.7.RELEASE (*)
| +--- org.springframework:spring-context:4.0.7.RELEASE (*)
| +--- org.springframework:spring-core:4.0.7.RELEASE
| +--- org.springframework:spring-expression:4.0.7.RELEASE (*)
| \--- org.springframework:spring-web:4.0.7.RELEASE (*)
+--- org.eclipse.jetty:jetty-webapp:9.2.0.v20140526
| +--- org.eclipse.jetty:jetty-xml:9.2.0.v20140526
| | \--- org.eclipse.jetty:jetty-util:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-servlet:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-security:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-server:9.2.0.v20140526
| +--- javax.servlet:javax.servlet-api:3.1.0
| +--- org.eclipse.jetty:jetty-http:9.2.0.v20140526
| | \--- org.eclipse.jetty:jetty-util:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-io:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-util:9.2.0.v20140526
+--- org.eclipse.jetty:jetty-jsp:9.2.0.v20140526
| +--- org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0
| +--- javax.servlet:javax.servlet-api:3.1.0
| +--- javax.servlet.jsp:javax.servlet.jsp-api:2.3.1
| +--- org.glassfish.web:javax.servlet.jsp:2.3.2
| | +--- org.glassfish:javax.el:[3.0.0,) -> 3.0.1-b05
| | \--- javax.servlet.jsp:javax.servlet.jsp-api:2.3.1
| +--- org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821
| +--- org.glassfish.web:javax.servlet.jsp.jstl:1.2.2
| +--- org.glassfish:javax.el:3.0.0 -> 3.0.1-b05
| \--- org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121
+--- org.eclipse.jetty:jetty-servlets:9.2.0.v20140526
| +--- org.eclipse.jetty:jetty-continuation:9.2.0.v20140526
| +--- org.eclipse.jetty:jetty-http:9.2.0.v20140526 (*)
| +--- org.eclipse.jetty:jetty-util:9.2.0.v20140526
| \--- org.eclipse.jetty:jetty-io:9.2.0.v20140526 (*)
+--- org.springframework:spring-aspects:4.0.7.RELEASE
| \--- org.aspectj:aspectjweaver:1.8.2
+--- javax.inject:javax.inject:1
+--- commons-io:commons-io:2.4
+--- xmlunit:xmlunit:1.5
+--- com.google.guava:guava:18.0
\--- org.hibernate:hibernate-validator:5.1.2.Final (*)
我可以在 linux 和 macos 上重现这个错误。
最佳答案
不幸的是,JDK 1.8u20 有几个 validator 错误,这使得它与 groovy 不兼容。您应该尝试使用 1.8u5 或最新的 EAP 8u40。
关于Java 1.8u20 无法启动 spring boot 和 groovy 2.3.7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26324084/
有人可以解释一下 spring-boot-parent 和 spring-boot-starter-parent 之间的区别吗,正如我在下面附加的 GIT HUB 代码链接之一中看到的,他们为 spr
我有与 jersey 框架集成的 Spring Boot 应用程序。 现在,当我尝试运行该应用程序时,它只是停留在 Spring 启动徽标上,之后没有任何 react 。 我也尝试添加 -X ,但徽标
我指的是 Spring Boot 关于 的文档自动配置 和 执行器 模块: 自动配置: Spring Boot AutoConfiguration attempts to automatically
我正在尝试将 apache log4j 集成到我的 Spring boot 应用程序中。这是我的 build.gradle 文件: build.gradle buildscript { rep
使用 Spring Boot Maven 插件的以下命令在生产中启动 Spring Boot 应用程序是否是一个好主意或实践? mvn spring-boot:run 最佳答案 不,这是个坏主意。 您
据我所知,spring boot 和 spring session 为我们提供了一站式自动配置,但是当我的应用程序使用 session redis 和应用程序缓存 redis 时,不是同一个 redi
我希望使用Spring Boot创建一个新的Web应用程序。不幸的是,我的服务器在技术堆栈方面相当有限。它安装了Java 5。 谁能告诉我spring boot是否可以在Java 1.5上运行以及什么
我有3个实体 CarWash(设置Wash) Wash(car_wash_id FK到CarWash) WashComment(wash_id FK到Wash) 有什么办法可以写这个查询 @Qu
我一直在关注this文章。 我正在尝试在Spring-boot应用程序中优雅地处理gRPC错误,的主要目标是能够在gRPC客户端中获取错误状态。 在上面的文章之后,我坚持为异常添加拦截器。如何在Spr
我有一个要使用的自定义log4j布局插件。在IntelliJ中运行或与./gradlew bootRun一起运行时,插件可以正常工作。不使用./gradlew bootJar构建启动jar。 启用-D
我想在给定范围 (5001-5100) 的随机端口上启动 Spring Cloud 应用程序(Spring Boot 1.5.14,Spring Cloud Edgware.SR4)。我知道我们可以使
任何人都可以向我展示或指出不使用 spring boot gradle 插件的 spring boot gradle 项目。 我正在寻找类似不使用 gradle 插件的 spring boot sta
我当时尝试包含上述依赖项之一,但找不到任何区别: spring boot starter web:我可以看到 Flux 和 Mono 类并制作一个响应式(Reactive)休息 Controller
我们一直在为我们的应用程序使用 Springboot 1.X。 现在准备开始一些新的应用程序,想知道我们是应该使用 SpringBoot2.0 还是坚持使用 SpringBoot 1.X? 对一种方式
我希望记录应用程序正在加载 application-profile.propeties 或 application.yml。怎么做。在哪种方法中,我可以听取它并检测它是成功加载还是失败。 最佳答案 您
当我在 pom.xml 中添加简单的 spring-boot-starter-data-jpa 依赖项时,在 pom.xml 文件中出现错误。如果我删除该依赖项,则不会再有错误。我不确定为什么会发生这
我希望记录应用程序正在加载 application-profile.propeties 或 application.yml。怎么做。在哪种方法中,我可以听取它并检测它是成功加载还是失败。 最佳答案 您
我在网上看了很多关于 spring-boot-devtools 的文章和问题,但仍然无法弄清楚为什么它对我不起作用。每次运行我的应用程序时,我都会得到以下信息: 17:54:28.057 [main]
我正在尝试将现有的 Spring 应用程序移植到 Spring Boot。我不使用 spring-boot-starter-data-solr 启动器,但是我的类路径上有 apache solrj (
(这主要是一个历史问题。Pivotal 建议所有论坛讨论都在 StackOverflow 上进行,这就是我在这里问它的原因。) Spring Boot 项目用来证明将应用程序的类和依赖项从可执行 ja
我是一名优秀的程序员,十分优秀!