Protocol handler pause failed 未知的名称或服务

J2EE 码拜 9年前 (2015-04-13) 2168次浏览 0个评论
 

九月 09, 2014 1:58:12 下午 org.apache.coyote.http11.Http11Protocol pause
信息: Pausing Coyote HTTP/1.1 on http-8088
九月 09, 2014 1:58:17 下午 org.apache.catalina.connector.Connector pause
严重: Protocol handler pause failed
java.net.UnknownHostException: 10isp: 10isp: 未知的名称或服务
at java.net.InetAddress.getLocalHost(InetAddress.java:1473)
at org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:490)
at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:288)
at org.apache.jk.server.JkMain.pause(JkMain.java:739)
at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:153)
at org.apache.catalina.connector.Connector.pause(Connector.java:1138)
at org.apache.catalina.core.StandardService.stop(StandardService.java:578)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:788)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:662)
at org.apache.catalina.startup.Catalina.start(Catalina.java:629)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.net.UnknownHostException: 10isp: 未知的名称或服务
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293)
at java.net.InetAddress.getLocalHost(InetAddress.java:1469)
… 15 more

九月

Protocol handler pause failed 未知的名称或服务
什么情况下报的这个错误?
Protocol handler pause failed 未知的名称或服务
引用 1 楼 shixitong 的回复:

什么情况下报的这个错误?

发邮件的时候服务器上出现的错误,,邮件发不出去,,但是本地可以发出去

Protocol handler pause failed 未知的名称或服务
引用 2 楼 qq_20357851 的回复:
Quote: 引用 1 楼 shixitong 的回复:

什么情况下报的这个错误?

发邮件的时候服务器上出现的错误,,邮件发不出去,,但是本地可以发出去

http://bbs.csdn.net/topics/390588665?page=1

Protocol handler pause failed 未知的名称或服务
30分
试试这个呢,本地解析时可能用的是localhost
Protocol handler pause failed 未知的名称或服务
30分
你看看配置了localhost么,system32\drivers\etc\hosts (windows)    /etc/hosts (linux)
Protocol handler pause failed 未知的名称或服务
引用 5 楼 huasuoworld 的回复:

你看看配置了localhost么,system32\drivers\etc\hosts (windows)    /etc/hosts (linux)

配置了啊你看,我ping localhost也没错啊
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “”#”” symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost 
# ::1             localhost

Protocol handler pause failed 未知的名称或服务
引用 4 楼 shixitong 的回复:

试试这个呢,本地解析时可能用的是localhost

你看配置,,ping localhost也是对的
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “”#”” symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost 
# ::1             localhost

Protocol handler pause failed 未知的名称或服务
127.0.0.1       localhost 去掉#看看。
Protocol handler pause failed 未知的名称或服务
引用 7 楼 qq_20357851 的回复:
Quote: 引用 4 楼 shixitong 的回复:

试试这个呢,本地解析时可能用的是localhost

你看配置,,ping localhost也是对的
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “”#”” symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost 
# ::1             localhost

10isp这个也加在里面试试

Protocol handler pause failed 未知的名称或服务
引用 8 楼 huasuoworld 的回复:

127.0.0.1       localhost 去掉#看看。

不行,还是错的

Protocol handler pause failed 未知的名称或服务
引用 9 楼 shixitong 的回复:
Quote: 引用 7 楼 qq_20357851 的回复:
Quote: 引用 4 楼 shixitong 的回复:

试试这个呢,本地解析时可能用的是localhost

你看配置,,ping localhost也是对的
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “”#”” symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost 
# ::1             localhost

10isp这个也加在里面试试

# 127.0.0.1       localhost 10isp 这样也不行,,悲剧了,

Protocol handler pause failed 未知的名称或服务
高手呢别沉。。求解决

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明Protocol handler pause failed 未知的名称或服务
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!