toc

Error Messages

Following are the possible error messages that might occur while using the UI bean.

Error Message Error Description Possible Solution
Community name field has blank spaces Community name field is null or has just spaces Enter a valid Community Name
Agent Name not selected No Agent has been selected from the Choice of Agents - This happens when there are no Agents in the Agent Choice Add Agents to the Agents Choice either through the Agent Selector dialog or by specifying the file name.
Object Name not selected No Object has been selected from the Choice of Objects - This happens when there are no Objects in the Object choice. Add Objects to the ObjectsChoice either through the Object Selector dialog or by reading from a file.
SetRequest Operation on < Object Name>is Invalid SetRequest Operation on the specified object is Invalid No SetRequest operation possible on type NODE
Enter an IP Address No IP address is entered in the IP address field Enter an IP address for the agent
IP Address Format ###.###.###.### Invalid IP address. IP addresses have to be in the format ###.###.###.### where # denotes a number. Enter an IP address in the proper format.
Enter an Agent Name The Agent name field has blank spaces or is null Enter an Agent name
An Agent with that name and IP address already exists An attempt was made to add two Agents with the same name and IP address. Specify a different name and IP address combination.
Cannot Save to File There was an error while saving the changes made to the Agents information. The reasons for this is perhaps you do not have adequate access permissions Try saving the information into a file with a different name and also make sure you have the adequate access permissions
Enter an Object Identifier No Object Identifier was entered in the Object Identifier field Enter an Object Identifer
Identifier Format 1.3.6.1.2.1.###.###.## and so on All Object Identifiers should have the following format 1.3.6.1.2.1.###.###.## where # denotes a number Enter an Object Identifier in the proper format
Enter a Object name The Object name Field had only blank spaces or was null Enter an Object Name
An Object with that name already exists An attempt was made to add two Objects with the same name Give the Object a different name
An Object with that Object Identifier already exists An attempt was made to add two Objects with the same Object Identifier Give the Object a different Object Identifier
Type of Value Entered and Object Selected do not match Mismatch in types of data entered and expected Enter the value of the proper type
Enter Value Within the Range < range > The value entered is not within the range allowed for this Object Enter a value within the allowed range
Invalid Request Type The type of request is not a GetRequest/GetNextRequest or SetRequest Pass a valid request - GetRequest/GetNextRequest or SetRequest 
No community namespecified A null was passed in the community name parameter Pass a valid community name
No Object Identifier specified A null was passed in the object identifier parameter Pass a valid Object identifier
No IP Address specified A null was passed in the IP address parameter Pass a valid IP address
Could not open a Socket for specified port Using Default Port A socket could not be opened using the specified port. This is during initialization Try using another port
Invalid Type in File There is an invalid type in the specified Objects file Remove the invalid type in specified Objects file
Could not read from File During initialization there was an error in reading from the Agents / Objects file Try with another file
Invalid Object Identifier in File During initialization the Objects file has a wrong format Correct the format of the Objects file
Invalid IP Address in File During initialization the Agents file has a wrong format Correct the format of Agents file
<the actual message> using previous File This error comes up when there is a error loading the file (Agents/Objects) on using the setAgentsFile/setObjectsFile API Correct the format of file
<Object identifier> No such Object Exists An invalid object identifier specified or getRequest specified for an object of type table Specify a valid Object identifier. For objects of type table use getNextRequest rather than getRequest.