有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java无法获取可用的提供程序解析程序

当我们使用Bean验证时,它工作得很好。但在运行一段时间后,出现了一个RuntimeException:

javax.validation.ValidationException: Unable to get available provider resolvers.
        at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:265)
        at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
        at org.dacell.app.order.isale.service.IsaleTradeValidate.validate(IsaleTradeValidate.java:40)
        at org.dacell.app.order.isale.service.IsaleTradeValidate$$FastClassByCGLIB$$15097933.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:698)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
        at org.dacell.aspect.ValidateLogAspect.around(ValidateLogAspect.java:49)
        at sun.reflect.GeneratedMethodAccessor1869.invoke(Unknown Source)

lib:hibernate-validator-5.0.1。最终的罐子


共 (0) 个答案