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.




Scheduler 3.5.1 startup error

emails

Hello,

After moving to v 3.5.1 of gemini (app and scheduler), sched on startup logs following error:
System.Xml - 'valign' is a duplicate attribute name. Line 42, position 45. -    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.AttributeDuplCheck()
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(Stream inStream)
   at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream)
   at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromReponse[T](Stream stream)
   at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.BaseService.WhoAmI()
   at CounterSoft.Gemini.Scheduler.SchedulerService.OnStart(String[] args)

after that it says that it's started successfully (and it does have "started" status), but it does not process any issue alerts? Any idea?

thanx,
Vladimir

LePiaf
· 1
LePiaf
Replies (8)
helpful
0
not helpful

Please double check the Gemini url in the config file. It should not have /webservices


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanx for fast help, that solved error I described, however, alerts are still not processed, now new error appears in log (every 5 minutes):

System.Xml - '--' is an unexpected token. The expected token is '>'. Line 81, position 5. -    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
   at System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
   at System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
   at System.Xml.DtdParser.ScanClosingTag()
   at System.Xml.DtdParser.GetToken(Boolean needWhiteSpace)
   at System.Xml.DtdParser.ParseEntityDecl()
   at System.Xml.DtdParser.ParseSubset()
   at System.Xml.DtdParser.ParseExternalSubset()
   at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
   at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
   at System.Xml.XmlTextReaderImpl.DtdParserProxy.Parse(Boolean saveInternalSubset)
   at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(Stream inStream)
   at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream)
   at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromReponse[T](Stream stream)
   at CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response)
   at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.AlertsService.DeleteAlert(Int32 id)
   at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.ProcessIssueAlerts()

hopefully this is last one :)
thanx,
Vladimir


LePiaf
· 1
LePiaf
helpful
0
not helpful

Please make sure that you have enabled "All verbs" in IIS for the ASHX handler(s) for the Gemini site.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanx, that was it, now everything works ok. I guess that all this was in the upgrade manual, I just didn't rtfm :)

thanx again,
Vladimir


LePiaf
· 1
LePiaf
helpful
0
not helpful

Am also facing the same problem while retrieving  data from twitter in the form of xml.

Error :'--' is an unexpected token. The expected token is '>'. Line 81, position 5.

what should set iis ,can u please explain briefly, retrieving data from twitter with out above error

thanks 


ursyeed
· 1
ursyeed
helpful
0
not helpful

Sorry, not sure what you are after here. This thread is about the scheduler service.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful


i am also create a scheduler which will retrieve latest updates from twitter in the form of xml.and some times only am getting this.if i start (debug some more times) after 2 or 3 rd time it will error is not showing. xml loading perfectly.

can u please explain me why this error happen  and why  with twitter retrieving data?


ursyeed
· 1
ursyeed
helpful
0
not helpful

Sorry, this forum is for CounterSoft Gemini, not twitter.


Mark Wing
· 9108
Mark Wing