Skip to Main Content

Endeca Experience Management

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Baseline index for CRS 11.2 fails: "Could'nt find the Component in cas registry"

Andreas BadeltFeb 3 2016 — edited Feb 8 2016

Hi,

I installed CRS 11.2 and started the initial full deployment. At the end of it, ProductCatalogSimpleIndexingAdmin automatically starts a baseline index, as it should.

However this baseline index fails with the following exception:

12:47:49,111 ERROR [nucleusNamespace.atg.commerce.endeca.index.ProductCatalogSimpleIndexingAdmin] (index-/atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin) null: java.lang.RuntimeException: java.io.IOException: Could'nt find the Component Instance in cas registry: http://localhost:8500/StagingCRS-dimvals/?wsdl

See the full exception stack trace further down.

When I manually trigger another Baseline Index, the result is the same. Manually calling the URL stated in the error message in a browser returns a page with the simple message "No service found".

I did the whole CRS installation and setup over again, to check whether I have missed a step, but with the same result.

Here's the full stack:

12:47:49,111 ERROR [nucleusNamespace.atg.commerce.endeca.index.ProductCatalogSimpleIndexingAdmin] (index-/atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin) null: java.lang.RuntimeException: java.io.IOException: Could'nt find the Component Instance in cas registry: http://localhost:8500/StagingCRS-dimvals/?wsdl

  at com.endeca.itl.service.ServiceLocator.getService(ServiceLocator.java:224)

  at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.<init>(RecordStoreDocumentSubmitterSessionImpl.java:233)

  at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.<init>(RecordStoreDocumentSubmitterSessionImpl.java:180)

  at atg.endeca.index.RecordStoreAggregateSessionImpl.createSession(RecordStoreAggregateSessionImpl.java:125)

  at atg.endeca.index.RecordStoreAggregateSessionImpl.createSession(RecordStoreAggregateSessionImpl.java:64)

  at atg.endeca.index.AbstractRecordStoreAggregateSession.getSessionForKey(AbstractRecordStoreAggregateSession.java:322) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.AbstractRecordStoreAggregateSession.getSessionForContext(AbstractRecordStoreAggregateSession.java:284) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.AbstractRecordStoreAggregateSession.getSessionForCurrentContext(AbstractRecordStoreAggregateSession.java:273) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.AbstractRecordStoreAggregateSession.submitRecord(AbstractRecordStoreAggregateSession.java:362) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.PerApplicationExporter.exportRecords(PerApplicationExporter.java:393) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.PerApplicationExporter$1.performActionForApplication(PerApplicationExporter.java:287) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.configuration.IndexingApplicationConfiguration.executeForEachApplication(IndexingApplicationConfiguration.java:456) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.PerApplicationExporter.export(PerApplicationExporter.java:282) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.PerApplicationExporter.performBaselineUpdate(PerApplicationExporter.java:479) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.admin.IndexingTask.doTask(IndexingTask.java:445) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.admin.IndexingTask.performTask(IndexingTask.java:388) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.endeca.index.admin.IndexingPhase$IndexingTaskJob.invoke(IndexingPhase.java:501) [_DAF.Endeca.Index_slib_sclasses.jar:]

  at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178) [_DAS_slib_sclasses.jar:]

Caused by: java.io.IOException: Could'nt find the Component Instance in cas registry: http://localhost:8500/StagingCRS-dimvals/?wsdl

  at com.endeca.itl.util.UrlUtils.ping(UrlUtils.java:195)

  at com.endeca.itl.util.UrlUtils.ping(UrlUtils.java:147)

  at com.endeca.itl.service.ServiceLocator.getService(ServiceLocator.java:215)

  ... 17 more

Thanks for any help,

Andreas

This post has been answered by Vaibhav R Patil-Oracle on Feb 3 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2016
Added on Feb 3 2016
4 comments
3,206 views