首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >没有收到权威服务器的响应。

没有收到权威服务器的响应。
EN

Stack Overflow用户
提问于 2016-12-14 08:46:24
回答 1查看 3.8K关注 0票数 1

我正在使用docx4j-3.3.1库并运行这个项目--这里是一个链接 --但是它显示了如下错误

代码语言:javascript
复制
Looks like your endpoint URL 'http://converter-eval.plutext.com:80/v1/00000000-0000-0000-0000-000000000000/convert' is wrong
Something went wrong...
main.java.com.plutext.converter.ConversionException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server
    at main.java.com.plutext.converter.ConverterHttp.execute(ConverterHttp.java:194)
    at main.java.com.plutext.converter.ConverterHttp.convert(ConverterHttp.java:76)
    at sample.java.Sample.main(Sample.java:66)
Caused by: java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
    at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1276)
    at java.net.InetAddress.getAllByName(InetAddress.java:1192)
    at java.net.InetAddress.getAllByName(InetAddress.java:1126)
    at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:111)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
    at main.java.com.plutext.converter.ConverterHttp.execute(ConverterHttp.java:184)

提前感谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-12-20 10:46:09

如其所述:

代码语言:javascript
复制
    java.net.UnknownHostException: This is usually a temporary error during
    hostname resolution and means that the local server did not receive a 
    response from an authoritative server
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41138213

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档