You started your managed server for SOA Suite and you are getting following exception in the logs
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: /oracle/bea/Middleware/user_projects/domains/soa_domain/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty keystore password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key password
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore location or password
You went inside the following location
/oracle/bea/Middleware/user_projects/domains/soa_domain/config/fmwconfig
and you can not find the default-keystore.jks file
This is just a warning message and can be avoided.
Keystore are required only when you are using SSL for communication.
It is just an alert message to tell you that you do not have a key store
and so SSL communication is not enable,If you want to use SSL create our own keystore
and make a refernce to the same.
This changes can be done in jps-config.xml which has the reference to default-keystore.jks
To avoid further troulbe i will suggest to create a keystore with same name "default-keystore.jks"
1 comment:
I was luking for this info,Please tell me the bug number.
Regrads
Shadaf
Post a Comment