我尝试运行 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
答案 0 :(得分:0)
为conserv添加/ etc / hosts条目,映射到conserv.mycompany.local
例如172.27.0.10 conserv.mycompany.local conserv
但是,您还应考虑查看您的系统,以查看您的节点的主机名是否为conServ而不是conserv.mycompany.local