当前位置: 代码迷 >> Java Web开发 >> tomcat 有关问题-警告: Internal error flushing the buffer in release()
  详细解决方案

tomcat 有关问题-警告: Internal error flushing the buffer in release()

热度:744   发布时间:2016-04-17 01:11:03.0
tomcat 问题-----警告: Internal error flushing the buffer in release()
<%@ page language="java" contentType="text/html; charset=jbk"
  pageEncoding="gbk"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>Insert title here</title>
</head>
<body>
<%out.println("hello world");%>

</body>
</html>

上面是 代码,竟然包这个警告。。却没有结构输出,,,。。。这是为什么呢??下面是警告。。







2010-7-25 21:17:19 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Program files\Java\jdk1.6.0_10\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oracle\ora90\bin;C:\oracle\ora90\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.8\bin;D:\Program files\Java\jdk1.6.0_10\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;C:\Program Files\SinoVoice\jTTS 5.0 Desktop\Bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;D:\Program Files\IDM Computer Solutions\UltraEdit\
2010-7-25 21:17:19 org.apache.coyote.http11.Http11BaseProtocol init
信息: 初始化 Coyote HTTP/1.1:http-8080
2010-7-25 21:17:19 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 3141 ms
2010-7-25 21:17:20 org.apache.catalina.core.StandardService start
信息: 启动Catalina服务
2010-7-25 21:17:20 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/5.5.17
2010-7-25 21:17:20 org.apache.catalina.core.StandardHost start
信息: XML文件的有效性检测被停用
2010-7-25 21:17:21 org.apache.coyote.http11.Http11BaseProtocol start
信息: 启动 Coyote HTTP/1.1:http-8080
2010-7-25 21:17:21 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2010-7-25 21:17:21 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/187 config=null
2010-7-25 21:17:21 org.apache.catalina.storeconfig.StoreLoader load
信息: Find registry server-registry.xml at classpath resource
2010-7-25 21:17:21 org.apache.catalina.startup.Catalina start
信息: Server startup in 2422 ms
2010-7-25 21:17:25 org.apache.jasper.runtime.PageContextImpl release
警告: Internal error flushing the buffer in release()

--







------解决方案--------------------
D:\oracle\product\10.1.0\Db_1\jre

把oracle的这个删了!
------解决方案--------------------
配置环境变量:Java_Home,设置正确的Path
  相关解决方案