Solr Exception Stopping Method

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Solr Exception Stopping Method

Unread post by CathyC »

I have a CatalogSearch method with a Solr Search service in it. In case Solr goes down, there is another path to perform the same logic using a SQL query. I turned catch exception on for the Search service and I have a binary after it to do the alternate approach in case it fails
image.png
But I am getting an exception and the method stops after that
image.png
Am I missing something in its setup?
word count: 74

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Solr Exception Stopping Method

Unread post by SteveCap »

The setup is correct. The process should continue on. Task 11414 has been created to fix this.
word count: 17
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Solr Exception Stopping Method

Unread post by SteveCap »

RT Task 1328 has been created to replace DT Task 11414
word count: 11
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Solr Exception Stopping Method

Unread post by JustinVanRegenmorter »

This issue has been resolved in RunTime revision 1224.
word count: 9
Post Reply