Input http://localhost:7001/console into the control page, can log in, but landing in the page immediately after the card, you can see the page head, the rest of the show does not come out.
Restart after the start of access, to normal access, close WebLogic after a period of time to restart the problem occurs. Project development can not not restart WebLogic, so this problem must be solved.
After some toss, know this is a weblogic bug, or a JDK bug.
Workaround:
Permanent: Oracle says modify $java_home/jre/lib/security/java.security file, replace securerandom.source=file:/dev/ Random is securerandom.source=file:/dev/urandom. Takes effect for all applications that use the JVM. (This permanent method, there is a problem, is set when the actual should be set to securerandom.source=file:/dev/./urandom, otherwise does not take effect)
Domain Temp: Modify startweblogic.sh file, java_options= "${save_java_options}-djava.security.egd=file:/dev/./urandom"
Login WebLogic After page console card master