08-15-2018 02:05 PM
When i login with Admin, it give the following errors. This is after running the upgrade from 2.7.3 to 2.7.4 via CLI, GUI not working or auto upgrade not working.
I have collector login and root access.
Here is the error, any help would be great.
Mikey
Please use below url to access CSP Collector appliance GUI
IPv4 URL : https://1x.xx.xx.xx:8001
----------------------------------------------------------------------------------------------------
****************************************************************************************************
Using keyboard-interactive authentication.
Password:
Last login: Tue Aug 14 10:22:23 2018 from 10.164.193.197
#########################################################################
# This system is hardened and for the use of authorized users only. #
# Individuals using this computer system without authority, or in #
# excess of their authority, are subject to having all of their #
# activities on this system monitored and recorded by system #
# personnel. #
# #
# In the course of monitoring individuals improperly using this #
# system, or in the course of system maintenance, the activities #
# of authorized users may also be monitored. #
# #
# Anyone using this system expressly consents to such monitoring #
# and is advised that if such monitoring reveals possible #
# evidence of criminal activity, system personnel may provide the #
# evidence of such monitoring to law enforcement officials. #
#########################################################################
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at com.cisco.ca.ss.lcm.adminshell.client.ShellClient.<clinit>(ShellClient.java:20)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more