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.




Error With SVN Integration exit code -532459699

add-ons

Hello, I try to use The gemini SVN integration

I use VisualSVN Server v 2.0.7 on windows 2003 server
I isse the Windows autentication.
The gemini tool is on Windows 2003 se rver with IIS 6.0, all parameters are verified, and all other gemini tools work fine (like Gemini desktop)

The error message returned in Tortoise is :

Error: Commit blocked by pre-commit hook (exit code -532459699) with output: 
Error:  
Error: Unhandled Exception: System.Xml.XmlException: The 'BR' start tag on line 6 does  
Error: not match the end tag of 'FONT'. Line 7, position 3. 
Error:    at System.Xml.XmlTextReaderImpl.Throw(Exception e) 
Error:    at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) 
Error:    at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) 
Error:    at System.Xml.XmlTextReaderImpl.ParseEndElement() 
Error:    at System.Xml.XmlTextReaderImpl.ParseElementContent() 
Error:    at System.Xml.XmlTextReaderImpl.Read() 
Error:    at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) 
Error:    at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) 
Error: at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) 
Error:    at System.Xml.XmlDocument.Load(XmlReader reader) 
Error:    at System.Xml.XmlDocument.Load(Stream inStream) 
Error: at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream) 
Error: at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromReponse[T](Stream stream) 
Error: at  
Error: CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response) 
Error: at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url,  
Error: Object obj, RequestType requestType) 
Error:    at CounterSoft.Gemini.WebServices.BaseService.WhoAmI() 
Error:    at CounterSoft.Gemini.SourceControl.SVN.Program.Main(String[] args) 

Have you an idea ?

Best regards.

pascal.court
· 1
pascal.court
Replies (7)
helpful
0
not helpful

This is possibly because the SVN service is not running under a user account that can acess Gemini.
Can you verify?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Hello

I have modified the SVN service account with exactly the same account of the gemini user using the Windows autentication

The error is also :

Error: Commit blocked by pre-commit hook (exit code -532459699) with output: 
Error:  
Error: Unhandled Exception: System.Xml.XmlException: The 'BR' start tag on line 6 does  
Error: not match the end tag of 'FONT'. Line 7, position 3. 
Error:    at System.Xml.XmlTextReaderImpl.Throw(Exception e) 
Error:    at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) 
Error:    at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) 
Error:    at System.Xml.XmlTextReaderImpl.ParseEndElement() 
Error:    at System.Xml.XmlTextReaderImpl.ParseElementContent() 
Error:    at System.Xml.XmlTextReaderImpl.Read() 
Error:    at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) 
Error:    at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) 
Error: at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) 
Error:    at System.Xml.XmlDocument.Load(XmlReader reader) 
Error:    at System.Xml.XmlDocument.Load(Stream inStream) 
Error: at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream) 
Error: at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromReponse[T](Stream stream) 
Error: at  
Error: CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response) 
Error: at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url,  
Error: Object obj, RequestType requestType) 
Error:    at CounterSoft.Gemini.WebServices.BaseService.WhoAmI() 
Error:    at CounterSoft.Gemini.SourceControl.SVN.Program.Main(String[] args) 


pascal.court
· 1
pascal.court
helpful
0
not helpful

It seems like the connector is unable to connect to Gemini, this can be because of the URL or username / password.
Can you try to log on to Gemini on that server using the same account as SVN?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes i can connect to gemini with same user / password with windows autentication (no connection page)


pascal.court
· 1
pascal.court
helpful
0
not helpful

I verified, i can connect with Internet Explorer but not with Gemini Desktop


pascal.court
· 1
pascal.court
helpful
0
not helpful

Can you please try the desktop while running DebugView and post the output?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have found the problem

On Internet Explorer Option, on Security Tab
I have modified the "Local Intranet" options

And select the "automatic logon with curent username and password" from "User Authentication" paragraph"

And now it works fine


pascal.court
· 1
pascal.court