Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Only one repeated issue?

items
scheduler

Since we've updated to Gemini 5, we get frequent messages in the System Log like:

API - query did not return a unique result: 2 NHibernate
at NHibernate.Impl.AbstractQueryImpl.UniqueElement(IList list)
at NHibernate.Impl.CriteriaImpl.UniqueResult[T]()
at Countersoft.Foundation.Data.Repository`2.FindOne(ICriterion[] criteria)
at Countersoft.Gemini.Data.Issues.IssueRepository.HasRepeatIssues()
at Countersoft.Gemini.Controllers.Api.AdminController.GetSchedulerProcesses()
at lambda_method(Closure , Object , Object[] )
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)

I guess FindOne should have been FindFirst or similar? More than one repeated issue should be supported?

Michael Poettgen
· 1
Michael Poettgen
Replies (1)
helpful
0
not helpful
ANSWER

This issue is fixed in 5.1.2 which is due out later today


Mark Wing
· 9108
Mark Wing