关于“Unable to verify action class [xxx] exists at initialization”

简介:
在Struts+Spring的web架构中,如果在Spring配置文件中为bean定义了web专用的三种scope(request,session,globelsession),那么在服务器启动时就会出现标题所示的提示信息。如果在LOG4J里为rootLogger设置日志级别为DEBUG,还能看到spring记录的异常信息,提示初始化bean的时候没有request或session的上下文。这种情况是没法子通过lazy-init进行优化的,因为这个属性只对singletone或prototype的bean生效。看错误信息的提示,可以考虑代理的方法。不过还没有研究。

总之,眼下这个问题是没法子解决了。



本文转自 斯然在天边 51CTO博客,原文链接:http://blog.51cto.com/winters1224/797884,如需转载请自行联系原作者

相关文章
|
Serverless
attempt to delete a method
attempt to delete a method
226 1
|
8月前
|
编解码 数据处理
|
8月前
Error:Execution failed for task ':app:javaPreCompileDebug'. > Annotation processors must be explicit
Error:Execution failed for task ':app:javaPreCompileDebug'. > Annotation processors must be explicit
100 0
|
JavaScript 算法 前端开发
Property xxx was accessed during render but is not defined on instance
目前el-form的model主要用表单验证的,也就是配合el-form的rules和el-form-item的prop来使用的。不信的话,你可以增加一个rules和prop(为了调用验证方法,也el-form也加一个ref属性,相当于id或者class选择器的意思),但是不写model,然后验证的话,会提示缺少model,导致无法验证成功。
Property xxx was accessed during render but is not defined on instance
Gradle sync failed: Unsupported method: NativeArtifact.getSourceFolders().
Gradle sync failed: Unsupported method: NativeArtifact.getSourceFolders().
110 0
|
Java
The type XXX cannot be resolved. It is indirectly referenced from required .class files
The type XXX cannot be resolved. It is indirectly referenced from required .class files
147 0
|
关系型数据库 MySQL Java
解决方案 --Failed to initialize JPA EntityManagerFactory: Unable to create requested service
解决方案 --Failed to initialize JPA EntityManagerFactory: Unable to create requested service
解决方案 --Failed to initialize JPA EntityManagerFactory: Unable to create requested service
|
Windows Python
Fatal error in launcher:Unable to create process using
Windows 下同时存在 Python2 和 Python3 使用 pip 时系统报错:`Fatal error in launcher: Unable to create process using '"'` 的解决方案
5369 0
|
Java 数据格式 XML
JakartaEE Exception: Invalid bound statement (not found): com.mazaiting.blog.dao.UserDao.selectUs...
异常 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.
1219 0

热门文章

最新文章