Cisco Active Network Abstraction Customization User Guide, 3.6.4
Detailed BQL Errors Catalog and Examples

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 & 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 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

Inventory

VNE Oid does not exist

Activation

Timeout for one of the scripts lines has expired

The script's total timeout has expired

Success pragma failure

Fail pragma failure

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 nonexisting 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 non-existent AVM

Updating an AVM for a non-existent unit

Updating a non-existent AVM

Moving a VNE from a non-existent unit

Moving a VNE from a non-existent AVM

Moving a VNE to the same AVM

Creating a VNE for a non-existent unit

Creating a VNE in a non-existent 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

Creating a VNE that has an invalid device name

Creating a VNE that has an invalid device type

Updating a VNE in a non-existent unit

Updating a VNE in a non-existent AVM

Updating a non-existent VNE

Deleting a VNE in a non-existent unit

Deleting a VNE in a non-existent AVM

Deleting a non-existent VNE

Deleting a non-existent VNE

Creating an alias for a non-existent 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 non-existent VNE

Deleting a reserved scope

Deleting a non-existent 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 non-existent username

Loading an AVM that is already loaded

Loading an AVM in a non-existent unit

Loading a non-existent AVM

Unloading an AVM in a non-existent unit

Unloading a non-existent AVM

Updating an unknown property in a protection group

Updating a permission for a non-existent username

Updating a permission for a protected username

Updating a non-existent permission

Creating a unit that already exists

Creating a redundant unit with the same IP

Creating a unit with an invalid IP

Creating a unit with a non-existent protection group

Creating a polling group that already exists

Creating a redundant unit that already exists with the same IP

Creating a redundant unit that already exists as a unit

Creating a redundant unit with a non-existent protection group

Deleting a non-existent 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 non-existent redundant unit

Failover for a non-existent unit

Restarting a non-existent unit

Invalid transport uplink command

Creating a static topological link with a non-existent VNE

Creating a static topological link that already exists

Deleting a non-existent static topological link

Creating a topological link on a non-existent 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

Activation

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

Invalid Command Syntax:
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

Error parsing XML:
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

Error executing command:
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

Error executing command:
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

Invalid Command Syntax:
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

Command Failed------ 
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 & 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 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

Script name is blank

Short Description

Script name is blank

Long Description

The script name is blank

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 & SNMP Protocol

Short Description

Sheer1 & SNMP Protocol

Long Description

Sheer1 & SNMP Protocol

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 enumeration is invalid

Short Description

Script enumeration is invalid

Long Description

The script enumeration is invalid

Error Example

Command Failed------ 
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [1729676]-0:0:0:0:0:0:0:3e 
[64]13Destination: (CL.TS-64.103.124.248 [2]-0:0:0:0:0:0:0:18 [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

Error executing command:
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

Command Failed------ 
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)
... 13 more
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

Command Failed------ 
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)
... 13 more
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

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

Command Failed------ 
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

Activation

This section includes the following errors:

Timeout for one of the scripts lines has expired

The script's total timeout has expired

Success pragma failure

Fail pragma failure

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"?>
<IScriptResult>
  <ID 
type="Oid">{[ScriptResult(ScriptName=test)(Sequence=1166451578843)]}</I
D>
  <ExecutionSequence type="IMObjects_Array">
    <IScriptEvent>
      <ID type="Oid">{[ScriptEvent(Index=1)]}</ID>
      <EventTypeEnum type="Integer">1</EventTypeEnum>
      <Message type="String">PE-West#ping 44.44.44.44</Message>
    </IScriptEvent>
    <IScriptEvent>
      <ID type="Oid">{[ScriptEvent(Index=2)]}</ID>
      <EventTypeEnum type="Integer">2</EventTypeEnum>
      <Message type="String">PE-West#</Message>
    </IScriptEvent>
    <IScriptEvent>
      <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:
)</Message>
    </IScriptEvent>
  </ExecutionSequence>
  <ExecutionTime type="Long">1312</ExecutionTime>
  <FailedActivity type="String" />
  <StatusEnum type="Integer">2</StatusEnum>
</IScriptResult>

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>
    </IScriptEvent>
  </ExecutionSequence>
  <ExecutionTime type="Long">10078</ExecutionTime>
  <FailedActivity type="String" />
  <StatusEnum type="Integer">2</StatusEnum>
</IScriptResult>

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>
    </IScriptEvent>
  </ExecutionSequence>
  <ExecutionTime type="Long">10078</ExecutionTime>
  <FailedActivity type="String" />
  <StatusEnum type="Integer">2</StatusEnum>
</IScriptResult>

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 nonexisting 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 non-existent AVM

Updating an AVM for a non-existent unit

Updating a non-existent AVM

Moving a VNE from a non-existent unit

Moving a VNE from a non-existent AVM

Moving a VNE to the same AVM

Creating a VNE for a non-existent unit

Creating a VNE in a non-existent 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

Creating a VNE that has an invalid device name

Creating a VNE that has an invalid device type

Updating a VNE in a non-existent unit

Updating a VNE in a non-existent AVM

Updating a non-existent VNE

Deleting a VNE in a non-existent unit

Deleting a VNE in a non-existent AVM

Deleting a non-existent VNE

Deleting a non-existent VNE

Creating an alias for a non-existent 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 non-existent VNE

Deleting a reserved scope

Deleting a non-existent 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 non-existent username

Loading an AVM that is already loaded

Loading an AVM in a non-existent unit

Loading a non-existent AVM

Unloading an AVM in a non-existent unit

Unloading a non-existent AVM

Updating an unknown property in a protection group

Updating a permission for a non-existent username

Updating a permission for a protected username

Updating a non-existent permission

Creating a unit that already exists

Creating a redundant unit with the same IP

Creating a unit with an invalid IP

Creating a unit with a non-existent protection group

Creating a polling group that already exists

Creating a redundant unit that already exists with the same IP

Creating a redundant unit that already exists as a unit

Creating a redundant unit with a non-existent protection group

Deleting a non-existent 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 non-existent redundant unit

Failover for a non-existent unit

Restarting a non-existent unit

Invalid transport uplink command

Creating a static topological link with a non-existent VNE

Creating a static topological link that already exists

Deleting a non-existent static topological link

Creating a topological link on a non-existent 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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 nonexisting AVM

Short Description

Deleting a non-existing AVM

Long Description

Trying to delete a non-existing AVM

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 non-existent AVM

Short Description

Restarting a non-existent AVM

Long Description

Trying to restart a non-existent AVM

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Updating an AVM for a non-existent unit

Long Description

Trying to update an AVM for a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Updating a non-existent AVM

Long Description

Trying to update a non-existent AVM

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Moving a VNE from a non-existent unit

Long Description

Trying to move a VNE from a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Moving a VNE from a non-existent AVM

Long Description

Trying to move a VNE from a non existent AVM

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent unit

Short Description

Creating a VNE for a non-existent unit

Long Description

Trying to create a VNE for a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Creating a VNE in a non-existent AVM

Long Description

Trying to create a VNE in a non existent AVM

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Short Description

Creating a VNE that already exists with the same IP

Long Description

Trying to create a VNE that already exists with the same IP

Error Example

Command Failed------ 
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

Invalid Command Syntax:
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

Command Failed------ 
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 non-existent unit

Short Description

Updating a VNE in a non-existent unit

Long Description

Trying to update a VNE in a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Updating a VNE in a non-existent AVM

Long Description

Trying to update a VNE in a non existent AVM

Error Example

Command Failed------ 
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 non-existent VNE

Short Description

Updating a non-existent VNE

Long Description

Trying to update a non-existent VNE

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Deleting a VNE in a non-existent unit

Long Description

Trying to delete a VNE in a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Deleting a VNE in a non-existent AVM

Long Description

Trying to delete a VNE in a non existent AVM

Error Example

Command Failed------ 
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 non-existent VNE

Short Description

Deleting a non-existent VNE

Long Description

Trying to delete a non existent VNE

Error Example

Command Failed------ 
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

Deleting a non-existent VNE

Short Description

Deleting a non-existent VNE

Long Description

Trying to delete a non existent VNE

Error Example

Command Failed------ 
com.sheer.framework.commands.messages.ExceptionMessage ------
Exception Message: 13Source: 13(MM.SA-64.103.124.248 [1729679]-0:0:0:0:0:0:0:90 
[64]13Destination: (CL.TS-64.103.124.248 [5]-0:0:0:0:0:0:0:29 [64]13Exception: ERROR 
(5103): Agent doesn't exist
at 
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElement
Handler.validateElementOid(ElementManagementElementHandler.java:908)
at 
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElement
Handler.validateRemoveElement(ElementManagementElementHandler.java:201)
at 
com.sheer.metromission.plugin.bosmanage.handlers.ElementManagementElement
Handler.removeElement(ElementManagementElementHandler.java:140)
at 
com.sheer.metromission.plugin.bosmanage.handlers.AbstractBosManageElmentHandler.updateElem
ent(AbstractBosManageElmentHandler.java:87)
at 
com.sheer.metromission.plugin.bosmanage.BosManagePluginImpl.beforeProperty
Change(BosManagePluginImpl.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(BOSManageCommandUtil.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(Stateless
CommandExecuter.java: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 non-existent VNE

Short Description

Creating an alias for a non-existent VNE

Long Description

Trying to create an alias for a non existent VNE

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 non-existent VNE

Short Description

Deleting an alias for a non-existent VNE

Long Description

Trying to delete an alias for a non existent VNE

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent username

Short Description

Deleting a non-existent username

Long Description

Trying to delete a non existent username

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 non-existent username

Short Description

Updating a non-existent username

Long Description

Trying to update a non existent username

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent unit

Short Description

Loading an AVM in a non-existent unit

Long Description

Trying to load an AVM in a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Loading a non-existent AVM

Long Description

Trying to load a non-existent AVM

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Unloading an AVM in a non-existent unit

Long Description

Trying to unload an AVM in a non existent unit

Error Example

Command Failed------ 
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 non-existent AVM

Short Description

Unloading a non-existent AVM

Long Description

Trying to unload a non-existent AVM

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent username

Short Description

Updating a permission for a non-existent username

Long Description

Trying to update a permission for a non-existent username

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent permission

Short Description

Updating a non-existent permission

Long Description

Trying to update a non-existent permission

Error Example

Command Failed------ 
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

Command Failed------ 
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

Short Description

Creating a redundant unit with the same IP

Long Description

Trying to create a redundant unit with the same IP

Error Example

Command Failed------ 
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

Short Description

Creating a unit with an invalid IP

Long Description

Trying to create a unit with an invalid IP

Error Example

Command Failed------ 
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 non-existent protection group

Short Description

Creating a unit with a non-existent protection group

Long Description

Trying to create a unit with a non-existent protection group

Error Example

Command Failed------ 
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

Command Failed------ 
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

Short Description

Creating a redundant unit that already exists with the same IP

Long Description

Trying to create a redundant unit that already exists with the same IP

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent protection group

Short Description

Creating a redundant unit with a non-existent protection group

Long Description

Trying to create a redundant unit with a non-existent protection group

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Deleting a non-existent unit

Long Description

Trying to delete a non-existent unit

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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 non-existent redundant unit

Short Description

Deleting a non-existent redundant unit

Long Description

Trying to delete a non-existent redundant unit

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Failover for a non-existent unit

Long Description

Failover for a non-existent unit

Error Example

Command Failed------ 
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 non-existent unit

Short Description

Restarting a non-existent unit

Long Description

Trying to restart a non-existent unit

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent VNE

Short Description

Creating a static topological link with a non-existent VNE

Long Description

Trying to create a static topological link with a non-existent VNE

Error Example

Command Failed------ 
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

Command Failed------ 
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 non-existent static topological link

Short Description

Deleting a non-existent static topological link

Long Description

Trying to delete a non-existent static topological link

Error Example

Command Failed------ 
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 non-existent port

Short Description

Creating a topological link on a non-existent port

Long Description

Trying to create a topological link on a non-existent port

Error Example

Command Failed------ 
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

Command Failed------ 
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

Command Failed------ 
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