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.




3 continuous errors in Scheduler Service Beta

web-app

I can't really tell that this is causing a problem functionally, but I am experiencing the following:

Every 5 minutes the following 3 errors appear in the event log as follows:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date:  8/10/2007
Time:  6:14:54 AM
User:  N/A
Computer: EV1SERVE-3AALQP
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 8/10/2007 6:14:54 AM
Event time (UTC): 8/10/2007 11:14:54 AM
Event ID: 65317bb9ebde442c83d51bd078d20fc4
Event sequence: 258
Event occurrence: 39
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/577833355/ROOT-1-128312066222500000
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\Inetpub\Projects\Gemini Web Application\
    Machine name: EV1SERVE-3AALQP
 
Process information:
    Process ID: 2576
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: ArgumentException
    Exception message: ' ', hexadecimal value 0x11, is an invalid character.
 
Request information:
    Request URL: http://projects.advologix.com/webservices/IssuesWS.asmx
    Request path: /webservices/IssuesWS.asmx
    User host address: 66.98.250.23
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 6
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType)
   at System.Xml.DocumentXmlWriter.WriteString(String text)
   at System.Xml.XmlWellFormedWriter.WriteString(String text)
   at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
   at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
   at System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode)
   at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
   at System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e)
   at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Event Type: Error
Event Source: CounterSoft Gemini Scheduler
Event Category: None
Event ID: 0
Date:  8/10/2007
Time:  6:14:54 AM
User:  N/A
Computer: EV1SERVE-3AALQP
Description:
System.Web.Services - The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/Error.aspx?aspxerrorpath=/webservices/IssuesWS.asmx">here</a>.</h2>
</body></html>

--. -    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at IssueServices.GetIssue(Int32 projectID, Int32 issueID)
   at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.ProcessIssueAlerts()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Event Type: Error
Event Source: SQLSERVERAGENT
Event Category: Alert Engine
Event ID: 318
Date:  8/10/2007
Time:  6:14:59 AM
User:  N/A
Computer: EV1SERVE-3AALQP
Description:
Unable to read local eventlog (reason: The parameter is incorrect).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

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

Are there any errors in the Gemini web app log?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Its seems that one of the issues has a control character somewhere within it.

Do this:

  1. Make a note of the issue ID's in the "issuealerts" table.
  2. Delete all rows from this table.
  3. Starte and watch the service.
  4. When you see no errors have occured, make a change to one issue at a time (that you noted in step on above.  Wait 5 minutes before changing each issue to ensure you receive an email alert.
Hopefully, this will narrow down what issue is causing the problem and the precise control character.  We can then look at ways to trap for such problems in future.

Hope this helps.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Wouldn't you trap all so data entered into a comment could be emailed? I entered the following comment into an issue and received the error in the event log with this excerpt:
Exception information:
    Exception type: ArgumentException
    Exception message: '[] ', hexadecimal value 0x11, is an invalid character.

This is the text I entered in the comment. I'm imagining if you can handle this you can handle anything :) :

" ' !@#$%^&*()+<>?/;:[]{}|`~+=-
[hello]
{hello}
(hello)
<hello>hello</hello>
<script language="javascript">
HELLO()
</script>



pauldes
· 1
pauldes
helpful
0
not helpful

We can not replicate this. What editor are you using (RAD)?

Do you get any errors in the Gemini log?


Mark Wing
· 9108
Mark Wing