当前位置: 代码迷 >> Java Web开发 >> Tomcat启动时出错
  详细解决方案

Tomcat启动时出错

热度:165   发布时间:2008-04-16 13:39:28.0
Tomcat启动时出错
从昨天起,我的Tomcat6.0.14九出错恶劣,在网上找了一些解决方法,都没有搞定。

一、我从%tomcat%\bin中启动startup。bat时,出现提示:

2008-4-16 12:44:25 org.apache.catalina.core.AprLifecycleListener init 信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: (我的系统环境变量)。 但是服务器还算是能启动了!

      我新建了一个简单的jsp测试页面,以管理员的身份进点进去还是能正常显示的!但这样终究不是办法,觉得不舒服,因为在MyEclipse5.5.1GA中启动Tomcat就很严重了!!!


二、从MyEclipse5.5.1GA中启动Tomcat

先编译了Jsp后,点start,进入Debug状态,并且打开了一个Integer.class页面,里面说“Source not found” 我一路点了Resume,Console下出现如下提示:

2008-4-16 12:52:33 org.apache.catalina.core.AprLifecycleListener init 信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: E:\Appsoftware\jdk1.5.0\bin;F:\tomcat\bin 2008-4-16 12:52:35 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-80 2008-4-16 12:52:35 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 11316 ms 2008-4-16 12:52:35 org.apache.catalina.core.StandardService start
信息: Starting service Catalina 2008-4-16 12:52:35 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.14 2008-4-16 12:52:37 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized() 2008-4-16 12:52:37 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized() 2008-4-16 12:52:40 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-80 2008-4-16 12:52:40 org.apache.jk.common.ChannelSocket init 信息: JK: ajp13 listening on /0.0.0.0:8009 2008-4-16 12:52:40 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/47 config=null 2008-4-16 12:52:40 org.apache.catalina.startup.Catalina start
信息: Server startup in 4719 ms

提示的意思和前面的差不多!


三、我在网上找的一些方法,都没解决
来源1:[url=http://my.donews.com/magicgod/2006/10/29/URcoQrbEYCCgEDzBhIJBVnpevABdfEmZwoom/]http://my.donews.com/magicgod/2006/10/29/URcoQrbEYCCgEDzBhIJBVnpevABdfEmZwoom/[/url]

来源2: [url=http://www.3ynet.com.cn/?action=show&id=33]http://www.3ynet.com.cn/?action=show&id=33[/url]

来源3: [url=http://javoo.itpub.net/post/21901/191028]http://javoo.itpub.net/post/21901/191028[/url]
我按照上面说的下了个tcnative-1.dll(文件版本1.1.8.0)不管放在system32下或者tomcat\bin下还是jdk\bin下,都弹出附件所示的窗口!

我这个情况是怎么一回事呢??
搜索更多相关主题的帖子: Tomcat  服务器  library  java  The  

----------------解决方案--------------------------------------------------------
  相关解决方案