0

createGCD.shを実行しようとしましたが、接続に問題があります。私が望むURIはかかりません。conserv.mycompany.local という URL があり、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.mycompany.local ではなく conServ であるかどうかを確認することも検討する必要があります。

于 2013-11-11T12:36:00.317 に答える