Table Of Contents
Detailed BQL Errors Catalog and Examples
General BQL Errors
Garbage Characters Input
Invalid XML Format
Invalid Command Name
Invalid Parameter Name
Invalid OID Value
VNE Does Not Exist (Inventory Get Command)
Activation
Script Name Is Blank
Script Name Contains Invalid Characters
Registry Path Is Blank
Context IMO Is Null
Context IMO Class Is Invalid
Language Type Is Unknown
Protocol Type Is Unknown
Sheer1 and SNMP Protocol
Missing Roles
Invalid Role Entered
Time of the Script Is Too Short
Script Argument Name Is Blank
Script Argument Type Is Blank
Script Argument Type Is Invalid
Script Enumeration Is Invalid
Script Does Not Exist
VNE Was Loaded Once But Now It Is Down
VNE Was Loaded Once But Now It Has Been Deleted
Timeout for One of the Scripts Lines Has Expired
The Script's Total Timeout Has Expired
Success Pragma Failure
Fail Pragma Failure
Inventory
VNE OID Does Not Exist
Cisco ANA Manage
Creating an AVM for a Unit That Does Not Exist
Creating an AVM with a Reserved AVM ID
Deleting an AVM from a Unit That Does Not Exist
Deleting a Reserved AVM
Deleting a Nonexistent AVM
Creating an AVM with an ID That Already Exists
Creating an AVM with a Key That Already Exists
Deleting an AVM That Has VNEs
Restarting an AVM for a Unit That Does Not Exist
Restarting AVM 99
Restarting a Reserved AVM
Restarting a Nonexistent AVM
Updating an AVM for a Nonexistent Unit
Updating a Nonexistent AVM
Moving a VNE from a Nonexistent Unit
Moving a VNE from a Nonexistent AVM
Moving a VNE to the Same AVM
Creating a VNE for a Nonexistent Unit
Creating a VNE in a Nonexistent AVM
Creating a VNE in a Reserved AVM
Creating a VNE That Already Exists With the Same Name
Creating a VNE That Already Exists with the Same IP Address
Creating a VNE That Has an Invalid Device Name
Creating a VNE That Has An Invalid Device Type
Updating a VNE in a Nonexistent Unit
Updating a VNE in a Nonexistent AVM
Updating a Nonexistent VNE
Deleting a VNE in a Nonexistent Unit
Deleting a VNE in a Nonexistent AVM
Deleting a Nonexistent VNE
Creating an Alias for a Nonexistent VNE
Creating an Alias for an Element with the Same Name
Creating a Scope That Already Exists
Creating a Scope with No OID
Creating a User That Already Exists
Creating a User with an Illegal Username or Password
Deleting an Alias for a Nonexistent VNE
Deleting a Reserved Scope
Deleting a Nonexistent Username
Deleting a Reserved Username
Updating a Reserved Scope
Adding Permission for a User with an Administrator Role
Updating a Protected Username
Updating a Username with an Unknown Role
Updating a Nonexistent Username
Loading an AVM That Is Already Loaded
Loading an AVM in a Nonexistent Unit
Loading a Nonexistent AVM
Unloading an AVM in a Nonexistent Unit
Unloading a Nonexistent AVM
Updating an Unknown Property in a Protection Group
Updating a Permission for a Nonexistent Username
Updating a Permission for a Protected Username
Updating a Nonexistent Permission
Creating a Unit That Already Exists
Creating a Redundant Unit with the Same IP Address
Creating a Unit with an Invalid IP Address
Creating a Unit with a Nonexistent Protection Group
Creating a Polling Group That Already Exists
Creating a Redundant Unit That Already Exists with the Same IP Address
Creating a Redundant Unit That Already Exists as a Unit
Creating a Redundant Unit with a Nonexistent Protection Group
Deleting a Nonexistent Unit
Deleting the Gateway
Deleting a Unit That Has AVMs
Deleting a Polling Group That Is Being Used by a Device
Deleting the Default Polling Group
Deleting a Nonexistent Redundant Unit
Failover for a Nonexistent Unit
Restarting a Nonexistent Unit
Invalid Transport Uplink Command
Creating a Static Topological Link with a Nonexistent VNE
Creating a Static Topological Link That Already Exists
Deleting a Nonexistent Static Topological Link
Creating a Topological Link on a Nonexistent Port
Restarting an AVM When It Is Down
Unloading an AVM That Has Already Been Unloaded
Detailed BQL Errors Catalog and Examples
This chapter includes details of the following errors:
•
General BQL Errors
•
Activation
•
Inventory
•
Cisco ANA Manage
General BQL Errors
This section includes the following errors:
•
Garbage Characters Input
•
Invalid XML Format
•
Invalid Command Name
•
Invalid Parameter Name
•
Invalid OID Value
•
VNE Does Not Exist (Inventory Get Command)
Garbage Characters Input
Short Description
Garbage characters input
Long Description
Enter garbage characters
Error Example
java.lang.IllegalArgumentException: Invalid command syntax. no such command
Error Code
None
Invalid XML Format
Short Description
Invalid XML format
Long Description
This is an invalid XML format
Error Example
org.jdom.input.JDOMParseException: Error on line 1: Element type "key" must be followed by
either attribute specifications, ">" or "/>".
Error Code
None
Invalid Command Name
Short Description
Invalid command name
Long Description
This is an invalid command name
Error Example
java.lang.Exception: ShellRaw: Unknown command(null cid returned)
Error Code
None
Invalid Parameter Name
Short Description
Invalid parameter name
Long Description
This is an invalid parameter name
Error Example
java.lang.Exception: ShellRaw: Unknown command(null cid returned)
Error Code
None
Invalid OID Value
Short Description
Invalid OID value
Long Description
This is an invalid OID value
Error Example
java.lang.IllegalArgumentException: Invalid command syntax. Argument "oid" is invalid.
Error Code
None
VNE Does Not Exist (Inventory Get Command)
Short Description
VNE does not exist (inventory get command)
Long Description
This VNE does not exist (inventory get command)
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:2d
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:8 [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.getXIDFro
mKey(ElementManagementElementHandler.java:499)
at
com.sheer.metromission.plugin.snapshot.SnapshotElementGetCommand$FirstStateHandler.sendReq
uestToMaps(SnapshotElementGetCommand.java:240)
at
com.sheer.metromission.plugin.snapshot.SnapshotElementGetCommand$FirstStateHandler.handle(
SnapshotElementGetCommand.java:142)
at
com.sheer.framework.commands.MultiStateCommand.localExecute(MultiStateCommand.java:59)at
com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5103
Activation
This section includes the following errors:
•
Script Name Is Blank
•
Script Name Contains Invalid Characters
•
Registry Path Is Blank
•
Context IMO Is Null
•
Context IMO Class Is Invalid
•
Language Type Is Unknown
•
Protocol Type Is Unknown
•
Sheer1 and SNMP Protocol
•
Missing Roles
•
Invalid Role Entered
•
Time of the Script Is Too Short
•
Script Argument Name Is Blank
•
Script Argument Type Is Blank
•
Script Argument Type Is Invalid
•
Script Enumeration Is Invalid
•
Script Does Not Exist
•
VNE Was Loaded Once But Now It Is Down
•
VNE Was Loaded Once But Now It Has Been Deleted
•
Timeout for One of the Scripts Lines Has Expired
•
The Script's Total Timeout Has Expired
•
Success Pragma Failure
•
Fail Pragma Failure
Script Name Is Blank
Short Description
Script name is blank
Long Description
The script name is blank
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:2f
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:9 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script does not have a name.
at
com.sheer.metrocentral.coretech.common.maps.command.PublishUtils.validatePublishableElemen
tOid(PublishUtils.java:509)
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:253)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Name Contains Invalid Characters
Short Description
Script name contains invalid characters
Long Description
The script name contains invalid characters
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:30
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:a [64]13Exception:
java.lang.IllegalArgumentException: Error! Script name can contain only alphanumeric
characters,"-" & "_", invalid character at pos 5
at
com.sheer.metrocentral.coretech.common.maps.command.PublishUtils.validatePublishableElemen
tOid(PublishUtils.java:515)
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:253)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Registry Path Is Blank
Short Description
Registry path is blank
Long Description
The registry path is blank
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:31
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:b [64]13Exception:
java.lang.IllegalArgumentException: Error! Script registry path cannot be null/blank.
at
com.sheer.metrocentral.coretech.common.maps.command.PublishUtils.validatePublishableElemen
tOid(PublishUtils.java:512)
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:253)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Context IMO Is Null
Short Description
Context IMO is null
Long Description
The context IMO is null
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:32
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:c [64]13Exception:
java.lang.IllegalArgumentException: Error! Script does not have a context IMO.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:266)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Context IMO Class Is Invalid
Short Description
Context IMO class is invalid
Long Description
The context IMO class is invalid
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:33
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:d [64]13Exception:
java.lang.IllegalArgumentException: Error! The Context IMO Type
"com.sheer.imo.IManagedElemen" is invalid!
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:271)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Language Type Is Unknown
Short Description
Language type is unknown
Long Description
The language type entered is unknown
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:34
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:e [64]13Exception:
java.lang.IllegalArgumentException: Unknown language type 50! Only Sheer1(0) & Binshell(1)
languages are currently supported.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:286)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Protocol Type Is Unknown
Short Description
Protocol type is unknown
Long Description
The protocol type is unknown
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:35
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:f [64]13Exception:
java.lang.IllegalArgumentException: Unknown protocol type 50! Only Telnet(0) & SNMP(1)
protocols are currently supported.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:289)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Sheer1 and SNMP Protocol
Short Description
Sheer1 and SNMP Protocol
Long Description
Sheer1 and SNMP Protocol
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:36
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:10 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script Language "Sheer1" supports only the
Telnet protocol.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:292)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Missing Roles
Short Description
Missing roles
Long Description
There are missing roles
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:37
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:11 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script must have at least one role.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:295)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Invalid Role Entered
Short Description
Invalid role entered
Long Description
Invalid role entered
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:38
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:12 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script role Administrator does not exist.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:306)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Time of the Script Is Too Short
Short Description
Time of the script is too short
Long Description
The time period defined for the script is too short
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:39
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:13 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script timeout must be over 1000ms.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:311)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Argument Name Is Blank
Short Description
Script argument name is blank
Long Description
The script argument name is blank
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:3a
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:14 [64]13Exception:
java.lang.IllegalArgumentException: Error! one of the script parameters name is null.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:319)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Argument Type Is Blank
Short Description
Script argument type is blank
Long Description
The script argument type is blank
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:3b
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:15 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script parameter aaa type is empty.
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:326)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Argument Type Is Invalid
Short Description
Script argument type is invalid
Long Description
The script argument type is invalid
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:3c
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:16 [64]13Exception:
java.lang.IllegalArgumentException: Error! Script parameter aaa type is invalid
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:332)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Enumeration Is Invalid
Short Description
Script enumeration is invalid
Long Description
The script enumeration is invalid
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813258]-0:0:0:0:0:0:0:3d
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:17 [64]13Exception:
java.lang.Exception: Error in enums for argument 4343=555;3434
at
com.sheer.client.common.components.cmdbld.CommandManagerUtils.parseAgentEnums(CommandManag
erUtils.java:861)
at
com.sheer.metromission.plugin.client.commands.SetScript.validateAndSetDefaults(SetScript.j
ava:343)
at com.sheer.metromission.plugin.client.commands.SetScript.run(SetScript.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Script Does Not Exist
Short Description
Script does not exist
Long Description
The script does not exist
Error Example
java.lang.Exception: ShellRaw: Unknown command(null cid returned)
Error Code
None
VNE Was Loaded Once But Now It Is Down
Short Description
VNE was loaded once but now it is down
Long Description
The VNE was loaded once but now it is down
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813259]-0:0:0:0:0:0:0:0
[64]13Destination: (CL.TS-64.103.124.248 [3]-0:0:0:0:0:0:0:4 [64]13Exception: ERROR
(2302): VNE Is Not Loaded. - java.lang.reflect.InvocationTargetExceptionat
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
com.sheer.metromission.commandmanager.CommandManagerImpl.createCommand(CommandManagerImpl.
java:473)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:155)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:163)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:142)
at
com.sheer.metromission.session.SessionCommandContainer.createCommandEntry(SessionCommandCo
ntainer.java:191)
at com.sheer.metromission.session.Session.processMessage(Session.java:307)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Caused by: java.lang.IllegalArgumentException: Failed to create dynamic proxy: ERROR
(5118): VNE Not Loaded.
at com.sheer.framework.commands.MCDefaultCommand.createAgentId(MCDefaultCommand.java:170)
at com.sheer.framework.commands.MCDefaultCommand.setParam(MCDefaultCommand.java:61)
at
com.sheer.metromission.commandmanager.CommandManagerImplErrorHandler.createMetroMissionCom
mandException(CommandManagerImplErrorHandler.java:62)
at
com.sheer.metromission.commandmanager.CommandManagerImplErrorHandler.signifyException(Comm
andManagerImplErrorHandler.java:38)
at
com.sheer.metromission.commandmanager.CommandManagerImpl.createCommand(CommandManagerImpl.
java:487)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:155)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:163)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:142)
at
com.sheer.metromission.session.SessionCommandContainer.createCommandEntry(SessionCommandCo
ntainer.java:191)
at com.sheer.metromission.session.Session.processMessage(Session.java:307)
Error Code
2302
VNE Was Loaded Once But Now It Has Been Deleted
Short Description
VNE was loaded once but now it has been deleted
Long Description
The VNE was loaded once but now it has been deleted
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813259]-0:0:0:0:0:0:0:0
[64]13Destination: (CL.TS-64.103.124.248 [3]-0:0:0:0:0:0:0:6 [64]13Exception: ERROR
(2301): VNE Does Not Exist. - java.lang.reflect.InvocationTargetExceptionat
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
com.sheer.metromission.commandmanager.CommandManagerImpl.createCommand(CommandManagerImpl.
java:473)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:155)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:163)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:142)
at
com.sheer.metromission.session.SessionCommandContainer.createCommandEntry(SessionCommandCo
ntainer.java:191)
at com.sheer.metromission.session.Session.processMessage(Session.java:307)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Caused by: java.lang.IllegalArgumentException: Failed to create dynamic proxy:
ERROR (5103): Agent doesn't exist
at com.sheer.framework.commands.MCDefaultCommand.createAgentId(MCDefaultCommand.java:170)
at com.sheer.framework.commands.MCDefaultCommand.setParam(MCDefaultCommand.java:61)
at
com.sheer.metromission.commandmanager.CommandManagerImplErrorHandler.createMetroMissionCom
mandException(CommandManagerImplErrorHandler.java:62)
at
com.sheer.metromission.commandmanager.CommandManagerImplErrorHandler.signifyException(Comm
andManagerImplErrorHandler.java:43)
at
com.sheer.metromission.commandmanager.CommandManagerImpl.createCommand(CommandManagerImpl.
java:487)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:155)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:163)
at
com.sheer.metromission.session.SessionCommandContainer.createCommand(SessionCommandContain
er.java:142)
at
com.sheer.metromission.session.SessionCommandContainer.createCommandEntry(SessionCommandCo
ntainer.java:191)
at com.sheer.metromission.session.Session.processMessage(Session.java:307)
Error Code
2301
Timeout for One of the Scripts Lines Has Expired
Short Description
Timeout for one of the scripts lines has expired
Long Description
The timeout for one of the script's lines has expired
Error Example
<?xml version="1.0" encoding="UTF-8"?>
type="Oid">{[ScriptResult(ScriptName=test)(Sequence=1166451578843)]}</I
<ExecutionSequence type="IMObjects_Array">
<ID type="Oid">{[ScriptEvent(Index=1)]}</ID>
<EventTypeEnum type="Integer">1</EventTypeEnum>
<Message type="String">PE-West#ping 44.44.44.44</Message>
<ID type="Oid">{[ScriptEvent(Index=2)]}</ID>
<EventTypeEnum type="Integer">2</EventTypeEnum>
<Message type="String">PE-West#</Message>
<ID type="Oid">{[ScriptEvent(Index=3)]}</ID>
<EventTypeEnum type="Integer">6</EventTypeEnum>
<Message type="String">receiveUntil(): general timeout
expired(value=1000)(ping 44.44.44.44
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 44.44.44.44, timeout is 2 seconds:
<ExecutionTime type="Long">1312</ExecutionTime>
<FailedActivity type="String" />
<StatusEnum type="Integer">2</StatusEnum>
Error Code
None
The Script's Total Timeout Has Expired
Short Description
The script's total timeout has expired
Long Description
The script's total timeout has expired
Error Example
Command got timeout------
com.sheer.framework.commands.messages.TimeoutMessage ------
com.sheer.framework.commands.messages.TimeoutMessage, source=(MM.SA-64.103.124.248
[6813261]-0:0:0:0:0:0:0:54 [64], destination=(CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:4
[64], id=0
------------------------------------------------------------------
Error Code
None
Success Pragma Failure
Short Description
Success pragma failure
Long Description
Success pragma failure
Error Example
"Integer">6</EventTypeEnum>
<Message type="String"> ^ Failed to find the text "success" in the device reply!,
script terminated.</Message>
<ExecutionTime type="Long">10078</ExecutionTime>
<FailedActivity type="String" />
<StatusEnum type="Integer">2</StatusEnum>
Error Code
None
Fail Pragma Failure
Short Description
Fail pragma failure
Long Description
Fail pragma failure
Error Example
"Integer">6</EventTypeEnum>
<Message type="String"> ^ Found the text "0 percent" in the device reply!, script
terminated.</Message>
<ExecutionTime type="Long">10078</ExecutionTime>
<FailedActivity type="String" />
<StatusEnum type="Integer">2</StatusEnum>
Error Code
None
Inventory
This section includes the following errors:
•
VNE OID Does Not Exist
VNE OID Does Not Exist
Short Description
VNE OID does not exist
Long Description
The VNE OID does not exist
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813259]-0:0:0:0:0:0:0:4b
[64]13Destination: (CL.TS-64.103.124.248 [3]-0:0:0:0:0:0:0:8 [64]13Exception:
java.lang.Exception: oid
{[ManagedElement(Key=PE-West)][PhysicalRoot][Chassis][Slot(SlotNum=1)][Module][Port(PortNu
mber=FastEthernet1/2)]} does not exist
at com.sheer.metrocentral.framework.maps.command.Get.get(Get.java:219)
at com.sheer.metrocentral.framework.maps.command.Get.get(Get.java:236)
at
com.sheer.metrocentral.framework.maps.command.Get$StartStateHandler.handle(Get.java:571)
at com.sheer.framework.commands.MultiStateCommand.localExecute(MultiStateCommand.java:59)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.system.agentshell.components.cre.CommandRunEnvironment.handleExecuteMessage(Comm
andRunEnvironment.java:305)
at
com.sheer.system.agentshell.components.cre.CommandRunEnvironment$ExecuteMessageHandler.han
dle(CommandRunEnvironment.java:433)
at com.sheer.system.agentshell.components.cre.CommandRunEnvironment.process
Message(CommandRunEnvironment.java:183)
at com.sheer.metrocentral.framework.da.DA.processMessage(DA.java:319)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
None
Cisco ANA Manage
This section includes the following errors:
•
Creating an AVM for a Unit That Does Not Exist
•
Creating an AVM with a Reserved AVM ID
•
Deleting an AVM from a Unit That Does Not Exist
•
Deleting a Reserved AVM
•
Deleting a Nonexistent AVM
•
Creating an AVM with an ID That Already Exists
•
Creating an AVM with a Key That Already Exists
•
Deleting an AVM That Has VNEs
•
Restarting an AVM for a Unit That Does Not Exist
•
Restarting AVM 99
•
Restarting a Reserved AVM
•
Restarting a Nonexistent AVM
•
Updating an AVM for a Nonexistent Unit
•
Updating a Nonexistent AVM
•
Moving a VNE from a Nonexistent Unit
•
Moving a VNE from a Nonexistent AVM
•
Moving a VNE to the Same AVM
•
Creating a VNE for a Nonexistent Unit
•
Creating a VNE in a Nonexistent AVM
•
Creating a VNE in a Reserved AVM
•
Creating a VNE That Already Exists With the Same Name
•
Creating a VNE That Already Exists with the Same IP Address
•
Creating a VNE That Has an Invalid Device Name
•
Creating a VNE That Has An Invalid Device Type
•
Updating a VNE in a Nonexistent Unit
•
Updating a VNE in a Nonexistent AVM
•
Updating a Nonexistent VNE
•
Deleting a VNE in a Nonexistent Unit
•
Deleting a VNE in a Nonexistent AVM
•
Deleting a Nonexistent VNE
•
Creating an Alias for a Nonexistent VNE
•
Creating an Alias for an Element with the Same Name
•
Creating a Scope That Already Exists
•
Creating a Scope with No OID
•
Creating a User That Already Exists
•
Creating a User with an Illegal Username or Password
•
Deleting an Alias for a Nonexistent VNE
•
Deleting a Reserved Scope
•
Deleting a Nonexistent Username
•
Deleting a Reserved Username
•
Updating a Reserved Scope
•
Adding Permission for a User with an Administrator Role
•
Updating a Protected Username
•
Updating a Username with an Unknown Role
•
Updating a Nonexistent Username
•
Loading an AVM That Is Already Loaded
•
Loading an AVM in a Nonexistent Unit
•
Loading a Nonexistent AVM
•
Unloading an AVM in a Nonexistent Unit
•
Unloading a Nonexistent AVM
•
Updating an Unknown Property in a Protection Group
•
Updating a Permission for a Nonexistent Username
•
Updating a Permission for a Protected Username
•
Updating a Nonexistent Permission
•
Creating a Unit That Already Exists
•
Creating a Redundant Unit with the Same IP Address
•
Creating a Unit with an Invalid IP Address
•
Creating a Unit with a Nonexistent Protection Group
•
Creating a Polling Group That Already Exists
•
Creating a Redundant Unit That Already Exists with the Same IP Address
•
Creating a Redundant Unit That Already Exists as a Unit
•
Creating a Redundant Unit with a Nonexistent Protection Group
•
Deleting a Nonexistent Unit
•
Deleting the Gateway
•
Deleting a Unit That Has AVMs
•
Deleting a Polling Group That Is Being Used by a Device
•
Deleting the Default Polling Group
•
Deleting a Nonexistent Redundant Unit
•
Failover for a Nonexistent Unit
•
Restarting a Nonexistent Unit
•
Invalid Transport Uplink Command
•
Creating a Static Topological Link with a Nonexistent VNE
•
Creating a Static Topological Link That Already Exists
•
Deleting a Nonexistent Static Topological Link
•
Creating a Topological Link on a Nonexistent Port
•
Restarting an AVM When It Is Down
•
Unloading an AVM That Has Already Been Unloaded
Creating an AVM for a Unit That Does Not Exist
Short Description
Creating an AVM for a unit that does not exist
Long Description
Trying to create an AVM for a unit that does not exist
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:5a
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:a [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateElementOid(Uni
tElementHandler.java:965)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAvm.run(CreateAvm.java:113)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Creating an AVM with a Reserved AVM ID
Short Description
Creating an AVM with a reserved AVM ID
Long Description
Trying to create an AVM with a reserved AVM ID
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:5c
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:b [64]13Exception: ERROR
(5113): This is a reserved AVM number. Action not allowed on reserved AVMs.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateNewAvm(AvmEleme
ntHandler.java:166)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.addElement(AvmElementHa
ndler.java:89)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAvm.run(CreateAvm.java:113)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5113
Deleting an AVM from a Unit That Does Not Exist
Short Description
Deleting an AVM from a unit that does not exist
Long Description
Trying to delete an AVM from a unit that does not exist
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:5e
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:c [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateElementOid(Uni
tElementHandler.java:965)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.deleteAvm(DeleteAvm.java:155
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.run(DeleteAvm.java:148)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Deleting a Reserved AVM
Short Description
Deleting a reserved AVM
Long Description
Trying to delete a reserved AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:60
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:d [64]13Exception: ERROR
(5113): This is a reserved AVM number. Action not alowed on reserved AVMs.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateDeleteAvm(AvmEl
ementHandler.java:261)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.removeElement(AvmElemen
tHandler.java:281)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.deleteAvm(DeleteAvm.java:155
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.run(DeleteAvm.java:148)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5113
Deleting a Nonexistent AVM
Short Description
Deleting a nonexistent AVM
Long Description
Trying to delete a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:64
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:f [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateDeleteAvm(AvmEl
ementHandler.java:258)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.removeElement(AvmElemen
tHandler.java:281)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforeProp
ertyChange(ImoChangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.deleteAvm(DeleteAvm.java:155
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.run(DeleteAvm.java:148)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5109
Creating an AVM with an ID That Already Exists
Short Description
Creating an AVM with an ID that already exists
Long Description
Trying to create an AVM with an ID that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:66
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:10 [64]13Exception: ERROR
(5110): AVM already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateNewAvm(AvmEleme
ntHandler.java:170)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.addElement(AvmElementHa
ndler.java:89)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAvm.run(CreateAvm.java:113)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5110
Creating an AVM with a Key That Already Exists
Short Description
Creating an AVM with a key that already exists
Long Description
Trying to create an AVM with a key that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:68
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:11 [64]13Exception: ERROR
(5125): AVM key already exist.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateNewAvm(AvmEleme
ntHandler.java:193)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.addElement(AvmElementHa
ndler.java:89)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAvm.run(CreateAvm.java:113)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5125
Deleting an AVM That Has VNEs
Short Description
Deleting an AVM that has VNEs
Long Description
Trying to delete an AVM that has VNEs
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:6a
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:12 [64]13Exception: ERROR
(5121): Can not delete AVM, AVM has Devices under it.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateDeleteAvm(AvmEl
ementHandler.java:265)
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.removeElement(AvmElemen
tHandler.java:281)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.deleteAvm(DeleteAvm.java:155
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAvm.run(DeleteAvm.java:148)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5121
Restarting an AVM for a Unit That Does Not Exist
Short Description
Restarting an AVM for a unit that does not exist
Long Description
Trying to restart an AVM for a unit that does not exist
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:6c
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:13 [64]13Exception: ERROR
(7001): Unit does not exist
at com.sheer.metromission.plugin.bosmanage.oldcommands.RestartAvm.run(RestartAvm.java:130)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Restarting AVM 99
Short Description
Restarting AVM 99
Long Description
Trying to restart AVM 99
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:6d
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:14 [64]13Exception: ERROR
(5114): Restart of AVM 99 is not possible via DNA. must be done manually.
at com.sheer.metromission.plugin.bosmanage.oldcommands.RestartAvm.run(RestartAvm.java:134)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
5114
Restarting a Reserved AVM
Short Description
Restarting a reserved AVM
Long Description
Trying to restart a reserved AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:6e
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:15 [64]13Exception: ERROR
(5113): This is a reserved AVM number. Action not alowed on reserved AVMs.
at com.sheer.metromission.plugin.bosmanage.oldcommands.RestartAvm.run(RestartAvm.java:138)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
5113
Restarting a Nonexistent AVM
Short Description
Restarting a nonexistent AVM
Long Description
Trying to restart a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:6f
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:16 [64]13Exception: ERROR
(5109): AVM does not exist
at com.sheer.metromission.plugin.bosmanage.oldcommands.RestartAvm.run(RestartAvm.java:143)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Updating an AVM for a Nonexistent Unit
Short Description
Updating an AVM for a nonexistent unit
Long Description
Trying to update an AVM for a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:70
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:17 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Updating a Nonexistent AVM
Short Description
Updating a nonexistent AVM
Long Description
Trying to update a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:71
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:18 [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Moving a VNE from a Nonexistent Unit
Short Description
Moving a VNE from a nonexistent unit
Long Description
Trying to move a VNE from a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:72
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:19 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Moving a VNE from a Nonexistent AVM
Short Description
Moving a VNE from a nonexistent AVM
Long Description
Trying to move a VNE from a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:73
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:1a [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
5109
Moving a VNE to the Same AVM
Short Description
Moving a VNE to the same AVM
Long Description
Trying to move a VNE to the same AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:74
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:1b [64]13Exception: ERROR
(5130): This device already resides in this Avm.
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateM
oveElement(ElementManagementElementHandler.java:931)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.moveEleme
nt(ElementManagementElementHandler.java:954)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.imObjectMove(BosManagePluginIm
pl.java:306)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.imObjectMove(ImoNo
tificationUtil.java:377)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.imObjectMove(ImoChangesTo
Notifications.java:69)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:178)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
5130
Creating a VNE for a Nonexistent Unit
Short Description
Creating a VNE for a nonexistent unit
Long Description
Trying to create a VNE for a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:75
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:1c [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Creating a VNE in a Nonexistent AVM
Short Description
Creating a VNE in a nonexistent AVM
Long Description
Trying to create a VNE in a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:77
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:1d [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Creating a VNE in a Reserved AVM
Short Description
Creating a VNE in a reserved AVM
Long Description
Trying to create a VNE in a reserved AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:79
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:1e [64]13Exception: ERROR
(5113): This is a reserved AVM number. Action not alowed on reserved AVMs.
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateN
ewElement(ElementManagementElementHandler.java:371)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.addElemen
t(ElementManagementElementHandler.java:108)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5113
Creating a VNE That Already Exists With the Same Name
Short Description
Creating a VNE that already exists with the same name
Long Description
Trying to create a VNE that already exists with the same name
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:7d
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:20 [64]13Exception: ERROR
(5111): An VNE by that name already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateN
ewElement(ElementManagementElementHandler.java:374)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.addElemen
t(ElementManagementElementHandler.java:108)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5111
Creating a VNE That Already Exists with the Same IP Address
Short Description
Creating a VNE that already exists with the same IP address
Long Description
Trying to create a VNE that already exists with the same IP address
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:7f
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:21 [64]13Exception: ERROR
(5104): An VNE by that IP already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateN
ewElement(ElementManagementElementHandler.java:377)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.addElemen
t(ElementManagementElementHandler.java:108)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5104
Creating a VNE That Has an Invalid Device Name
Short Description
Creating a VNE that has an invalid device name
Long Description
Trying to create a VNE that has an invalid device name
Error Example
java.lang.IllegalArgumentException: Invalid command syntax. Argument "imobject" is
invalid.
Error Code
5133
Creating a VNE That Has An Invalid Device Type
Short Description
Creating a VNE that has an invalid device type
Long Description
Trying to create a VNE that has an invalid device type
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:81
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:22 [64]13Exception: ERROR
(5105): Unrecognized vendor/type
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateN
ewElement(ElementManagementElementHandler.java:388)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.addElemen
t(ElementManagementElementHandler.java:108)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateDevice.run(CreateDevice.java:96)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5105
Updating a VNE in a Nonexistent Unit
Short Description
Updating a VNE in a nonexistent unit
Long Description
Trying to update a VNE in a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:83
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:23 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateE
lementOid(ElementManagementElementHandler.java:902)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Updating a VNE in a Nonexistent AVM
Short Description
Updating a VNE in a nonexistent AVM
Long Description
Trying to update a VNE in a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:84
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:24 [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateE
lementOid(ElementManagementElementHandler.java:905)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Updating a Nonexistent VNE
Short Description
Updating a nonexistent VNE
Long Description
Trying to update a nonexistent VNE
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:85
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:25 [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateE
lementOid(ElementManagementElementHandler.java:908)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5103
Deleting a VNE in a Nonexistent Unit
Short Description
Deleting a VNE in a nonexistent unit
Long Description
Trying to delete a VNE in a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:86
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:26 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.deleteDevice(DeleteDevice
.java:144)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.run(DeleteDevice.java:134
)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Deleting a VNE in a Nonexistent AVM
Short Description
Deleting a VNE in a nonexistent AVM
Long Description
Trying to delete a VNE in a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:88
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:27 [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.deleteDevice(DeleteDevice
.java:144)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.run(DeleteDevice.java:134
)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Deleting a Nonexistent VNE
Short Description
Deleting a nonexistent VNE
Long Description
Trying to delete a nonexistent VNE
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:8e
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:28 [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateE
lementOid(ElementManagementElementHandler.java:908)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.validateR
emoveElement(ElementManagementElementHandler.java:201)
at
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElementHandler.removeEle
ment(ElementManagementElementHandler.java:140)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.deleteDevice(DeleteDevice
.java:144)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteDevice.run(DeleteDevice.java:134
)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5103
Creating an Alias for a Nonexistent VNE
Short Description
Creating an alias for a nonexistent VNE
Long Description
Trying to create an alias for a nonexistent VNE
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:8e
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2a [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAlias.run(CreateAlias.java:122)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5103
Creating an Alias for an Element with the Same Name
Short Description
Creating an alias for an element with the same name
Long Description
Trying to create an alias for an element with the same name
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:8f
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2b [64]13Exception: ERROR
(5111): An VNE by that name already exists
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateAlias.run(CreateAlias.java:125)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
5111
Creating a Scope That Already Exists
Short Description
Creating a scope that already exists
Long Description
Trying to create a scope that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:90
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2c [64]13Exception:
java.lang.Exception: This key already exists
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateScope.run(CreateScope.java:130)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Creating a Scope with No OID
Short Description
Creating a scope with no OID
Long Description
Trying to create a scope with no OID
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:91
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2d [64]13Exception:
java.lang.Exception: Can not create new Scope. No oid was supplied
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateScope.run(CreateScope.java:118)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Creating a User That Already Exists
Short Description
Creating a user that already exists
Long Description
Trying to create a user that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:92
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2e [64]13Exception: ERROR
(8001): User already exists
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateUser.run(CreateUser.java:141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
8001
Creating a User with an Illegal Username or Password
Short Description
Creating a user with an illegal username or password
Long Description
Trying to create a user with an illegal username or password
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:93
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:2f [64]13Exception: ERROR
(8002): Illegal user name or
password - The password can consist only the following characters:
!"#$%"()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}
~&<>
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateUser.run(CreateUser.java:150)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
8002
Deleting an Alias for a Nonexistent VNE
Short Description
Deleting an alias for a nonexistent VNE
Long Description
Trying to delete an alias for a nonexistent VNE
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:94
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:30 [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteAlias.run(DeleteAlias.java:122)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5103
Deleting a Reserved Scope
Short Description
Deleting a reserved scope
Long Description
Trying to delete a reserved scope
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:95
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:31 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: Delete reserved scopes
is forbidden!!
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteScope.run(DeleteScope.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Deleting a Nonexistent Username
Short Description
Deleting a nonexistent username
Long Description
Trying to delete a nonexistent username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:96
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:32 [64]13Exception:
java.lang.IllegalArgumentException: User not found in the db
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteUser.run(DeleteUser.java:134)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Deleting a Reserved Username
Short Description
Deleting a reserved username
Long Description
Trying to delete a reserved username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:97
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:33 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: User is not a normal
user and cannot be deleted
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteUser.run(DeleteUser.java:139)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Reserved Scope
Short Description
Updating a reserved scope
Long Description
Trying to update a reserved scope
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:98
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:34 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: Update reserved scopes
is forbidden!!
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateScope.run(UpdateScope.java:122)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Adding Permission for a User with an Administrator Role
Short Description
Adding permission for a user with an administrator role
Long Description
Trying to add a permission for a user with an administrator role
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:99
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:35 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: Adding permission with
administrator role is forbidden!!
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.createPermissionEntity(Upda
teUser.java:222)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.run(UpdateUser.java:178)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Protected Username
Short Description
Updating a protected username
Long Description
Trying to update a protected username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:9a
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:36 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: User:0 is an protected
user and cannot be updated except password
at com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.run(UpdateUser.java:145)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Username with an Unknown Role
Short Description
Updating a username with an unknown role
Long Description
Trying to update a username with an unknown role
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:9b
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:37 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: Tried to add a
permission with an unknown role
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.createPermissionEntity(Upda
teUser.java:222)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.run(UpdateUser.java:178)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Nonexistent Username
Short Description
Updating a nonexistent username
Long Description
Trying to update a nonexistent username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:9c
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:38 [64]13Exception:
java.lang.IllegalArgumentException: User {[BOSUser(Id=666)]} not found in the DB
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.getUser(UpdateUser.java:281
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UpdateUser.run(UpdateUser.java:121)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Loading an AVM That Is Already Loaded
Short Description
Loading an AVM that is already loaded
Long Description
Trying to load an AVM that is already loaded
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:9f
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3a [64]13Exception: ERROR
(5119): AVM Already Loaded.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.updateElementRegistry(A
vmElementHandler.java:360)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:98)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.set(DataContainer.java:142)
at com.sheer.framework.imo.IMObject.set(IMObject.java:199)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMO(ImoNotificationUtil.j
ava:283)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMOProperty(ImoNotificati
onUtil.java:276)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:153)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.LoadAvm.run(LoadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5119
Loading an AVM in a Nonexistent Unit
Short Description
Loading an AVM in a nonexistent unit
Long Description
Trying to load an AVM in a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:a1
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3b [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.LoadAvm.run(LoadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Loading a Nonexistent AVM
Short Description
Loading a nonexistent AVM
Long Description
Trying to load a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:a3
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3c [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.LoadAvm.run(LoadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Unloading an AVM in a Nonexistent Unit
Short Description
Unloading an AVM in a nonexistent unit
Long Description
Trying to unload an AVM in a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:a5
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3d [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:929)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UnloadAvm.run(UnloadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Unloading a Nonexistent AVM
Short Description
Unloading a nonexistent AVM
Long Description
Trying to unload a nonexistent AVM
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:a7
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3e [64]13Exception: ERROR
(5109): AVM does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.validateElementOid(AvmE
lementHandler.java:932)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.validateNotification
(BOSManageCommandUtil.java:49)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:20)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UnloadAvm.run(UnloadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5109
Updating an Unknown Property in a Protection Group
Short Description
Updating an unknown property in a protection group
Long Description
Trying to update an unknown property in a protection group
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:a9
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:3f [64]13Exception: ERROR
(4000): Command not supported
at
com.sheer.metromission.plugin.bosmanage.handlers.ProtectionGroupElementHandler.updateEleme
ntRegistry(ProtectionGroupElementHandler.java:75)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:98)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.set(DataContainer.java:142)
at com.sheer.framework.imo.IMObject.set(IMObject.java:199)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMO(ImoNotificationUtil.j
ava:283)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMOProperty(ImoNotificati
onUtil.java:276)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:153)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
4000
Updating a Permission for a Nonexistent Username
Short Description
Updating a permission for a nonexistent username
Long Description
Trying to update a permission for a nonexistent username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:aa
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:40 [64]13Exception:
java.lang.IllegalArgumentException: User {[BOSUser(Id=666)]} not found in the DB
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdatePermission.getUser(UpdatePermiss
ion.java:196)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdatePermission.run(UpdatePermission.
java:146)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Permission for a Protected Username
Short Description
Updating a permission for a protected username
Long Description
Trying to update a permission for a protected username
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ab
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:41 [64]13Exception:
com.sheer.metromission.plugin.security.SecurityViolationException: Only regular users"
permissions may be updated
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdatePermission.run(UpdatePermission.
java:150)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Updating a Nonexistent Permission
Short Description
Updating a nonexistent permission
Long Description
Trying to update a nonexistent permission
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ac
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:42 [64]13Exception:
java.lang.IllegalArgumentException: User {[BOSUser(Id=555)]} not found in the DB
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdatePermission.getUser(UpdatePermiss
ion.java:196)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.UpdatePermission.run(UpdatePermission.
java:146)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
Error Code
None
Creating a Unit That Already Exists
Short Description
Creating a unit that already exists
Long Description
Trying to create a unit that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ad
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:43 [64]13Exception: ERROR
(7002): Unit already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:221)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateMC.run(CreateMC.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
7002
Creating a Redundant Unit with the Same IP Address
Short Description
Creating a redundant unit with the same IP address
Long Description
Trying to create a redundant unit with the same IP address
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:b1
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:45 [64]13Exception: ERROR
(7002): Unit already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:221)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)at
com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateMC.run(CreateMC.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
7005
Creating a Unit with an Invalid IP Address
Short Description
Creating a unit with an invalid IP address
Long Description
Trying to create a unit with an invalid IP address
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:b5
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:47 [64]13Exception: ERROR
(5135): Illegal IP address.
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:227)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)at
com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateMC.run(CreateMC.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
None
Creating a Unit with a Nonexistent Protection Group
Short Description
Creating a unit with a nonexistent protection group
Long Description
Trying to create a unit with a nonexistent protection group
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:b7
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:48 [64]13Exception: ERROR
(1100000001): No protection group with that name exists.
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:236)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at com.sheer.metromission.plugin.bosmanage.oldcommands.CreateMC.run(CreateMC.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
1100000001
Creating a Polling Group That Already Exists
Short Description
Creating a polling group that already exists
Long Description
Trying to create a polling group that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:b9
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:49 [64]13Exception: ERROR
(9003): Polling group already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.PollingGroupElementHandler.validateNewPol
lingGroup(PollingGroupElementHandler.java:268)
at
com.sheer.metromission.plugin.bosmanage.handlers.PollingGroupElementHandler.addElement(Pol
lingGroupElementHandler.java:100)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreatePollingGroup.run(CreatePollingGr
oup.java:109)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
9003
Creating a Redundant Unit That Already Exists with the Same IP Address
Short Description
Creating a redundant unit that already exists with the same IP address
Long Description
Trying to create a redundant unit that already exists with the same IP address
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:bd
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:4b [64]13Exception: ERROR
(7002): Unit already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:221)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateRedundantMC.run(CreateRedundantM
C.java:140)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
7005
Creating a Redundant Unit That Already Exists as a Unit
Short Description
Creating a redundant unit that already exists as a unit
Long Description
Trying to create a redundant unit that already exists as a unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:c3
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:4e [64]13Exception: ERROR
(7002): Unit already exists
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:221)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateRedundantMC.run(CreateRedundantM
C.java:140)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
7002
Creating a Redundant Unit with a Nonexistent Protection Group
Short Description
Creating a redundant unit with a nonexistent protection group
Long Description
Trying to create a redundant unit with a nonexistent protection group
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:c7
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:50 [64]13Exception: ERROR
(1100000001): No protection group with that name exists.
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateNewUnit(UnitEl
ementHandler.java:236)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.addElement(UnitElement
Handler.java:102)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateRedundantMC.run(CreateRedundantM
C.java:140)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
1100000001
Deleting a Nonexistent Unit
Short Description
Deleting a nonexistent unit
Long Description
Trying to delete a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:c9
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:51 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.deleteMc(DeleteMC.java:148)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.run(DeleteMC.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Deleting the Gateway
Short Description
Deleting the gateway
Long Description
Trying to delete the gateway
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ca
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:52 [64]13Exception: ERROR
(7004): Can not delete Unit, Unit is a Gateway.
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateRemoveUnit(Uni
tElementHandler.java:311)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.removeElement(UnitElem
entHandler.java:246)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)at
com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.deleteMc(DeleteMC.java:150)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.run(DeleteMC.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
7004
Deleting a Unit That Has AVMs
Short Description
Deleting a unit that has AVMs
Long Description
Trying to delete a unit that has AVMs
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:d0
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:55 [64]13Exception: ERROR
(7003): Can not delete Unit, Unit has AVMs under it.
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateRemoveUnit(Uni
tElementHandler.java:314)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.removeElement(UnitElem
entHandler.java:246)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.deleteMc(DeleteMC.java:150)
at com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteMC.run(DeleteMC.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
7003
Deleting a Polling Group That Is Being Used by a Device
Short Description
Deleting a polling group that is being used by a device
Long Description
Trying to delete a polling group that is being used by a device
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:de
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:5c [64]13Exception: ERROR
(9001): Polling group is in use by one or more devices. -
{[MCNetwork][MCVM(IP=1.1.1.1)][Avm(AvmNumber=123)][ElementManagement(Key=yael)]}
at
com.sheer.metromission.plugin.bosmanage.handlers.PollingGroupElementHandler.removeElement(
PollingGroupElementHandler.java:166)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeletePollingGroup.deleteGroup(DeleteP
ollingGroup.java:142)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeletePollingGroup.run(DeletePollingGr
oup.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
9001
Deleting the Default Polling Group
Short Description
Deleting the default polling group
Long Description
Trying to delete the default polling group
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:e8
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:61 [64]13Exception: ERROR
(9002): Deletion of "default" polling group is not allowed.
at
com.sheer.metromission.plugin.bosmanage.handlers.PollingGroupElementHandler.removeElement(
PollingGroupElementHandler.java:126)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeletePollingGroup.deleteGroup(DeleteP
ollingGroup.java:142)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeletePollingGroup.run(DeletePollingGr
oup.java:133)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
9002
Deleting a Nonexistent Redundant Unit
Short Description
Deleting a nonexistent redundant unit
Long Description
Trying to delete a nonexistent redundant unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ea
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:62 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateElementOid(Uni
tElementHandler.java:965)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.validateRemoveUnit(Uni
tElementHandler.java:308)
at
com.sheer.metromission.plugin.bosmanage.handlers.UnitElementHandler.removeElement(UnitElem
entHandler.java:246)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(ImoNotificationUt
il.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteRedundantMC.deleteRedundantMC(De
leteRedundantMC.java:153)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteRedundantMC.run(DeleteRedundantM
C.java:145)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
7001
Failover for a Nonexistent Unit
Short Description
Failover for a nonexistent unit
Long Description
Failover for a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ec
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:63 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.oldcommands.McManualFailover.failoverMc(McManualFa
ilover.java:188)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.McManualFailover.run(McManualFailover.
java:176)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Restarting a Nonexistent Unit
Short Description
Restarting a nonexistent unit
Long Description
Trying to restart a nonexistent unit
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ed
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:64 [64]13Exception: ERROR
(7001): Unit does not exist
at
com.sheer.metromission.plugin.bosmanage.oldcommands.MCRestart.restartMc(MCRestart.java:174
)
at com.sheer.metromission.plugin.bosmanage.oldcommands.MCRestart.run(MCRestart.java:161)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
7001
Invalid Transport Uplink Command
Short Description
Invalid transport uplink command
Long Description
Invalid transport uplink command
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ee
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:65 [64]13Exception: ERROR
(2000): Execution failed
at
com.sheer.metromission.plugin.bosmanage.oldcommands.TransportUplinkCtl.run(TransportUplink
Ctl.java:276)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
None
Creating a Static Topological Link with a Nonexistent VNE
Short Description
Creating a static topological link with a nonexistent VNE
Long Description
Trying to create a static topological link with a nonexistent VNE
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:ef
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:66 [64]13Exception: ERROR
(5103): Agent doesn't exist
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.valid
ateNewElement(StaticTopologyLinkManagementHandler.java:196)
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.addEl
ement(StaticTopologyLinkManagementHandler.java:127)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateStaticTopologyManagement.run(Update
StaticTopologyManagement.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateStaticTopologyLink.run(CreateSta
ticTopologyLink.java:94)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
5103
Creating a Static Topological Link That Already Exists
Short Description
Creating a static topological link that already exists
Long Description
Trying to create a static topological link that already exists
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:f3
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:68 [64]13Exception: ERROR
(2104): Device and port are the same on both sides
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.addEl
ement(StaticTopologyLinkManagementHandler.java:133)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:71)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.add(DataContainer.java:154)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addToIMO(ImoNotificationUtil.ja
va:298)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.addIMOstoIMO(ImoNotificationUti
l.java:293)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:158)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateStaticTopologyManagement.run(Update
StaticTopologyManagement.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.CreateStaticTopologyLink.run(CreateSta
ticTopologyLink.java:94)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)at
com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
Error Code
2102
Deleting a Nonexistent Static Topological Link
Short Description
Deleting a nonexistent static topological link
Long Description
Trying to delete a nonexistent static topological link
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:f6
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:6a [64]13Exception: ERROR
(2103): Ports Not Linked to Each Other.
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.valid
ateElementOid(StaticTopologyLinkManagementHandler.java:254)
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.valid
ateRemove(StaticTopologyLinkManagementHandler.java:245)
at
com.sheer.metromission.plugin.bosmanage.handlers.StaticTopologyLinkManagementHandler.remov
eElement(StaticTopologyLinkManagementHandler.java:223)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)at
com.sheer.framework.imo.DataContainer.remove(DataContainer.java:244)
at com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeFromIMO(I
moNotificationUtil.java:313)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.removeIMOsfromIMO(ImoNotificati
onUtil.java:307)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:162)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateStaticTopologyManagement.run(Update
StaticTopologyManagement.java:136)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:110)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteStaticTopologyLink.deleteLink(De
leteStaticTopologyLink.java:130)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.DeleteStaticTopologyLink.run(DeleteSta
ticTopologyLink.java:121)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
Error Code
2103
Creating a Topological Link on a Nonexistent Port
Short Description
Creating a topological link on a nonexistent port
Long Description
Trying to create a topological link on a nonexistent port
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:f9
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:6b [64]13Exception:
java.lang.Exception: oid
{[ManagedElement(Key=PE-West)][PhysicalRoot][Chassis][Slot(SlotNum=1)][Module][Port(PortNu
mber=FastEthernet1/2)]} does not exist
at com.sheer.metrocentral.framework.maps.command.Get.get(Get.java:219)
at com.sheer.metrocentral.framework.maps.command.Get.get(Get.java:236)
at
com.sheer.metrocentral.framework.maps.command.Get$StartStateHandler.handle(Get.java:571)
at com.sheer.framework.commands.MultiStateCommand.localExecute(MultiStateCommand.java:59)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.system.agentshell.components.cre.CommandRunEnvironment.handleExecuteMessage
(CommandRunEnvironment.java:305)
at
com.sheer.system.agentshell.components.cre.CommandRunEnvironment$ExecuteMessageHandler.han
dle(CommandRunEnvironment.java:433)
at com.sheer.system.agentshell.components.cre.CommandRunEnvironment.processMessage
(CommandRunEnvironment.java:183)
at com.sheer.metrocentral.framework.da.DA.processMessage(DA.java:319)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
None
Restarting an AVM When It Is Down
Short Description
Restarting an AVM when it is down
Long Description
Trying to restart an AVM when it is down
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:fd
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:6d [64]13Exception: ERROR
(5120): AVM Not Loaded.
at com.sheer.metromission.plugin.bosmanage.oldcommands.RestartAvm.run(RestartAvm.java:148)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
at com.sheer.system.os.util.ThreadPool$OSThread.run(ThreadPool.java:272)
--------------------------------------------------------------------
Error Code
5120
Unloading an AVM That Has Already Been Unloaded
Short Description
Unloading an AVM that has already been unloaded
Long Description
Trying to unload an AVM that has already been unloaded
Error Example
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [6813261]-0:0:0:0:0:0:0:fe
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:6e [64]13Exception: ERROR
(5120): AVM Not Loaded.
at
com.sheer.metromission.plugin.bosmanage.handlers.AvmElementHandler.updateElementRegistry(A
vmElementHandler.java:363)
at
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:98)
at
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforePropertyChange(BosManage
PluginImpl.java:251)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil$CallBackImpl.beforePropertyChan
ge(ImoNotificationUtil.java:360)
at
com.sheer.metromission.util.getcommand.ImoChangesToNotifications.beforePropertyChange(ImoC
hangesToNotifications.java:52)
at com.sheer.framework.imo.IMObject.beforePropertyChange(IMObject.java:326)
at com.sheer.framework.imo.DataContainer.set(DataContainer.java:142)
at com.sheer.framework.imo.IMObject.set(IMObject.java:199)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMO(ImoNotificationUtil.j
ava:283)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.updateIMOProperty(ImoNotificati
onUtil.java:276)
at
com.sheer.metromission.util.getcommand.ImoNotificationUtil.handleNotification(ImoNotificat
ionUtil.java:153)
at
com.sheer.metromission.util.getcommand.GetAndRegisterPluginComponent.handleNotification(Ge
tAndRegisterPluginComponent.java:153)
at
com.sheer.metromission.plugin.bosmanage.commands.BOSManageCommandUtil.update(BOSManageComm
andUtil.java:40)
at
com.sheer.metromission.plugin.bosmanage.commands.UpdateBosManage.run(UpdateBosManage.java:
141)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.executeStatelessCommand(StatelessCom
mandExecuter.java:58)
at
com.sheer.framework.commands.StatelessCommandExecuter.execute(StatelessCommandExecuter.jav
a:94)
at
com.sheer.metromission.plugin.bosmanage.oldcommands.ManagementNotificationUtil.generateNot
ification(ManagementNotificationUtil.java:129)
at com.sheer.metromission.plugin.bosmanage.oldcommands.UnloadAvm.run(UnloadAvm.java:112)
at com.sheer.framework.commands.StatelessCommand.localExecute(StatelessCommand.java:68)
at com.sheer.framework.commands.Command.execute(Command.java:58)
at com.sheer.metromission.session.CommandEntry.execute(CommandEntry.java:55)
at com.sheer.metromission.session.Session.processMessage(Session.java:363)
at com.sheer.system.agentshell.AgentBase.run(AgentBase.java:232)
at com.sheer.system.os.services.scheduler.OSAgent.run(OSAgent.java:107)
Error Code
5120