I am unable to deploy xCP 2.3 application with below xPlore Errors.
Any idea on the resolution for these Errors ?
I am using xCP 2.3 Patch 11, which is compatible with xPlore 1.6. and xDA
All Services including Index Agent & dsearch page are UP & Running fine
===================================================================================
[ERROR] Error accessing xPlore server on host <host-name> and port 9300
[ERROR] com.emc.documentum.core.fulltext.common.admin.DSearchAdminException: [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] com.emc.xcp.external.xplore.deployer.XPloreException: com.emc.documentum.core.fulltext.common.admin.DSearchAdminException: [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] at com.emc.xcp.external.xplore.internal.XPloreAdminServiceImpl.getFtAdminService(XPloreAdminServiceImpl.java:326)
[ERROR] at com.emc.xcp.external.xplore.internal.XPloreAdminServiceImpl.getIndexerStatus(XPloreAdminServiceImpl.java:169)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.checkXploreAdminServer(SearchDeployer.java:778)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validateXPloreConfig(SearchDeployer.java:744)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validateNode(SearchDeployer.java:178)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validate(SearchDeployer.java:162)
[ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager$2.call(AppDeploymentManager.java:224)
[ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager$2.call(AppDeploymentManager.java:1)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[ERROR] at java.lang.Thread.run(Thread.java:745)
[ERROR] Caused by: com.emc.documentum.core.fulltext.common.admin.DSearchAdminException: [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ESSAdminSOAPClient.<init>(ESSAdminSOAPClient.java:80)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ESSAdminServiceImpl.<init>(ESSAdminServiceImpl.java:34)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.FtAdminFactory.getAdminService(FtAdminFactory.java:49)
[ERROR] at com.emc.xcp.external.xplore.internal.XPloreAdminServiceImpl.getFtAdminService(XPloreAdminServiceImpl.java:324)
[ERROR] ... 11 more
[ERROR] Caused by: javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:324)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:230)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:212)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:208)
[ERROR] at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)
[ERROR] at javax.xml.ws.Service.<init>(Service.java:77)
[ERROR] at com.emc.documentum.core.fulltext.indexserver.admin.controller.ESSAdminWebServiceService.<init>(ESSAdminWebServiceService.java:58)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ServiceFactory.getRemoteService(ServiceFactory.java:39)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ESSAdminSOAPClient.<init>(ESSAdminSOAPClient.java:78)
[ERROR] ... 14 more
[ERROR] [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] com.emc.documentum.core.fulltext.common.admin.DSearchAdminException: [ERROR] WebServiceException thrown out:
[ERROR] javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ESSAdminSOAPClient.<init>(ESSAdminSOAPClient.java:80)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.impl.ESSAdminServiceImpl.<init>(ESSAdminServiceImpl.java:34)
[ERROR] at com.emc.documentum.core.fulltext.client.admin.api.FtAdminFactory.getAdminService(FtAdminFactory.java:49)
[ERROR] at com.emc.xcp.external.xplore.internal.XPloreAdminServiceImpl.getFtAdminService(XPloreAdminServiceImpl.java:324)
[ERROR] at com.emc.xcp.external.xplore.internal.XPloreAdminServiceImpl.getIndexerStatus(XPloreAdminServiceImpl.java:169)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.checkXploreAdminServer(SearchDeployer.java:778)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validateXPloreConfig(SearchDeployer.java:744)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validateNode(SearchDeployer.java:178)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.SearchDeployer.validate(SearchDeployer.java:162)
[ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager$2.call(AppDeploymentManager.java:224)
[ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager$2.call(AppDeploymentManager.java:1)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[ERROR] at java.lang.Thread.run(Thread.java:745)
[ERROR] Caused by: javax.xml.ws.WebServiceException: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebServiceService is not a valid service. Valid services are: {http://controller.admin.indexserver.fulltext.core.documentum.emc.com/}ESSAdminWebService
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:324)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:230)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:212)
[ERROR] at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:208)
[ERROR] at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)
[ERROR] at javax.xml.ws.Service.<init>(Service.java:77)