• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CVDM issue

oddyager

Diamond Member
This error message comes up whenever I try to use this utility, java.lang NullPointerException. I looked up Cisco's knowledgebase and the only reference to this problem deals with TACACS but I don't have this turned on. Anyone else seen this type of problem?

Thanks.
 
CISCO switches run java? or is this some management utility that runs on a PC?

Anyway, this is a very common error - it means you have referenced an object which does not exist. It usually indicates a bug in the code where you have run past the end of an array, or failed to create an object due to some edge case, or maybe there is a file which is supposed to exist but doesn't.

It's best practice to catch these exceptions and print an error message, so the fact that it has just been allowed to fail indicates something is happening that the programmer never intended to happen.

Did you check you have the latest version of the utility? are you sure it is installed correctly?
 
Yeah, the topic title was misleading. java bug using the utility (a gui interface to control switches) from windows. I did install the latest version. It only seems to come up when the utility begins checking CPU usage on the switch.
 
Back
Top