config.sh will not start - default directory must be absolute
Hi
When trying to start config.sh from a new weblogic installation I get the following error. I have tried to reinstall but it keep coming. Anybody have a clue ?
java.lang.RuntimeException: default directory must be absolute
java log:
Listening for transport dt_socket at address: 8453
Exception in thread "main" java.lang.AssertionError: java.lang.reflect.InvocationTargetException
at weblogic.logging.MessageLogger.log(MessageLogger.java:99)
at weblogic.logging.MessageLogger.log(MessageLogger.java:111)
at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:52)
at weblogic.security.SecurityLogger.logDisallowingCryptoJDefaultJCEVerification(SecurityLogger.java:13444)
at weblogic.security.utils.SecurityUtils.turnOffCryptoJDefaultJCEVerification(SecurityUtils.java:81)
at weblogic.Server.main(Server.java:67)