Berimor66 / duplicati

Automatically exported from code.google.com/p/duplicati
0 stars 0 forks source link

Error when I try make a backup in S3 amazon #543

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I try make a backup, settings options by default.
WinXP Pro 32 bits, total amount of backups aprox 22Mb
backup in S3 amazon.

And give this error:

Error: No se ha podido subir el fichero 
"duplicati-full-content.20120116T095957Z.vol1.zip.aes": '--' es un símbolo 
(token) inesperado. Se esperaba '>'. Línea 81, posición 5.

Error: System.Exception: No se ha podido subir el fichero 
"duplicati-full-content.20120116T095957Z.vol1.zip.aes": '--' es un símbolo 
(token) inesperado. Se esperaba '>'. Línea 81, posición 5. ---> 
System.Xml.XmlException: '--' es un símbolo (token) inesperado. Se esperaba 
'>'. Línea 81, posición 5.
   en System.Xml.XmlTextReaderImpl.Throw(Exception e)
   en System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
   en System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
   en System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
   en System.Xml.DtdParser.ScanClosingTag()
   en System.Xml.DtdParser.GetToken(Boolean needWhiteSpace)
   en System.Xml.DtdParser.ParseEntityDecl()
   en System.Xml.DtdParser.ParseSubset()
   en System.Xml.DtdParser.ParseExternalSubset()
   en System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
   en System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
   en System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
   en System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   en System.Xml.XmlTextReaderImpl.Read()
   en System.Xml.XmlTextReader.Read()
   en System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
   en System.Xml.XPath.XPathDocument..ctor(XmlReader reader, XmlSpace space)
   en System.Xml.Xsl.Runtime.XmlQueryContext.ConstructDocument(Object dataSource, String uriRelative, Uri uriResolved)
   en System.Xml.Xsl.Runtime.XmlQueryContext..ctor(XmlQueryRuntime runtime, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, WhitespaceRuleLookup wsRules)
   en System.Xml.Xsl.Runtime.XmlQueryRuntime..ctor(XmlQueryStaticData data, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, XmlSequenceWriter seqWrt)
   en System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results)
   en System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, Boolean closeWriter)
   en System.Xml.Xsl.XmlILCommand.Execute(XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results)
   en System.Xml.Xsl.XslCompiledTransform.Transform(XmlReader input, XsltArgumentList arguments, TextWriter results)
   en Amazon.S3.AmazonS3Client.transform(String responseBody, String actionName, Type t)
   en Amazon.S3.AmazonS3Client.processRequestError(String actionName, HttpWebRequest request, WebException we, HttpWebResponse errorResponse, String requestAddr, WebHeaderCollection& respHdrs, Type t, Exception& cause)
   en Amazon.S3.AmazonS3Client.handleHttpWebErrorResponse(S3Request userRequest, WebException we, HttpWebRequest request, HttpWebResponse httpResponse, Exception& cause, HttpStatusCode& statusCode)
   en Amazon.S3.AmazonS3Client.getResponseCallback[T](IAsyncResult result)
   en Amazon.S3.AmazonS3Client.endOperation[T](IAsyncResult result)
   en Amazon.S3.AmazonS3Client.EndPutObject(IAsyncResult asyncResult)
   en Amazon.S3.AmazonS3Client.PutObject(PutObjectRequest request)
   en Duplicati.Library.Backend.S3Wrapper.AddFileStream(String bucketName, String keyName, Stream source)
   en Duplicati.Library.Backend.S3.Put(String remotename, Stream input)
   en Duplicati.Library.Main.BackendWrapper.PutInternal(BackupEntryBase remote, String filename)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en Duplicati.Library.Main.BackendWrapper.Put(BackupEntryBase remote, String filename, Boolean forcesync)
   en Duplicati.Library.Main.Interface.Backup(String[] sources)
   en Duplicati.GUI.DuplicatiRunner.ExecuteTask(IDuplicityTask task)
InnerError: System.Xml.XmlException: '--' es un símbolo (token) inesperado. Se 
esperaba '>'. Línea 81, posición 5.
   en System.Xml.XmlTextReaderImpl.Throw(Exception e)
   en System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
   en System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
   en System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
   en System.Xml.DtdParser.ScanClosingTag()
   en System.Xml.DtdParser.GetToken(Boolean needWhiteSpace)
   en System.Xml.DtdParser.ParseEntityDecl()
   en System.Xml.DtdParser.ParseSubset()
   en System.Xml.DtdParser.ParseExternalSubset()
   en System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
   en System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
   en System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
   en System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   en System.Xml.XmlTextReaderImpl.Read()
   en System.Xml.XmlTextReader.Read()
   en System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
   en System.Xml.XPath.XPathDocument..ctor(XmlReader reader, XmlSpace space)
   en System.Xml.Xsl.Runtime.XmlQueryContext.ConstructDocument(Object dataSource, String uriRelative, Uri uriResolved)
   en System.Xml.Xsl.Runtime.XmlQueryContext..ctor(XmlQueryRuntime runtime, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, WhitespaceRuleLookup wsRules)
   en System.Xml.Xsl.Runtime.XmlQueryRuntime..ctor(XmlQueryStaticData data, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, XmlSequenceWriter seqWrt)
   en System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results)
   en System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, Boolean closeWriter)
   en System.Xml.Xsl.XmlILCommand.Execute(XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results)
   en System.Xml.Xsl.XslCompiledTransform.Transform(XmlReader input, XsltArgumentList arguments, TextWriter results)
   en Amazon.S3.AmazonS3Client.transform(String responseBody, String actionName, Type t)
   en Amazon.S3.AmazonS3Client.processRequestError(String actionName, HttpWebRequest request, WebException we, HttpWebResponse errorResponse, String requestAddr, WebHeaderCollection& respHdrs, Type t, Exception& cause)
   en Amazon.S3.AmazonS3Client.handleHttpWebErrorResponse(S3Request userRequest, WebException we, HttpWebRequest request, HttpWebResponse httpResponse, Exception& cause, HttpStatusCode& statusCode)
   en Amazon.S3.AmazonS3Client.getResponseCallback[T](IAsyncResult result)
   en Amazon.S3.AmazonS3Client.endOperation[T](IAsyncResult result)
   en Amazon.S3.AmazonS3Client.EndPutObject(IAsyncResult asyncResult)
   en Amazon.S3.AmazonS3Client.PutObject(PutObjectRequest request)
   en Duplicati.Library.Backend.S3Wrapper.AddFileStream(String bucketName, String keyName, Stream source)
   en Duplicati.Library.Backend.S3.Put(String remotename, Stream input)
   en Duplicati.Library.Main.BackendWrapper.PutInternal(BackupEntryBase remote, String filename)
Resultado de la limpieza:

Original issue reported on code.google.com by tro...@gmail.com on 16 Jan 2012 at 10:09

GoogleCodeExporter commented 9 years ago
Sorry, I use the last version 1.3 for windows

Original comment by tro...@gmail.com on 16 Jan 2012 at 10:11

GoogleCodeExporter commented 9 years ago
Unfortunately S3 chokes a bit on its own error message, so it is hard to tell 
what went wrong.
If you are using a subfolder, it is possible that you are using \ (backslash) 
instead of / (forward slash) as the folder separator.

Did the "test connection" succeed? Did you get any warnings? 

Original comment by kenneth@hexad.dk on 16 Jan 2012 at 1:58

GoogleCodeExporter commented 9 years ago
Does the problem still exist?

Original comment by rst...@gmail.com on 31 Mar 2012 at 8:25

GoogleCodeExporter commented 9 years ago
Yes i discover that the problem it happen when select regional settings in
spanish, i think its de date format spanish no make a correct conversion
when program connect with amazon.

Tomeu Roig
El 31/03/2012 22:25, <duplicati@googlecode.com> escribió:

Original comment by tro...@gmail.com on 31 Mar 2012 at 9:09

GoogleCodeExporter commented 9 years ago
Ok, that should be reproducible then. But strange because I use Danish regional 
settings, and that should also be "non-american".

Original comment by kenneth@hexad.dk on 1 Apr 2012 at 6:07