My Management Console is not working correctly. I have done a new installation (version 11.7.3.2), and everything appears to be correct (varified by a Rep from SAP). I can log into Management Console and even to the Welcome page, but when I click on the “Administrator” link then I get a HTTP Status 500 error along with root cause error below.
We had to download JDK version 1.4.2 for this install, because it had detected another version higher than 1.4.2. Do you think it is still trying to access the higher version of JDK?
to check what java version or java home is used by DI, do the following
cd $LINK_DIR/bin
. ./al_env.sh
echo $JAVA_HOME
check the output whether its pointing to correct java version
echo $PATH
check if $JAVA_HOME/bin that is used by DI is before any other Java
you can change the Java version used by DI by defining JAVA_HOME in al_env.sh and exporting it
if your java version is 1.4 then the problem colud be with the diAdmin.war file deployement, you ca try redploying the war file, for this
stop the DI web service (from svrcfg)
cd $LINK_DIR/ext/webserver in this there will be a folder named diAdmin and there will be file named diAdmin.war, mv the diAdmin folder to someother location or rename it, start the web server it will deploy the diAdmin again