- 浏览: 252834 次
- 性别:
- 来自: 湖南
文章分类
最新评论
-
nick.s.ni:
eclipselink JPA 没遇到这个问题,entity是 ...
JPA 无法加载独立JAR包中实体映射文件 unkonwn entity -
xiaoLee:
不错的example
freemarker 学习 -
yhjhoo:
这个是2.16的bug,升级到2.18就好了
严重: Exception starting filter struts2 -
chltkgg:
顶三楼的,谢谢了。。。。。
严重: Exception starting filter struts2 -
thebye85:
应该是BUG,把int改成long就可以了public voi ...
在配置proxool联接池时,houseKeepingSleepTime属性不能设置
出现异常如下:
file:/E:/workspace/ztc-program/webapp/WEB-INF/classes/xwork.xml:1:3 at com.opensymphony.xwork.config.providers.XmlConfigurationProvider.loadConfigurationFile(XmlConfigurationProvider.java:646) at com.opensymphony.xwork.config.providers.XmlConfigurationProvider.init(XmlConfigurationProvider.java:91) at com.opensymphony.xwork.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:86) at com.opensymphony.xwork.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:55) at com.opensymphony.xwork.DefaultActionProxy.<init>(DefaultActionProxy.java:60) at com.opensymphony.xwork.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:46) at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:264) at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:534) Caused by: The processing instruction must begin with the name of the target. - file:/E:/workspace/ztc-program/webapp/WEB-INF/classes/xwork.xml:1:3 at com.opensymphony.xwork.util.DomHelper.parse(DomHelper.java:124) at com.opensymphony.xwork.config.providers.XmlConfigurationProvider.loadConfigurationFile(XmlConfigurationProvider.java:641) ... 37 more Caused by: org.xml.sax.SAXParseException: The processing instruction must begin with the name of the target. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLScanner.scanPI(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at com.opensymphony.xwork.util.DomHelper.parse(DomHelper.java:122) ... 38 more
从打印出的错误信息来看是配置信息出错。
file:/E:/workspace/ztc-program/webapp/WEB-INF/classes/xwork.xml:1:3
原因是自己在修改文件的时候,更改开头部位。
把文件重新格式化一下,保存,重新编译。发布。OK。没有问题。
发表评论
-
JPA 无法加载独立JAR包中实体映射文件 unkonwn entity
2013-02-05 11:22 2154在实际的项目中,原先大的项目,需要按业务功能拆分成小功能, ... -
chrome 来自服务器的响应包含重复标头。此问题通常是由于网站或代理配置不正确导致的。只有网站或代理管理员才能解决此问题
2012-03-27 09:54 9534今天项目中用到了写入流下载。代码如下。 Htt ... -
Server returned HTTP response code: 500
2012-03-16 12:54 13175今天做项目,需要跟第 ... -
tomcat启动报错 java.net.SocketException: select failed
2012-01-14 08:51 4112tomcat起动报错. java.net.SocketExc ... -
jvm设置
2011-11-19 14:31 997经常运用开发工具,会遇到内存不足的问题,一个是ECLIPSE ... -
MIME 类型
2009-12-18 11:18 1089转自:http://www.wilf.cn/post/MIME ... -
webwork java.lang.reflect.InvocationTargetException
2009-08-31 09:05 2424exception javax.ser ... -
aptana studio 1.2.3 破解
2009-08-04 09:48 1608对于JS的开发和调试,网上很多人都说APTANA这个工具不错, ... -
tomcat异常: Cannot get a connection, pool exhausted
2009-05-31 14:10 7804项目运用当中,在tomcat 中的 conf/server.x ... -
webwork:Disabling the response for futher output,
2009-05-15 14:00 4030异常: Disabling the response fo ... -
apache 的 common-fileupload-1.2.1.jar
2009-03-14 16:11 5231最近热衷于学习源码, ... -
严重: Exception starting filter struts2
2009-03-11 14:48 10229异常情况如下: 严重: Exception starti ... -
no Action mapped for namespace / and action name
2009-03-10 10:32 5456问题异常如下: 警告: Could not find a ... -
xp 下安装cvsnt2.5
2009-02-26 22:32 2367今天因为业务需要,在服务器上安装CVSNT2。5版本控制器。以 ... -
在配置proxool联接池时,houseKeepingSleepTime属性不能设置
2008-12-07 11:05 8061本人在配置PROXOOL联接池时,发现一个奇怪的事情。。 ... -
学习简单工厂模式
2008-11-23 15:42 975简单工厂模式是类的创建模式,又叫静态工厂方法模式(static ... -
用命令行jar 打包
2008-11-07 16:52 1491还是接上面的例子。 1.在工程 f:\workspace\ ... -
命令行运行 java类
2008-11-07 14:10 3098在做了很久的项目之后,经常会有新手问起,在命令行下,怎么编译运 ... -
解析XML
2008-10-24 14:21 1221最近做项目中,遇到一个难题,对方提供一个接口,接到的是一个20 ... -
jboss4.23GA配置JNDI
2008-08-22 17:40 2660根据网上传授的..步骤,终于配出来了. 1.把JBOSS_ ...
相关推荐
"Digital Signal Processing" is a mathematically rigorous but accessible treatment of digital signal processing that intertwines basic theoretical techniques with hands-on laboratory instruction....
- To utilize Hyper-Threading Technology, the computer system must have an Intel processor that supports it along with an enabled chipset, BIOS, and operating system. **6. **Characterized Errata** -...
RISC-V指令集手册是伯克利大学开源处理器项目组发布的一份技术文档,它详细介绍了RISC-V这一开源指令集架构的用户级指令集。RISC-V指令集的第二版(版本2.0)由Andrew Waterman、Yunsup Lee、David Patterson和Krste...
《MIPS® Architecture For Programmers Volume II-A: The MIPS64® Instruction Set》是专为程序员设计的一套资料,主要介绍了MIPS64架构下的指令集。MIPS64是指MIPS架构的64位版本,相比于早期的32位版本,它提供...
x86指令集架构(Intel X86 Instruction Set Architecture)是Intel公司推出的一种处理器架构,它最初被设计用于个人计算机(PC)领域,并随着时间的发展逐渐成为了现代计算环境中最为广泛使用的架构之一。本篇文档将对...
《Intel Processor Identification and the CPUID Instruction 2011》是Intel公司于2011年发布的一份应用笔记,详细介绍了CPUID指令在识别Intel处理器中的应用和技术细节。CPUID是一个x86架构下的处理器指令,它允许...
它的基础版本主要针对用户级别的指令集,而《The RISC-V Instruction Set Manual Volume II: Privileged Architecture》(以下简称《特权架构手册》)则详细介绍了RISC-V指令集的特权级别架构部分。 首先,我们从...
Learn how to program JavaScript while creating interactive audio applications with JavaScript for Sound Artists: Learn to Code With the Web Audio API! William Turner and Steve Leonard showcase the ...
While Beginning Big Data with Power BI and Excel 2013 covers prominent tools such as Hadoop and the NoSQL databases, it recognizes that most small and medium-sized businesses don’t have the Big Data ...
Given its origins, Processing enables a multimodal approach to programming instruction, well suited to students with interests in computer science or in the arts and humanities. The book uses ...
The RISC-V Compressed Instruction Set ManualThis draft specification may change
### 减少指令集计算机(RISC):成本效益与架构演进 #### 引言:计算机架构的革新之路 在计算机科学领域,设计出更具成本效益的计算机系统始终是核心追求之一。成本效益不仅涉及硬件制造成本,还涵盖了编程成本...
style manual, the book gives graphic and web designers, artists, and illustrators of all stripes a jumpstart on working with the Processing programming environment by providing instruction on the ...
### RISC-V指令集手册第一卷:非特权ISA V20180801-draft #### 概述 本文档为RISC-V指令集手册的第一卷——非特权ISA的20180801-draft版本,旨在描述RISC-V体系结构中的用户级指令集架构(ISA)。...
Chapter 5 of the "Basic Processing Unit" in the Computer Composition and Structure System delves into the core elements and functioning of a computer's central processing unit (CPU). The CPU, also ...
The 80x86 MOV Instruction 4.8 - Some Final Comments on the MOV Instructions <br>4.9 Laboratory Exercises 4.9.1 The UCR Standard Library for 80x86 Assembly Language Programmers 4.9.2 ...
**ARM指令集详解** ARM(Advanced RISC Machines)指令集是基于精简指令集计算(RISC)原理设计的一种高效、低功耗的处理器指令集。它被广泛应用于移动设备、嵌入式系统以及服务器等领域,是现代计算技术的核心组成...
Domas-Breaking-The-x86-Instruction-Set-wp.pdf
### 关于精简指令集计算机(RISC)与复杂指令集计算机(CISC)的讨论 #### 计算机体系结构中的精简指令集计算机(RISC)与复杂指令集计算机(CISC) 在《CommentsOnTheCaseForTheReducedInstructionSetComputer....