Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 ClearTrace Support Forum
 ClearTrace_Error File

Author  Topic 

martenrune
Starting Member

2 Posts

Posted - 2011-03-21 : 13:00:36
Errormessage said to post contents of file here. So I do:

******************************************************************************
ClearTrace Error
******************************************************************************
Version: 2008.35.0
Last Exception: Ett undantagsfel av typen System.OutOfMemoryException uppstod.
Last Target Site: Void DoubleTrack()
******************************************************************************

Exception Type: System.Reflection.TargetInvocationException
Exception Message: Ett undantagsfel har uppstått i målet för en aktivering.
vid System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
vid System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
vid System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
vid System.Delegate.DynamicInvokeImpl(Object[] args)
vid System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
vid System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
vid System.Threading.ExecutionContext.runTryCode(Object userData)
vid System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
vid System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
vid System.Windows.Forms.Control.InvokeMarshaledCallbacks()
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
vid System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
vid System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
vid System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
vid System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
vid System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
vid System.Windows.Forms.Application.Run(Form mainForm)
vid ClearTraceGui.Program.Main()

================================
Inner Exception
================================
Exception Type: System.Reflection.TargetInvocationException
Exception Message: Ett undantag uppstod under åtgärden, vilket gör resultatet ogiltigt. Mer information finns i InnerException-objektet.
vid System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
vid System.ComponentModel.RunWorkerCompletedEventArgs.get_Result()
vid ClearTraceGui.MainForm.backgroundWorker1_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
vid System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
vid System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

================================
Inner Exception
================================
Exception Type: System.OutOfMemoryException
Exception Message: Ett undantagsfel av typen System.OutOfMemoryException uppstod.
vid System.Text.RegularExpressions.RegexRunner.DoubleTrack()
vid Go20(RegexRunner )
vid System.Text.RegularExpressions.CompiledRegexRunner.Go()
vid System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick)
vid System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String input, Int32 beginning, Int32 length, Int32 startat)
vid System.Text.RegularExpressions.Regex.Match(String input, Int32 startat)
vid ClearData.ClearTrace.Helper.FixComments(String sql)
vid ClearData.ClearTrace.Helper.NormalizeSqlText(String sql, String eventClass, Int32 spid, Boolean spreadCsv)
vid ClearData.ClearTrace.SqlTrace.ProcessFiles(BackgroundWorker worker, DoWorkEventArgs eventArgs)
vid ClearTraceGui.MainForm.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)
vid System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
vid System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)



Regards Marten

martenrune
Starting Member

2 Posts

Posted - 2011-03-21 : 13:21:12
Sorry, I started reading on the forum and realized I didn't use tha latest build. I used ClearTrace.2008.35 when downloading ClearTrace.2008.38 all worked like a charm.

I'm getting familiare with this tool. So I apologuise for my postings. But...

Atleast I have found your forums, and will be contributing here from now on.

Regards Marten
Go to Top of Page

graz
Chief SQLTeam Crack Dealer

4149 Posts

Posted - 2011-03-22 : 00:19:20
No worries. Just glad the latest version fixed your problem.

=================================================
Creating tomorrow's legacy systems today. One crisis at a time.
Go to Top of Page
   

- Advertisement -