Error Logs during Checkin to RTC
Please provide a solution for this.
12/04/2014 10:27:50 JazzScmScciCommon: ->->->->->-> OPERATION START ->->->->->->
SccAdd(656612, 1, { D:\ALM Softwares\EA WS\View.xml }, Checkin the files, { }, 0);
12/04/2014 10:27:55 FilesystemClient: FSServiceInterfaceManager: Daemon(s) logging in for repository cmy5kor@rb-ubk-clm-10.de.bosch.com
12/04/2014 10:27:55 FilesystemClient: CopyFileArea: Daemon D:\ALM Softwares\EA WS logging in for repository cmy5kor@rb-ubk-clm-10.de.bosch.com
12/04/2014 10:28:03 Core: Task Updating pending changes... required requests 98,99,####2:2
12/04/2014 10:28:04 Core: Task Log on... required requests 94,95,97,####2:3
12/04/2014 10:28:04 Core: Task Computing children... required requests 100,####2:1
12/04/2014 10:28:05 Core: Task Updating pending changes... required requests 101,102,####2:2
12/04/2014 10:30:53 Core: Task Computing children... required requests 103,####2:1
12/04/2014 10:30:57 ScmUILibrary: ReviewIgnorePage::Window_Loaded: error computing initial patterns - System.IO.IOException: The directory name is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at com.ibm.team.scm.ui.ReviewIgnoresPage.ComputeInitialPatternList(Object nullObject, IProgressMonitor monitor)
at com.ibm.team.foundation.core.operationrunner.internalimpl.BackgroundWorkerImpl`2.OnDoWork(DoWorkEventArgs args) in c:\MsScci_Builds\I4.0.5HF8_20141120-1220\Foundation\Core\operationrunner\internalimpl\BackgroundWorkerImpl.cs:line 180
12/04/2014 10:30:57 ScmUILibrary: ReviewIgnorePage::Window_Loaded: error computing ignore pattern list System.IO.IOException: The directory name is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at com.ibm.team.scm.ui.ReviewIgnoresPage.PopulateChildren(String parentdir, ItemCollection items, Boolean derived)
at com.ibm.team.scm.ui.ReviewIgnoresPage.<Window_Loaded>b__0(Object nullObject, IList`1 result, Boolean isCancelled, Exception error)
12/04/2014 10:30:59 JazzScmScciCommon: Exception System.IO.IOException occurred; Message: The directory name is invalid.
; Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at com.ibm.team.scm.ui.util.IgnoreUnignoreUtility.CreateIgnoreFiles(Collection`1 patterns, IList`1 listOfShareRoots)
at com.ibm.team.scm.ui.ReviewIgnoresPage.finishButton_Click(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.Show()
at System.Windows.Window.ShowDialog()
at com.ibm.team.msscci.common.clientenv.MsscciClientUIProvider.ShowModalDialog(Window window) in c:\MsScci_Builds\I4.0.5HF8_20141120-1220\JazzMsScci\JazzScmScciCommon\clientenv\MsscciClientUIProvider.cs:line 106
12/04/2014 10:30:59 JazzScmScciCommon: Result = 2
Outputs:
<-<-<-<-<-<- OPERATION END <-<-<-<-<-<-
12/04/2014 10:27:50 JazzScmScciCommon: ->->->->->-> OPERATION START ->->->->->->
SccAdd(656612, 1, { D:\ALM Softwares\EA WS\View.xml }, Checkin the files, { }, 0);
12/04/2014 10:27:55 FilesystemClient: FSServiceInterfaceManager: Daemon(s) logging in for repository cmy5kor@rb-ubk-clm-10.de.bosch.com
12/04/2014 10:27:55 FilesystemClient: CopyFileArea: Daemon D:\ALM Softwares\EA WS logging in for repository cmy5kor@rb-ubk-clm-10.de.bosch.com
12/04/2014 10:28:03 Core: Task Updating pending changes... required requests 98,99,####2:2
12/04/2014 10:28:04 Core: Task Log on... required requests 94,95,97,####2:3
12/04/2014 10:28:04 Core: Task Computing children... required requests 100,####2:1
12/04/2014 10:28:05 Core: Task Updating pending changes... required requests 101,102,####2:2
12/04/2014 10:30:53 Core: Task Computing children... required requests 103,####2:1
12/04/2014 10:30:57 ScmUILibrary: ReviewIgnorePage::Window_Loaded: error computing initial patterns - System.IO.IOException: The directory name is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at com.ibm.team.scm.ui.ReviewIgnoresPage.ComputeInitialPatternList(Object nullObject, IProgressMonitor monitor)
at com.ibm.team.foundation.core.operationrunner.internalimpl.BackgroundWorkerImpl`2.OnDoWork(DoWorkEventArgs args) in c:\MsScci_Builds\I4.0.5HF8_20141120-1220\Foundation\Core\operationrunner\internalimpl\BackgroundWorkerImpl.cs:line 180
12/04/2014 10:30:57 ScmUILibrary: ReviewIgnorePage::Window_Loaded: error computing ignore pattern list System.IO.IOException: The directory name is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at com.ibm.team.scm.ui.ReviewIgnoresPage.PopulateChildren(String parentdir, ItemCollection items, Boolean derived)
at com.ibm.team.scm.ui.ReviewIgnoresPage.<Window_Loaded>b__0(Object nullObject, IList`1 result, Boolean isCancelled, Exception error)
12/04/2014 10:30:59 JazzScmScciCommon: Exception System.IO.IOException occurred; Message: The directory name is invalid.
; Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at com.ibm.team.scm.ui.util.IgnoreUnignoreUtility.CreateIgnoreFiles(Collection`1 patterns, IList`1 listOfShareRoots)
at com.ibm.team.scm.ui.ReviewIgnoresPage.finishButton_Click(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.Show()
at System.Windows.Window.ShowDialog()
at com.ibm.team.msscci.common.clientenv.MsscciClientUIProvider.ShowModalDialog(Window window) in c:\MsScci_Builds\I4.0.5HF8_20141120-1220\JazzMsScci\JazzScmScciCommon\clientenv\MsscciClientUIProvider.cs:line 106
12/04/2014 10:30:59 JazzScmScciCommon: Result = 2
Outputs:
<-<-<-<-<-<- OPERATION END <-<-<-<-<-<-
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Dec 04 '14, 7:51 a.m.I would suggest to either open a PMR with support.
Just a pasted log entry is nothing anyone here can help with. You could provide the readers of this forum a better description of what you are doing in which context with what tools, versions and such.
All I can see is that the system struggles with a folder name:
System.IO.IOException: The directory name is invalid.
this error comes up several times.
1 vote