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.




could not resolve property: IssueStatusAscen of: CounterSoft.Gemini.Commons.IssueEN

beta

 For one our user, if clik on "my work" on projects homepage the attached exception is throw.

Server Error in '/' Application.

could not resolve property: IssueStatusAscen of: CounterSoft.Gemini.Commons.IssueEN

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: NHibernate.QueryException: could not resolve property: IssueStatusAscen of: CounterSoft.Gemini.Commons.IssueEN

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[QueryException: could not resolve property: IssueStatusAscen of: CounterSoft.Gemini.Commons.IssueEN]
   NHibernate.Persister.Entity.AbstractPropertyMapping.ThrowPropertyException(String propertyName) +77
   NHibernate.Persister.Entity.AbstractPropertyMapping.ToType(String propertyName) +52
   NHibernate.Persister.Entity.AbstractEntityPersister.GetSubclassPropertyTableNumber(String propertyPath) +24
   NHibernate.Persister.Entity.AbstractEntityPersister.ToColumns(String alias, String propertyName) +20
   NHibernate.Loader.Criteria.CriteriaQueryTranslator.GetColumnAliasesUsingProjection(ICriteria subcriteria, String propertyName) +174
   NHibernate.Expression.Order.ToSqlString(ICriteria criteria, ICriteriaQuery criteriaQuery) +20
   NHibernate.Loader.Criteria.CriteriaQueryTranslator.GetOrderBy() +174
   NHibernate.Loader.Criteria.CriteriaJoinWalker..ctor(IOuterJoinLoadable persister, CriteriaQueryTranslator translator, ISessionFactoryImplementor factory, CriteriaImpl criteria, Type rootEntityName, IDictionary enabledFilters) +433
   NHibernate.Loader.Criteria.CriteriaLoader..ctor(IOuterJoinLoadable persister, ISessionFactoryImplementor factory, CriteriaImpl rootCriteria, Type rootEntityName, IDictionary enabledFilters) +132
   NHibernate.Impl.SessionImpl.Find(CriteriaImpl criteria, IList results) +149
   NHibernate.Impl.SessionImpl.Find(CriteriaImpl criteria) +42
   NHibernate.Impl.CriteriaImpl.List() +12
   CounterSoft.Gemini.DataProvider.xc0186e148e957052.x3ea65f25dee0cd51(IssuesFilterEN x24b748b5be295dcb, Int32[] xbcd492679797b57e, UserEN xfd92dbe2fa4bcb5a, Object[] x41e32780e09d58f5) +153
   CounterSoft.Gemini.Business.x95da312ae9372c2e.x3ea65f25dee0cd51(IssuesFilterEN x24b748b5be295dcb) +980
   CounterSoft.Gemini.Business.x95da312ae9372c2e.x3ea65f25dee0cd51(IssuesFilterEN x24b748b5be295dcb, Boolean x8e82f41fe01882e9) +28
   CounterSoft.Gemini.Business.x95da312ae9372c2e.xea804d75c4e39a2d(Int32 xdf6548ad179b4d83, String x6373c76ff77f3b30, SortDirection x55c5ecad0ee9d3d8) +491
   CounterSoft.Gemini.Workload.BindData() +82
   CounterSoft.Gemini.Workload.Page_Load(Object sender, EventArgs e) +51
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

lomi
· 1
lomi
Replies (5)
helpful
0
not helpful

Does it happen to this user only? Did you try logging out and back in?

Has the user customised the view? Also, can you post the URL when you get the error?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

1) yes

2) yes

3) no

4) Workload.aspx


lomi
· 1
lomi
helpful
0
not helpful

Please check the gemini_usersettings table for that user id and see what is the value of the MyWorkSortProperty setting name (sname). If it is IssueStatusAscen then set it to IssueKey.

This should solve the issue.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, solve the issue.

Thanx.

PS is possible to have a patch for 304 version of gemini?


lomi
· 1
lomi
helpful
0
not helpful

We are investigating to check how can this issue occur without someone doing it via SQL directly.


Mark Wing
· 9108
Mark Wing