Showing posts with label WebLogic. Show all posts
Showing posts with label WebLogic. Show all posts

Tuesday, September 9, 2014

Resources for Creating Certificates




https://blogs.oracle.com/blogbypuneeth/entry/steps_to_create_a_csr

https://kb.informatica.com/h2l/HowTo%20Library/1/0312_SSL_Two-Way_Configuration.pdf

Wednesday, February 8, 2012

Weblogic domain not start with " Error while loading the class.. taking default Sysout Logger imp"

Issue:

Previous shutdown was not graceful and WLS_DIAGNOSTICS000000.DAT was not removed and was causing the issue.

Solution:

Remove the WLS_DIAGNOSTICS000000.DAT from C:\Oracle\Middleware\user_projects\domains\BPMSOADomain\servers\AdminServer\data\store\diagnostics
directory and restart the server.