Error while retrieving alerts in GAS, Control-M 6.4

Tools and several solutions to manage Control-M products
Post Reply
User avatar
rich_arredondo
Nouveau
Nouveau
Posts: 16
Joined: 04 Nov 2011 12:00

Error while retrieving alerts in GAS, Control-M 6.4

Post by rich_arredondo » 14 Nov 2011 8:12

Recently I installed Fix Pack 6 for Control-M Enterprise Manager and Fix Pack 6 for Control-M Server, after those installations I keep receiving this really annoying messages every time I open Control-M Enterprise Manager to retrieve my Active Environment:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.


************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Com.Bmc.Ctmem.UI.AlertsForm.alertsGridView_RowStyle(Object sender, RowStyleEventArgs e) in d:\ccm_wa\ecs\EcsTop-bldrem_EM640FP6_W_SQA\EcsTop\ECSNT\em_ui\AlertsForm.cs:line 501
at DevExpress.XtraGrid.Views.Grid.GridView.RaiseGetRowStyle(Int32 rowHandle, GridRowCellState state, AppearanceObject appearance)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.GetRowMixAppearances(GridCellInfo cellInfo, GridRowCellState state, GridRowInfo bi, AppearanceObjectEx column, AppearanceObject focusedCell, AppearanceObjectEx conditionCell)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.GetRowAppearance(GridRowInfo ri, AppearanceObject appearance, GridRowCellState state)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.UpdateRowAppearanceCore(GridRowInfo ri)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.UpdateRowAppearance(GridRowInfo ri, Boolean always)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.UpdateCellAppearance(GridCellInfo cell, Boolean always)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CreateCellEditViewInfo(GridCellInfo cell, Boolean calc, Boolean allowCache)
at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.RequestCellEditViewInfo(GridCellInfo cell)
at DevExpress.XtraGrid.Views.Grid.GridView.UpdateCellHotInfo(BaseHitInfo hitInfo, Point hitPoint)
at DevExpress.XtraGrid.Views.Base.ColumnView.OnCellMouseLeave(BaseHitInfo hitInfo)
at DevExpress.XtraGrid.Views.Grid.GridView.OnHotTrackLeave(BaseHitInfo hitInfo)
at DevExpress.XtraGrid.Views.Grid.GridView.DoTopRowIndexChanged(Int32 prevTopRowIndex)
at DevExpress.XtraGrid.Views.Grid.GridView.InternalSetTopRowIndex(Int32 newTopRowIndex)
at DevExpress.XtraGrid.Views.Grid.GridView.MakeRowVisibleCore(Int32 rowHandle, Boolean invalidate)
at DevExpress.XtraGrid.Views.Grid.GridView.DoChangeFocusedRow(Int32 currentRowHandle, Int32 newRowHandle, Boolean raiseUpdateCurrentRow)
at DevExpress.XtraGrid.Views.Base.ColumnView.DoChangeFocusedRowInternal(Int32 newRowHandle, Boolean updateCurrentRow)
at DevExpress.XtraGrid.Views.Grid.GridView.DevExpress.Data.IDataControllerValidationSupport.OnCurrentControllerRowChanged()
at DevExpress.Data.BaseGridController.OnCurrentControllerRowChanged()
at DevExpress.Data.BaseGridController.OnCurrentControllerRowChanging(Int32 oldControllerRow, Int32 newControllerRow)
at DevExpress.Data.BaseGridController.set_CurrentControllerRow(Int32 value)
at DevExpress.Data.CurrencyDataController.SyncWithCurrencyManager()
at DevExpress.Data.CurrencyDataController.OnBindingListChangingEnd()
at DevExpress.Data.DataController.OnBindingListChangedCore(ListChangedEventArgs e)
at DevExpress.Data.CurrencyDataController.OnBindingListChangedCore(ListChangedEventArgs e)
at DevExpress.Data.DataController.OnBindingListChanged(ListChangedEventArgs e)
at DevExpress.Data.CurrencyDataController.RaiseOnBindingListChanged(ListChangedEventArgs e)
at DevExpress.Data.Helpers.ListDataControllerHelper.OnBindingListChanged(Object sender, ListChangedEventArgs e)
at DevExpress.Data.Helpers.BaseDataViewControllerHelper.OnBindingListChanged(Object sender, ListChangedEventArgs e)
at System.ComponentModel.ListChangedEventHandler.Invoke(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.BindingSource.OnListChanged(ListChangedEventArgs e)
at System.Windows.Forms.BindingSource.InnerList_ListChanged(Object sender, ListChangedEventArgs e)
at System.Data.DataView.OnListChanged(ListChangedEventArgs e)
at System.Data.DataView.IndexListChanged(Object sender, ListChangedEventArgs e)
at System.Data.DataView.IndexListChangedInternal(ListChangedEventArgs e)
at System.Data.DataViewListener.IndexListChanged(ListChangedEventArgs e)
at System.Data.Index.<OnListChanged>b__2(DataViewListener listener, ListChangedEventArgs args, Boolean arg2, Boolean arg3)
at System.Data.Listeners`1.Notify[T1,T2,T3](T1 arg1, T2 arg2, T3 arg3, Action`4 action)
at System.Data.Index.OnListChanged(ListChangedEventArgs e)
at System.Data.Index.OnListChanged(ListChangedType changedType, Int32 index)
at System.Data.Index.InsertRecord(Int32 record, Boolean fireEvent)
at System.Data.Index.ApplyChangeAction(Int32 record, Int32 action, Int32 changeRecord)
at System.Data.DataTable.RecordStateChanged(Int32 record1, DataViewRowState oldState1, DataViewRowState newState1, Int32 record2, DataViewRowState oldState2, DataViewRowState newState2)
at System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Int32 position, Boolean fireEvent, Exception& deferredException)
at System.Data.DataTable.InsertRow(DataRow row, Int32 proposedID, Int32 pos, Boolean fireEvent)
at System.Data.DataRowCollection.Add(DataRow row)
at Com.Bmc.Ctmem.UI.EmDataSet.ALARMDataTable.AddALARMRow(String MEMNAME, String APPLICATION, String GROUP_NAME, String MESSAGE, Int32 HANDLED, String JOB_NAME, String SEVERITY, String ORDER_ID, String USER_ID, String NODE_ID, DateTime HOST_TIME, String CHANGED_BY, DateTime UPD_TIME, String NOTES, String DATA_CENTER, Int32 SERIAL, String TYPE, String CLOSED_FROM_EM, String TICKET_NUMBER, Int32 RUN_COUNTER, Int32 HANDLED_PREV) in d:\ccm_wa\ecs\EcsTop-bldrem_EM640FP6_W_SQA\EcsTop\ECSNT\em_ui\EmDataSet.Designer.cs:line 559
at Com.Bmc.Ctmem.UI.AlertsForm.ProcessNewAlertEvent(AlertEventInfo upd) in d:\ccm_wa\ecs\EcsTop-bldrem_EM640FP6_W_SQA\EcsTop\ECSNT\em_ui\AlertsForm.cs:line 607
at Com.Bmc.Ctmem.UI.AlertsForm.ProcessQueueUpdates(Object sender, EventArgs e) in d:\ccm_wa\ecs\EcsTop-bldrem_EM640FP6_W_SQA\EcsTop\ECSNT\em_ui\AlertsForm.cs:line 578
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
emgui
Assembly Version: 0.0.0.0
Win32 Version: 6.4.0.00
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/emgui.exe
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.3053
Win32 Version: 8.00.50727.3053
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_B80FA8CA/msvcm80.dll
----------------------------------------
bmc-ctmem-managed2native-64x
Assembly Version: 1.0.4041.36453
Win32 Version:
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/bmc-ctmem-managed2native-64x.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
NLog
Assembly Version: 1.0.0.505
Win32 Version: 1.0.0.505
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/NLog.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
NLogDiagTarget
Assembly Version: 1.0.4041.36214
Win32 Version:
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/NLogDiagTarget.DLL
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Messaging
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll
----------------------------------------
Microsoft.VisualC
Assembly Version: 8.0.0.0
Win32 Version: 8.00.50727.3053
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
bmc-ctmem-em-ui-64x
Assembly Version: 6.4.0.0
Win32 Version: 6.4.0.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/bmc-ctmem-em-ui-64x.DLL
----------------------------------------
DevExpress.Utils.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.Utils.v7.2.DLL
----------------------------------------
DevExpress.XtraBars.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.XtraBars.v7.2.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
DevExpress.Data.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.Data.v7.2.DLL
----------------------------------------
DevExpress.XtraPrinting.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.XtraPrinting.v7.2.DLL
----------------------------------------
DevExpress.XtraEditors.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.XtraEditors.v7.2.DLL
----------------------------------------
DevExpress.XtraGrid.v7.2
Assembly Version: 7.2.5.0
Win32 Version: 7.2.5.0
CodeBase: file:///C:/Program%20Files/BMC%20Software/CONTROL-M%20EM%206.4.01/Default/bin/DevExpress.XtraGrid.v7.2.DLL
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------


************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.


For example:


<configuration>
<system>
</configuration>


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.




Any idea of how to get rid of this annoying messages?

User avatar
bassman
Nouveau
Nouveau
Posts: 5
Joined: 02 Nov 2009 12:00

Post by bassman » 11 Jun 2013 12:59

Bonjour,
J'ai exactement le même problème. :cry: Control-m 7 sous windows 7.
Un grand merci à celui qui aurait une piste.

User avatar
markjosol
Nouveau
Nouveau
Posts: 3
Joined: 01 Nov 2013 12:00
Contact:

Post by markjosol » 01 Nov 2013 9:20

Enterprise Manager and Fix Pack 6 for Control-M Server, after those installations I keep receiving this really annoying messages every time I open Control-M Enterprise Manager to retrieve my Active


________________________________________________
Fifa Ultimate Team CoinsFIFAUTC

User avatar
Pankhurifashion
Nouveau
Nouveau
Posts: 1
Joined: 13 Nov 2013 12:00
Location: Shope No. 34, Ground Floor, Arora Shoppers Park, Shakti Khand - 2, Indira Puram, Ghaziabad, India -
Contact:

Pankhuri Fashion Shoppe

Post by Pankhurifashion » 13 Nov 2013 1:20

Bonjour,
J'ai exactement le même problème. Crying or Very sad Control-m 7 sous windows 7.
Un grand merci à celui qui aurait une piste.


Manufacturer of School Uniform in Ghaziabad

User avatar
jCarlos
Nouveau
Nouveau
Posts: 36
Joined: 19 Jun 2013 12:00

Post by jCarlos » 18 Feb 2014 1:26

I just uninstalled the control-M on my windows computer and installed again, hmm i remember i did another workaround on another computer with the same problem but i can't remember right now :/

Post Reply