`
m635674608
  • 浏览: 5029048 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

Could not reload resource bundles java.lang.NoSuchFieldException: cacheList

 
阅读更多

在使用struts2发布到weblogic10的时候报这个异常

Could not reload resource bundles java.lang.NoSuchFieldException: cacheList

 

 

You can't work with Struts 2 in devMode and Websphere. There isn't many information on the Internet (in French) but what I can understand with my limited French knowledge is that you have to put the server with production settings. 

I mean that your struts.xml must be like this to make Struts2 work on Websphere:
<struts>
   <constant name="struts.devMode" value="false" />
   <constant name="struts.i18n.reload" value="false" />
   <constant name="struts.configuration.xml.reload" value="false" />
   ...
</struts>

 The reason that why is this happening is not very clear. The blog explains that maybe is for a different JVM implementation by IBM and maybe it differs in the implementation of the ResourceBundle class that has no private field cacheList and then raises an error when it reloads the i18n labels.

 

0
5
分享到:
评论

相关推荐

    ZK 6.5.0 Configuration Reference

    `web.xml` 是一个重要的配置文件,在 Java Web 应用程序中用于定义各种初始化参数、过滤器、监听器等。在 ZK 6.5.0 中,该文件被用来配置与 ZK 相关的各种组件。 - **ZKLoader**: 负责加载 ZK 库并初始化相关环境。...

    库卡8.3系统变量手册

    2. $ABS_RELOAD:表示是否在断电后重新加载绝对位置。 3. $ABS_UPDATE:表示是否允许更新绝对位置。 4. $ACC:表示加速度。 5. $ACC_C:表示加速度曲线,决定了机器人运动的平滑程度。 6. $ACC_AXIS:表示各轴加速度...

    LiveReload

    LiveReload是一款强大的自动化工具,主要用于前端开发,它能够在你编辑代码时自动刷新浏览器,让你能够实时看到代码修改的效果。在Sublime Text 3这个流行的文本编辑器中,LiveReload作为一个插件存在,极大地提升了...

    Ext.DataView 图片列表显示

    this.store.reload(); }; var dataview = new Ext.DataView({ store: store, tpl : tpl, id: 'phones', itemSelector: 'li.phone', overClass : 'phone-hover', singleSelect: true, multiSelect : ...

    struts2 properties

    Struts2是一个流行的Java web应用框架,用于构建MVC(模型-视图-控制器)架构的应用程序。在Struts2中,`struts.properties`文件是核心配置文件,它位于应用的`classes`目录下,用于设定框架的行为和偏好。这个文件...

    最小安装centos7服务器,配置网络,java,tomcat,mysql

    ### 最小安装CentOS 7并配置网络、Java、Tomcat与MySQL #### 一、最小安装CentOS 7及网络配置 **目的:** 最小安装CentOS 7旨在优化服务器资源利用,减少不必要的图形界面组件和服务,提高系统稳定性和安全性。 *...

    用 npm script 打造超溜的前端工作流

    11实战篇 02:结合 live-reload 实现自动刷新.md 12实战篇 03:在 git hooks 中运行 npm script.md 13实战篇 04:用 npm script 实现构建流水线.md 14实战篇 05:用 npm script 实现服务自动化运维.md 1入门篇 ...

    js 页面刷新location.reload和location.replace的区别小结.docx

    JavaScript 中的 location.reload 和 location.replace 方法的区别 在 JavaScript 中,我们经常使用 location.reload() 和 location.replace() 两个方法来刷新页面或重定向到新的 URL。但是,这两个方法之间有着...

    LiveReload.rar

    本资源“LiveReload.rar”是针对使用Visual Studio Code(简称VS Code)进行前端开发时,配合Chrome浏览器实现页面自动刷新的配置和插件介绍。 首先,`livereload` 是一个自动化工具,它可以在源代码更改时自动重新...

    vsc-surrounding:Visual Studio Code扩展,使所选内容带有已配置的内容

    // Prefix of command00 (Need Surrounding: Reload) "surrounding.commands.0.prefix": "{", // Postfix of command00 (Need Surrounding: Reload) "surrounding.commands.0.postfix": "}", // Prefix of ...

    Android SDK在线更新方法

    Android SDK在线更新镜像服务器 大连东软信息学院镜像服务器地址: ... 北京化工大学镜像服务器地址: ... ...启动 Android SDK Manager ,打开主界面,依次选择『Tools』、『Options......依次选择『Packages』、『Reload』。

    docker.service启动失败:Unit not found的原因及解决办法

    Docker服务无法启动,报错Unit not found是一个在使用Docker时可能遇到的错误。针对这个特定问题,从提供的内容中我们可以分析出两个主要原因,并且分别提出解决方案。 首先,问题描述中提到的情况可能是因为系统中...

    js刷新页面 方法大全

    3. `location.reload()`: 直接使用`location`对象的`reload()`方法,与`window.location.reload()`效果相同。 ```javascript location.reload(); ``` 4. `location = location` 或 `location.assign(location)`:...

    jquery刷新页面和JS常用的函数

    &lt;p&gt;Your browser does not support JavaScript! ``` 27. **事件绑定:** ```html &lt;a href="a.html" onclick="location.href='b.html'; return false;"&gt;Link ``` 28. **JavaScript 对象:** JavaScript ...

    cisco 5520防火墙IOS升级.txt

    .备份上传资料,镜像(tftp工具) 2.指定IOS镜像 sas5520(config)#boot system flash/asa917-25-k8.bin 出现以下信息: INFO: Converting flash/asa917-25-k8.bin to disk0:/flash/asa...asa-2(config)# reload

    最新版linux apache-tomcat-9.0.37.tar.gz

    Apache Tomcat是一款开源的Java应用服务器,主要用于运行Servlet和JSP应用。它是Apache软件基金会Jakarta项目的一部分,设计目标是实现Sun Microsystems的Java Servlet和JavaServer Pages(JSP)规范。在Linux环境下...

    com.sogou.liveReload:修改代码 实时刷新

    com.sogou.liveReload ##使用说明: 直接安装可以作为AuotReload sogou浏览器插件使用, 应用于web开发 监控 html js css 包括引入的外部资源发生改变的时候自动刷新页面; 但不支持 SogouExplorer Extension 的开发...

    java eclipse

    根据提供的信息,我们可以深入探讨与Java Eclipse环境下的Struts框架配置相关的知识点。下面将详细解析在Struts配置文件中出现的一些关键配置项及其作用。 ### 1. Struts配置文件详解 #### 1.1 `struts.enable....

    java教程二第2章Java环境和工具.pdf

    根据提供的文件内容,本文档为《Java教程二第2章Java环境和工具.pdf》,该章内容主要围绕Java环境的搭建以及Java开发相关工具的介绍和使用方法。 知识点如下: 1. Java运行环境(JRE)和开发工具包(JDK): Java...

Global site tag (gtag.js) - Google Analytics