错误:尝试连接microstrategy服务器时eclipse中的服务器名称不正确

时间:2016-06-27 19:44:57

标签: eclipse microstrategy

我收到错误

[com.microstrategy.webapi SEVERE] [06/27/2016 15:23:27:760] [0] [CDSSXMLAdmin.GetHostAddr] Incorrect server name. :  [java.net.UnknownHostException: xxxxxxxxxxxxx

    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getAllByName(Unknown Source)
    at java.net.InetAddress.getAllByName(Unknown Source)
    at java.net.InetAddress.getByName(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLAdmin.getHostAddr(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLAdmin.AddDSSXMLClusterNode(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLCluster.addClusterNodes(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLClusterNode.RefreshClusterMembership(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLAdmin.InitConnection(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLServerSessionImpl.FindNodes(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLServerSessionImpl.CreateSession(Unknown Source)
    at com.microstrategy.webapi.CDSSXMLServerSessionImpl.CreateSessionEx(Unknown Source)
    at com.microstrategy.web.objects.WebIServerSessionImpl.createSession(Unknown Source)
    at com.microstrategy.web.objects.WebIServerSessionImpl.createSession(Unknown Source)
    at com.microstrategy.web.objects.WebIServerSessionImpl.createNewSessionID(Unknown Source)
    at com.microstrategy.web.objects.WebSessionInfoImpl.getSessionID(Unknown Source)
    at wof.main(wof.java:30)

当我尝试使用Eclipse连接microstrategy时。有人帮我解决了这个问题。

我拥有与microstrategy服务器相同的服务器名称。我还使用我的本地机器ping了该服务器并且它可以正常工作

0 个答案:

没有答案
相关问题