DRP问题集结(二)---【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["ht

              问题一:  Tomcat无法启动,报错java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

          问题二:【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]

          问题三:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

        我 在MyEclipse中启动Tomcat时出现错误,错误信息如下:

          严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]  

    这个问题主要是因为你的端口号已被其他进程占用,所有你需要重新设置你的端口号,如图:

     

      这个文件中我们做如下修改:     

 <Connector port="8124" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

      我们只要把port改为现在没有用过的即可,那有人说“我不修改端口号,也可以正常访问,但每次重新就会报这个严重警告,这是怎么回事儿?”

        其实这个原因是因为你重启的时候没有退出端口,在这种情况下你可以关闭tomcat,在任务管理器中结束“javax.exe”进程,这样再重启就不会有问题了。

时间: 2024-10-06 06:14:10

DRP问题集结(二)---【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler [&quot;ht的相关文章

DRP问题集结(一)-Tomcat无法启动,报错java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

             问题一:  Tomcat无法启动,报错java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory           问题二:[Error]JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]           问题三:The APR based Apa

DRP问题集结(三)--- The APR based Apache Tomcat Native library which allows optimal performance in product

             问题一:  Tomcat无法启动,报错java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory           问题二:[Error]JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]           问题三:The APR based Apa

解决升级webmin提示Error - Perl execution failed的问题

当升级webmin的时候提示: Error - Perl execution failed Undefined subroutine &WebminCore::translate_filename  called at /usr/libexec/webmin/web-lib-funcs.pl line 14. 这个时候我们可以ssh登录,root yum -y upgrade webmin 然后重新访问webmin后台,看看是否已经正常 但是当你执行升级的时候提示: TypeError: uns

Fatal error: session_start(): Failed to initialize storage module: files问题解决方法_php技巧

之前编译安装的LNMP环境+phpmyamdin4.02的版本,今天突然出现这个问题: 复制代码 代码如下: Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /data/www/phpmyadmin/libraries/session.inc.php on line 83 大致意思是session会话初始化的时候储存路径有误!第一反应就是查看php.ini的配置文件中的: 复

linux中提示ERROR: listen(): bind() failed errno:99问题

服务器A搭建的mongodb,为了安全起见,在配置文件/etc/mongod.conf中设置了 band_ip=127.0.0.1.最近要允许其它主机访问服务器A的mongodb,理所当然的以为在band_ip中增加需要访问的主机的IP地址就可以实现这个需求,然后修改成如下之后: band_ip=172.0.0.1,10.20.12.33 重启mongod服务,报错如下: ERROR: listen(): bind() failed errno:99 Cannot assign requeste

Mailer Error: Language string failed to load

Mailer Error: Language string failed to load: from_failedmailangel123@163.com, 今天在写给会员定时发邮件[phpmailer]时突然出现这种问题,经过仔细发查看发现是用户名与密码不正确造成的.下面为正确实可以发送邮箱的函数. nclude_once("../pmail/class.phpmailer.php"); smtp_mail(); function smtp_mail () { $mail    =

Fatal error: session_start(): Failed to initialize storage module:

原创解决: Fatal error: session_start(): Failed to initialize storage module: files问题 之前编译安装的LNMP环境+phpmyamdin4.02的版本,今天突然出现这个问题: Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /data/www/phpmyadmin/libraries/session.i

php Fatal error: session_start(): Failed to initialize storage module: files

原创解决: Fatal error: session_start(): Failed to initialize storage module: files问题 之前编译安装的LNMP环境+phpmyamdin4.02的版本,今天突然出现这个问题: Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /data/www/phpmyadmin/libraries/session.i

MySQL主从配置提示Failed to initialize the master info structure错误

大清早收到一个MySQL的自定义语言告警 :replication interrupt,看来是主从同步报错了. 登陆MySQL,执行 show slave status \G 发现salve已经停止了,于是使用 start slave启动,结果有如下报错: ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log 搜