社区
Java EE
帖子详情
急急急!!!老出这个错误Premature end of file
cl1_1_1_1
2012-07-12 10:13:53
我是一个菜鸟。请问,在eclips中,我新建一个XML文件,老出这个错误Premature end of file.建个空的文件就出这个错误,为什么呢?
...全文
5478
1
打赏
收藏
急急急!!!老出这个错误Premature end of file
我是一个菜鸟。请问,在eclips中,我新建一个XML文件,老出这个错误Premature end of file.建个空的文件就出这个错误,为什么呢?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
wuhuipengwhp
2012-07-13
打赏
举报
回复
在对XML内容进行解析的时候,比如用Digester将XML内容转化为Java对象时,有时会出现错误:
org.xml.sax.SAXParseException: Premature end of file
通常有两种情况会导致这种错误:
第一种:被解析的内容为空字符串
第二种:被解析的内容只有一行如:<?xml version=”1.0″ encoding=”UTF-8″?>
示例代码片断如下:
InputStream inputObject =new ByteArrayInputStream(content.getBytes(decode));
//报错行,其中content就是上述两种情况之一
digesterObj.parse(inputObject);
Dom4j读取xml时发生
错误
:Pre
mat
ure
end
of
file
. Nested exception: Pre
mat
ure
end
of
file
dom4j在读取xml的时候,代码为 SAXReader reader = new SAXReader(); Document document = reader.read(new
File
(xmlPath)); 如果xml 的内容为空,就会报Pre
mat
ure
end
of
file
. Nested exception: Pre
mat
ure
end
of
file
的
错误
!!!...
Pre
mat
ure
end
of
file
错误
解决
http://blog.sina.com.cn/s/blog_409994cb0100oj2t.html 最近在做一个打印的工作,需要对输入流的xml信息进行解析。为了能够满足多元化的需求,这个输入流需要解析多次,使用同一个方法进行解析,在第二次的时候就会抛出一个异常,解析后的document对象也为null。 [Fatal Error] :-1:-1: Pre
mat
ure
end
...
Pre
mat
ure
end
of
file
java、dom解析xml时出现Pre
mat
ure
end
of
file
错误
,原因是xml文件后没有点 往文件里面加一个节点就好了
pre
mat
ure
end
of
file
pre
mat
ure | 形容词 | (提前的、过早的、早产的、草率的)。 pre
mat
ure
end
of
file
| 文件提前结束 发生该
错误
一般由以下两种情况: 1、文件内容(流)被多次读取。 2、客户端发送和服务端接收时的Content-Type类型不一致(较弱的Java会有该问题,C#和Delphi中没发现)。 转载于:https://www.cnblogs.c...
Error on line -1 of document : Pre
mat
ure
end
of
file
. Nested exception: Pre
mat
ure
end
of
file
.
如果用jboss部署seam文件出现:Error on line -1 of document : Pre
mat
ure
end
of
file
. Nested exception: Pre
mat
ure
end
of
file
.
错误
Java EE
67,542
社区成员
225,854
社区内容
发帖
与我相关
我的任务
Java EE
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
复制链接
扫一扫
分享
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章