控制台报警告:
2009-06-30 16:08:02,765 WARN org.apache.struts.util.PropertyMessageResources - Resource org/apache/struts/action/ActionResources_zh_CN.properties Not Found.
2009-06-30 16:08:02,765 WARN org.apache.struts.util.PropertyMessageResources - Resource org/apache/struts/action/ActionResources_zh.properties Not Found.
这个资源包是struts框架内部的消息资源包,用来想日志文件输出信息,警报和错误信息的,下载的struts包中本来就不包含_zh_CN的资源文件。
protected void initInternal()
throws ServletException {
try {
internal = MessageResources.getMessageResources(internalName);
} catch (MissingResourceException e) {
log.error("Cannot load internal resources from '" + internalName
+ "'", e);
throw new UnavailableException(
"Cannot load internal resources from '" + internalName + "'");
}
}
这个是actionServlet中的init方法初始化时调用的第一个方法,就是获取那个资源文件。默认的值就是internalName= org/apache/struts/action/ActionResources。
是Struts1.X程序运行ActionServlet调用initInternal()方法时,
得到你的机器是中文系统,试图寻找中文的ActionResources_zh_CN.properties文件或者ActionResources_zh.properties文件,由于Struts 1.X 开发包本身没有这两个文件,所以提示出来“警告”,不是错误。 这个警告并不影响程序的运行。
可以根据英文版的ActionResources.properties做一个中文版的ActionResources_zh_CN.properties,放在相应的路径下。注意转码。
控制台运行
native2ascii -encoding gb2312 ActionResources.properties ActionResources_zh_CN.properties
或者建个bat文件,把这句话写进去,运行
分享到:
相关推荐
<action type="Redirect" url="{R:0}" redirectType="Permanent" /> ``` 这个规则会将所有形如"http://example.com/page.aspx"的请求重定向到"http://example.com/page",并且设置为永久重定向,告知搜索引擎这是...
标题:“Introducing_The_Pentaho_Workbench_zh_CN_1.0.0.0.pdf” 描述:“Introducing_The_Pentaho_Workbench_zh_CN_1.0.0.0.pdf”重复三次,暗示着对Pentaho工作台的深入介绍。 标签:“Introducing_The_Pentaho_...
"IISrewrite_x64_zh-CN.zip" 是适用于64位Windows系统的IIS Rewrite模块的中文版本。安装文件"IISrewrite_x64_zh-CN.msi"包含在压缩包内,双击运行即可开始安装过程。在安装过程中,系统会自动添加所需的依赖项并...
Struts_in_Action_中文版.pdf分为两个分卷压缩文件,这是Struts_in_Action_中文版.part2.rar
Struts_in_Action_中文版.pdf分为两个分卷压缩文件,这是Struts_in_Action_中文版.part1.rar
JSTL_in_Action.part01.rar
核心代码会涉及到`Intent`的使用,特别是`ACTION_VIEW`和`ACTION_INSTALL_PACKAGE`这两个动作。 1. **使用Intent安装APK** 首先,你需要创建一个`Intent`对象,设置其`ACTION_VIEW`动作,并指定要安装的APK文件的...
3. 注册IntentFilter:为IntentFilter添加对应的ACTION,如"android.intent.action.TIME_TICK"、"android.intent.action.SCREEN_ON"和"android.intent.action.BATTERY_CHANGED"。 4. 不再需要时,记得在合适的位置...
JSTL_in_Action.part01.rar
1634462301663555_person!printPdf.action
JSTL_in_Action.part02.rar
JSTL_in_Action.part01.rar
.....struts.properties .....Action_编写与配置 .....Action_访问容器与校验 .....Action_ResultType .....XWork拦截器 .....XWork转换器 .....XWork校验器_使用 .....XWork校验器_定义 .....标签库_简介与OGNL ......
描述中提到的操作步骤,即把"flashremoting_components _flash8.msi"文件拷贝到"C:\Program Files\Macromedia\Flash 8\zh_cn\Configuration\Components"路径下,是安装这个组件的标准过程。这个路径是Flash 8在中国...
4. 错误处理:当导入过程中出现错误时,Sqoop 会记录失败的记录,你可以使用 `--skip-malformed-records` 参数跳过这些记录,或者使用 `--failure-action` 设置错误处理策略。 总的来说,Sqoop 1.4.6 在 Hadoop ...
sql大全,Ajax中文手册(快速上手).chm,DHTML 手册.chm,java 1.6 api.chm,JAVA设计模式.chm,oracle_sql.chm,spring2.0-reference_final_zh_cn.chm,Spring+in+Action中文版.chm,全新java基础实践教程.chm 本人QQ:...
Lucene_in_ Action java search engine.PDF 搜索引擎教程
www.cnplugins.com_dhdgffkkebhmkfjojejmpbldmpobfkfo_4_0_.crx
MyCat_In_Action_中文版doc,mycat文档,快速上手
* Object Browser double-click action and drag & drop action could not be defined for database link type * Subprogram declaration popup could be truncated if it included comments * Dates < 1901 were ...