AnantLabs / big5sync

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

In log window: Unexpected error #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start syncless
2.Open the log window

What is the expected output? What do you see instead?
I see the window "Unexpected error"

What version of the product are you using? On what operating system?
win7x64

Please provide any additional information below.

Please paste the debug.log found in root Syncless folder(if any) below.
(Please
filter off any data that you do not want other people to see with "#")
2010-04-22 23:41:18 -   Exception Caught
            ---------------------------------------------------
-----
            System.Threading.ThreadAbortException

System.Threading.ThreadAbortException: Tråden ble avbrutt.

               ved 
Syncless.Helper.CommonXmlHelper.SaveXml(XmlDocument xml, String path)

               ved 
Syncless.Tagging.TaggingXMLHelper.SaveToLocations(TaggingProfile 
taggingProfile, List`1 xmlFilePaths)

               ved 
Syncless.Core.SaveLoadHelper.SaveTagging(String appPath)

               ved Syncless.Core.SaveLoadHelper.SaveAll(String 
appPath)

               ved 
Syncless.Core.LogicQueueObserver.Handle(AbstractNotification notification)

               ved Syncless.Core.LogicQueueObserver.Run()
            ---------------------------------------------------
-----

2010-04-23 18:30:02 -   Exception Caught
            ---------------------------------------------------
-----
            System.Threading.ThreadAbortException

System.Threading.ThreadAbortException: Tråden ble avbrutt.

               ved 
Microsoft.Win32.Win32Native.GetFileAttributesEx(String name, Int32 
fileInfoLevel, WIN32_FILE_ATTRIBUTE_DATA& lpFileInformation)

               ved System.IO.File.FillAttributeInfo(String 
path, WIN32_FILE_ATTRIBUTE_DATA& data, Boolean tryagain, Boolean 
returnErrorOnNotFound)

               ved System.IO.File.InternalExists(String path)

               ved System.IO.File.Exists(String path)

               ved 
Syncless.Core.SaveLoadHelper.SaveProfiling(String appPath)

               ved Syncless.Core.SaveLoadHelper.SaveAll(String 
appPath)

               ved 
Syncless.Core.LogicQueueObserver.Handle(AbstractNotification notification)

               ved Syncless.Core.LogicQueueObserver.Run()
            ---------------------------------------------------
-----

2010-05-12 09:13:14 -   Exception Caught
            ---------------------------------------------------
-----
            System.IO.DirectoryNotFoundException

System.IO.DirectoryNotFoundException: Finner ikke en del av banen 
C:\Users\Ingrid\Desktop\log\user.log.1.

               ved System.IO.__Error.WinIOError(Int32 
errorCode, String maybeFullPath)

               ved System.IO.FileStream.Init(String path, 
FileMode mode, FileAccess access, Int32 rights, Boolean useRights, 
FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES 
secAttrs, String msgPath, Boolean bFromProxy)

               ved System.IO.FileStream..ctor(String path, 
FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, 
FileOptions options, String msgPath, Boolean bFromProxy)

               ved System.IO.FileStream..ctor(String path, 
FileMode mode, FileAccess access, FileShare share)

               ved Syncless.Logging.LogReaderHelper.ReadLog()

               ved Syncless.Core.SystemLogicLayer.ReadLog()
            ---------------------------------------------------
-----

Original issue reported on code.google.com by jsjno...@gmail.com on 12 May 2010 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
thanks we will look into it

Original comment by ericnjf on 12 May 2010 at 2:05