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.




Couple of reocurring errors

web-app

Any idea what might be causing the following errors?  And any resolution for them.

 

This is an invalid webresource request. 4/10/2007 2:10:39 PM SOURCE: System.Web TARGETSITE: Void System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext) STACKTRACE: at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

No Page.Request.UrlReferrer detected : /issue/ViewIssue.aspx 4/10/2007 2:59:55 PM

 

Pretty sure this one happened when I was attempting to customise the list page.

Must specify valid information for parsing in the string. 4/12/2007 8:33:52 AM SOURCE: mscorlib TARGETSITE: System.Object Parse(System.Type, System.String, Boolean) STACKTRACE: at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at CounterSoft.Gemini.Commons.IssueEN.GetIssueAttribute(String strEnumText) at CounterSoft.Gemini.IssuesView.btnUpdate_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

SystemIdleProcess
· 1
SystemIdleProcess
Replies (4)
helpful
0
not helpful

We have noticed the first exception and it is to do with the RAD controls. We hope to sort it out soon.

As for the 2nd one, we can not seem to replicate it, but will be monitoring it. Do you experience problems with this?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

It's not something I've seen personally so I'm unsure what causes it.  No user has reported it to me so unsure if it really a user facing problem.


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

The first excpetion is a problem with RAD. We are talking to them about a permanent solution and will put it in the next release.

If you would like to remove these exceptions you will have to add the following (in bold) to the Edit.aspx, BatchUpdate.aspx, ProjectTime.aspx and ResourceTime.aspx files:

<radcln:raddatepicker id="startDate" runat="server" width="183px" UseEmbeddedScripts="false">

                            <DateInput Title="" PromptChar=" " TitleIconImageUrl="" DisplayPromptChar="_" CatalogIconImageUrl="" TitleUrl="" Description="" Skin="Office2007"></DateInput>

                        </radcln:raddatepicker>

 

We are still trying to recreate the 2nd exception.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, you guys have had great response on all the issues I've reported.  Kudos!


SystemIdleProcess
· 1
SystemIdleProcess