Showing posts with label Oracle SOA 11g. Show all posts
Showing posts with label Oracle SOA 11g. Show all posts

Thursday, March 31, 2011

11g : Starting Managed Server with boot.properties

When you start your Managed Server there is a prompt for Weblogic Username and Password. You can avoid this by creating a properties file with the username and password to avoid typing everytime.

Creating boot.properties

Step 1

Create file boot.properties with the following content
username=weblogic
password=welcome1

Step 2

Place the boot.properties under your managed server directory
For ex: /user_projects/domains/kalyan_domain/servers/soa_server1/security
If security folder is not available create one and place the file under that.

Alternative

You can also pass parameter
"-Dweblogic.system.BootIdentityFile=path_to_your_file" to JAVA_OPTIONS variable in your setDomainEnv.sh file

Wednesday, January 05, 2011

Oracle 11g : Problem Restarting Weblogic Servers


Problem Restarting Weblogic Admin and Domain Servers


You may see an error while restarting Weblogic Servers, after a forceful shutdown and sudden system reboot.

In order to restart the server you need to delete the following files

*.lok files
*.DAT files

look under all the directories where weblogic server installed remove these files and restart..