Not able to login into OEM 12.2.1.4 , login waits on Identifying targets
in my case weblogic + fmw + forms&reports + ohs 12.2.1.4 x64
on windows 2008 x64 and the same oracle linux 6.8 x64,
JDK 1.8u311 x64
after some successful logins , I have restarted the weblogic server, adminserver starts successfully but when i try to perform login with correct credentials the page keep loading a lot of time... with no error message in the logfile. I have tried perform login throught wlst with same results...
I added (
-Dweblogic.UseEnhancedIncrementAdvisor=false
-Dweblogic.management.disableManagedServerNotifications=true
-Dweblogic.security.allowCryptoJDefaultJCEVerification=true
) in startWebLogic file and
set -Xms2048m -Xmx4096m in (setStartupEnv, and setDomainEnv) files
but without successful result.