0

我尝试运行createGCD.sh,但存在连接问题。它不需要我想要的 URI。我有 url conserv.mycompany.local,它想连接到 conserv:9081。我试图改变 uri.txt 但它没有帮助。

任何帮助表示赞赏。

附加信息。

 Geting connection to the Content Platform Engine URI : http://conserv:9081/wsi/FNCEWS40MTOM ...
 log4j:WARN No appenders could be found for logger          
 (filenet_error.api.com.filenet.apiimpl.util.ConfigValueLookup). 
 log4j:WARN Please initialize the log4j system properly

 FNRCA0031E: API_UNABLE_TO_USE_CONNECTION: The URI for server communication cannot be determined from the connection object http://conserv:9081/wsi/FNCEWS40MTOM. Message was: conserv
    at com.filenet.apiimpl.wsi.ServiceSessionNst.cOpenMultipartOutputStream(ServiceSessionNst.java:236)
    at com.filenet.apiimpl.wsi.ServiceSessionNst.cReqRespPath(ServiceSessionNst.java:134)
    at com.filenet.apiimpl.wsi.ServiceSessionNst.executeChanges(ServiceSessionNst.java:71)
    at com.filenet.apiimpl.util.SessionHandle.executeChanges(SessionHandle.java:130)
    at com.filenet.apiimpl.core.Session.callExecuteChanges(Session.java:144)
    at com.filenet.apiimpl.core.Session.executeChanges(Session.java:527)
    at com.filenet.apiimpl.core.Session.executeChange(Session.java:830)
    at com.filenet.apiimpl.core.IndependentlyPersistableObjectImpl.save(IndependentlyPersistableObjectImpl.java:86)
    at com.filenet.apiimpl.core.IndependentlyPersistableObjectImpl.save(IndependentlyPersistableObjectImpl.java:77)
    at ccmDomainTool.createP8Domain(Unknown Source)
    at ccmDomainTool.main(Unknown Source)
 Caused by: java.net.UnknownHostException: conserv
4

1 回答 1

0

为映射到 conserv.mycompany.local 的 conserv 添加 /etc/hosts 条目

例如 172.27.0.10 conserv.mycompany.local conserv

但是,您还应该考虑查看您的系统以查看您的节点的主机名是否是 conServ 而不是 conserv.mycompany.local

于 2013-11-11T12:36:00.317 回答