求大神看看我这个怎么了啊,啥错误下面是日志

qq_20357851 2014-09-09 02:17:26
九月 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

九月
...全文
314 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
高手呢别沉。。求解决
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
引用 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 [/quote] 10isp这个也加在里面试试[/quote]# 127.0.0.1 localhost 10isp 这样也不行,,悲剧了,
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
引用 8 楼 huasuoworld 的回复:
127.0.0.1 localhost 去掉#看看。
不行,还是错的
shixitong 2014-09-09
  • 打赏
  • 举报
回复
引用 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 [/quote] 10isp这个也加在里面试试
huasuoworld 2014-09-09
  • 打赏
  • 举报
回复
127.0.0.1 localhost 去掉#看看。
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
引用 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
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
引用 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
huasuoworld 2014-09-09
  • 打赏
  • 举报
回复
你看看配置了localhost么,system32\drivers\etc\hosts (windows) /etc/hosts (linux)
shixitong 2014-09-09
  • 打赏
  • 举报
回复
试试这个呢,本地解析时可能用的是localhost
shixitong 2014-09-09
  • 打赏
  • 举报
回复
引用 2 楼 qq_20357851 的回复:
引用 1 楼 shixitong 的回复:
什么情况下报的这个错误?
发邮件的时候服务器上出现的错误,,邮件发不出去,,但是本地可以发出去
http://bbs.csdn.net/topics/390588665?page=1
qq_20357851 2014-09-09
  • 打赏
  • 举报
回复
引用 1 楼 shixitong 的回复:
什么情况下报的这个错误?
发邮件的时候服务器上出现的错误,,邮件发不出去,,但是本地可以发出去
shixitong 2014-09-09
  • 打赏
  • 举报
回复
什么情况下报的这个错误?

67,512

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧