I'm trying to learn xCP in my spare time to expand my skill set, so need to do so using the Developer Edition as I don't have access to a full blown server at work.
I'm unable to progress past page 34 of the tutorial because I hit an error when trying to run the application for the first time. An excerpt of the log is below showing the first error that I hit:
[INFO] Running validate phase
[INFO] Started SearchDeployer 'Validate'
[INFO] xPlore connection details: host = 'demo-server' port = '9300' password = '*****' collection = 'default' domain = 'MyRepo'
[ERROR] Error accessing xPlore server on host demo-server and port 9300
[ERROR] com.emc.documentum.core.fulltext.common.admin.DSearchAdminException: [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://demo-server:9300/dsearch/ESSAdminWebService?wsdl. It failed with:
[ERROR] Connection refused.
According to a Google search xPlore is not supported in the Developer Edition of xCP, so I'm not sure how to proceed any further? Is there something I need to disable in xCP Designer before attempting to run the application?
I started hitting issues around page 30, but was able to manually start services (XMS, BAM etc.) that weren't started by the default command in the README.txt on the CENTOS VM.