ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

跑EDAS出现的问题

2020-01-15 14:36:49  阅读:256  来源: 互联网

标签:name IP should 问题 host EDAS 出现 localhost tbsite


java.lang.RuntimeException: fail to get diamond-server serverlist! env:default:http:// jmenv.tbsite.net:8080/diamond/。。。。。

解决>在host文件修改如下: >文件路径位置C:\Windows\System32\drivers\etc\hosts

# 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

127.0.0.1 jmenv.tbsite.net                                                                       //注释:这里不能带有#前缀了!否则无效!

 

 

Hrrington 发布了6 篇原创文章 · 获赞 2 · 访问量 4001 私信 关注

标签:name,IP,should,问题,host,EDAS,出现,localhost,tbsite
来源: https://blog.csdn.net/sinat_39030079/article/details/103988884

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有