Friday, December 26, 2014

Getting java.net.UnknownHostException while starting WebLogic Admin Server

Problem

Unable to start the WebLogic Admin server 11g (10.3.6) and getting "UnknownHostException"

Error Message

(1) Some times we will get the error message "
java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine"


<Dec 27, 2014 9:18:33 AM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    at weblogic.server.channels.BasicServerChannelImpl.getLocalHost(BasicServerChannelImpl.java:59)
    at weblogic.server.channels.BasicServerChannelImpl.<clinit>(BasicServerChannelImpl.java:54)
    at weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer.<clinit>(ProtocolHandlerT3.java:37)
    at weblogic.rjvm.t3.ProtocolHandlerT3.getDefaultServerChannel(ProtocolHandlerT3.java:42)
    at weblogic.server.channels.ChannelService.createServerChannels(ChannelService.java:506)
    Truncated. see log file for complete stacktrace
Caused By: java.net.UnknownHostException: OEL: OEL
    at java.net.InetAddress.getLocalHost(InetAddress.java:1360)
    at weblogic.server.channels.BasicServerChannelImpl.getLocalHost(BasicServerChannelImpl.java:57)
    at weblogic.server.channels.BasicServerChannelImpl.<clinit>(BasicServerChannelImpl.java:54)
    at weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer.<clinit>(ProtocolHandlerT3.java:37)
    at weblogic.rjvm.t3.ProtocolHandlerT3.getDefaultServerChannel(ProtocolHandlerT3.java:42)
    Truncated. see log file for complete stacktrace
>
<Dec 27, 2014 9:18:34 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Dec 27, 2014 9:18:34 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Dec 27, 2014 9:18:34 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>



(2) Some times we will get the error message "WLSGeneratorHelper - Unable to determine local host name or IP!"


2014-10-16 11:09:14,308 WARNING [16] com.oracle.cie.domain.WLSGeneratorHelper - Unable to determine local host name or IP!
java.net.UnknownHostException: OEL: OEL: unknown error
at java.net.InetAddress.getLocalHost(InetAddress.java:1484)
at com.oracle.cie.domain.WLSGeneratorHelper.initGeneratorStore(WLSGeneratorHelper.java:1263)
at com.oracle.cie.domain.WLSGeneratorHelper.initDomainGenerator(WLSGeneratorHelper.java:274)
at com.oracle.cie.domain.WLSGeneratorHelper.createDomainGenerator(WLSGeneratorHelper.java:176)
at com.oracle.cie.domain.WLSGeneratorHelper.createGenerator(WLSGeneratorHelper.java:519)
at com.oracle.cie.domain.WLSGeneratorHelper.createConfigAction(WLSGeneratorHelper.java:494)
at com.oracle.cie.wizard.domain.gui.tasks.ProgressGUITask.configure(ProgressGUITask.java:123)
at com.oracle.cie.wizard.domain.gui.tasks.ProgressGUITask.configure(ProgressGUITask.java:40)
at com.oracle.cie.wizard.internal.cont.AbstractTaskContainer.doConfigureTask(AbstractTaskContainer.java:119)
at com.oracle.cie.wizard.internal.cont.AbstractTaskContainer.setTask(AbstractTaskContainer.java:43)
at com.oracle.cie.wizard.internal.engine.WizardControllerEngine.goForward(WizardControllerEngine.java:720)
at com.oracle.cie.wizard.internal.engine.WizardControllerEngine.run(WizardControllerEngine.java:229)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.UnknownHostException: OEL: unknown error
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:907)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1302)
at java.net.InetAddress.getLocalHost(InetAddress.java:1479)
... 12 more 


Cause
From the above log traces, the hostname or DNS Server name OEL is not configured. We have WebLogic Server installed on our Oracle Virtual Box

$ uname -a
Linux OEL 2.6.39-400.214.3.el6uek.x86_64 #1 SMP Thu Feb 13 17:08:24 PST 2014 x86_64 x86_64 x86_64 GNU/Linux

$ hostname
OEL
$ cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
[mastshai@OEL mastan_domain]$ 

 
In the above hosts file, the OEL hostname entry was not present.

Solution
To fix the issue, we need to add the hostname or DNS server name in /etc/hosts file and bounced the Admin Server

$ cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 OEL

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

 

Wednesday, December 24, 2014

weblogic.common.ResourceException: Could not create pool connection.The DBMS driver exception was: IO Error: Got minus one from a read call

Problem

The Database is not allowing new connections and getting the "ResourceException: Could not create pool connection.The DBMS driver exception was: IO Error: Got minus one from a read call" when starting up weblogic server instacnes

Error Message


                at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
                at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
                at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
                at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
                at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:218)
                at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
                at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
                at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.prepare(DeploymentReceiverCallbackDeliverer.java:41)
                at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.callDeploymentReceivers(AwaitingContextUpdateCompletion.java:164)
                at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.handleContextUpdateSuccess(AwaitingContextUpdateCompletion.java:66)
                at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.contextUpdated(AwaitingContextUpdateCompletion.java:32)
                at weblogic.deploy.service.internal.targetserver.TargetDeploymentService.notifyContextUpdated(TargetDeploymentService.java:225)
                at weblogic.deploy.service.internal.DeploymentService$1.run(DeploymentService.java:189)
                at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
                at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
                at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: Got minus one from a read call
                at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Unknown Source)
                at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
                at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
                at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
                at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
                at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)
                at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)
                at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)
                at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)

                ... 28 more


Cause

From the above error message there is nothing wrong from WebLogic side, and we need to check if there is any thing wrong at Database end. Database team has to investigate to find out the exact root cause of the issue. The immediate cause of the problem is that the JDBC driver has attempted to read from a network Socket that has been closed by "the other end" (database). The possible causes for this issue are

(1) Hung sessions which are maxing out the processes on Database server
(2) Database is in inconsistent state or may be it is under maintenance
(3) Database Could have reached maximum number of connections
(4) Check there may be network issues
(5) If there are too many database connections opened to the database service, it could refuse new connections.


Solution

If you don't see any of the above causes, restarting or bouncing the database will fix the issue.
If it is related to insufficient resources at Database end, you may need to increase processes or sessions.
If there are any hung sessions, Database team has to kill all hung sessions and start the database server to fix the issue.

Thursday, December 11, 2014

WebLogic Server 11g(10.3.6.0) Installation in Console Mode using Genreric Installers- Traces


[mastshai@OEL u01]$ pwd
/u01
[mastshai@OEL u01]$ ls -ltr
total 2021520
-rwxrwxrwx. 1 mastshai mastshai  130417924 Apr  8  2014 jrockit-jdk1.6.0_33-R28.2.4-4.1.0-linux-x64.bin
-rwxrwxrwx. 1 mastshai mastshai 1068506707 Apr  8  2014 wls1036_generic.jar
-rwxrwxrwx. 1 mastshai mastshai  871091023 Apr 14  2014 wls1036_linux32.bin
drwxr-xr-x. 2 mastshai mastshai       4096 Dec 10 21:21 others
[mastshai@OEL u01]$ ./jrockit-jdk1.6.0_33-R28.2.4-4.1.0-linux-x64.bin
Extracting 0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console mode.


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Welcome:
--------

This installer will guide you through the installation of Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1. Type "Next" or enter to proceed to the next prompt.  If you want to change data
entered previously, type "Previous".  You may quit the installer at any time by typing "Exit".


Enter [Exit][Next]>


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [Enter new value or use default "/home/mastshai/jrockit-jdk1.6.0_33-R28.2.4-4.1.0"]


Enter new Product Installation Directory OR [Exit][Previous][Next]> /u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0



<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [/u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0]

Use above value or select another option:
    1 - Enter new Product Installation Directory
    2 - Change to default [/home/mastshai/jrockit-jdk1.6.0_33-R28.2.4-4.1.0]


Enter option number to select OR [Exit][Previous][Next]>


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Optional Components 1


Do you want to install Demos and Samples?

    1 - Yes, install Demos and Samples.
  ->2 - No, do not install.


Enter a number or [Exit][Previous][Next]>


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Optional Components 2

Do you want to install Source Code?

    1 - Yes, install Source Code.
  ->2 - No, do not install.


Enter a number or [Exit][Previous][Next]>


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Installing JDK to /u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Installing JRE to /u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0/jre...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]



<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Installation Complete


Congratulations! Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 has been successfully installed to /u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0.


Press [Enter] to continue or type [Exit]>


<-------------------------------------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.4 for Java SE 6 with JRMC 4.1 ------------------------------------------------------->

Clean up process in progress ...
[mastshai@OEL u01]$ cd fmw/
[mastshai@OEL fmw]$ ls -ltr
total 4
drwxr-xr-x. 8 mastshai mastshai 4096 Dec 10 21:28 jrockit-jdk1.6.0_33-R28.2.4-4.1.0
[mastshai@OEL fmw]$ cd jrockit-jdk1.6.0_33-R28.2.4-4.1.0/
[mastshai@OEL jrockit-jdk1.6.0_33-R28.2.4-4.1.0]$ pwd
/u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0
[mastshai@OEL jrockit-jdk1.6.0_33-R28.2.4-4.1.0]$
[mastshai@OEL jrockit-jdk1.6.0_33-R28.2.4-4.1.0]$



[mastshai@OEL jrockit-jdk1.6.0_33-R28.2.4-4.1.0]$ cd ../..
[mastshai@OEL u01]$ pwd
/u01
[mastshai@OEL u01]$ ls -ltr
total 2021524
-rwxrwxrwx. 1 mastshai mastshai  130417924 Apr  8  2014 jrockit-jdk1.6.0_33-R28.2.4-4.1.0-linux-x64.bin
-rwxrwxrwx. 1 mastshai mastshai 1068506707 Apr  8  2014 wls1036_generic.jar
-rwxrwxrwx. 1 mastshai mastshai  871091023 Apr 14  2014 wls1036_linux32.bin
drwxr-xr-x. 2 mastshai mastshai       4096 Dec 10 21:21 others
drwxrwxr-x. 3 mastshai mastshai       4096 Dec 10 21:28 fmw
[mastshai@OEL u01]$ /u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0/bin/java -jar wls1036_generic.jar
Unable to instantiate GUI, defaulting to console mode.
Extracting 0%...................................................................


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.6.0.
Type "Next" or enter to proceed to the next prompt.  If you want to change data


Enter [Exit][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [Enter new value or use default
"/home/mastshai/Oracle/Middleware"]


Enter new Middleware Home OR [Exit][Previous][Next]> /u01/fmw


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [/u01/fmw]

Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [/home/mastshai/Oracle/Middleware]


Enter option number to select OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

    Warning

/u01/fmw directory is not empty. Proceed with installation?


Enter [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[Yes]

Enter index number to select OR [Exit][Previous][Next]> 3


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]


Enter [Yes][No]? No


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]


    ** Do you wish to bypass initiation of the configuration manager and
    **  remain uninformed of critical security issues in your configuration?


Enter [Yes][No]? Yes


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]


Enter index number to select OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]


Enter index number to select OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

 ->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence

   2|Custom
    |  Choose software products and components to install and perform optional
    |configuration.


Enter index number to select OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------

JDK(s) chosen will be installed.  Defaults will be used in script string-substitution if installed.

   1|Add Local Jdk
   2|/u01/fmw/jrockit-jdk1.6.0_33-R28.2.4-4.1.0[x]


   *Estimated size of installation:  690.2 MB


Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/u01/fmw]

Product Installation Directories:


   1|WebLogic Server: [/u01/fmw/wlserver_10.3]
   2|Oracle Coherence: [/u01/fmw/coherence_3.7]


Enter index number to select OR [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

The following Products and JDKs will be installed:
--------------------------------------------------

    WebLogic Platform 10.3.6.0
    |_____WebLogic Server
    |    |_____Core Application Server
    |    |_____Administration Console
    |    |_____Configuration Wizard and Upgrade Framework
    |    |_____Web 2.0 HTTP Pub-Sub Server
    |    |_____WebLogic SCA
    |    |_____WebLogic JDBC Drivers
    |    |_____Third Party JDBC Drivers
    |    |_____WebLogic Server Clients
    |    |_____WebLogic Web Server Plugins
    |    |_____UDDI and Xquery Support
    |    |_____Evaluation Database
    |_____Oracle Coherence
         |_____Coherence Product Files

    *Estimated size of installation: 690.3 MB


Enter [Exit][Previous][Next]>


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installing files..

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Performing String Substitutions...


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Configuring OCM...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Creating Domains...


<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installation Complete


Congratulations! Installation is complete.


Press [Enter] to continue or type [Exit]>



<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Clean up process in progress ...
[mastshai@OEL u01]$

[mastshai@OEL fmw]$ cat registry.xml
<?xml version="1.0" encoding="UTF-8"?>
<bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">
  <host home="/u01/fmw" name="OEL">
    <product format="1.0" name="WebLogic Platform">
      <release level="10.3" ServicePackLevel="6" PatchLevel="0" Status="installed" InstallTime="Dec 10, 2014 9:33:39 PM" InstallDir="/u01/fmw">
        <component name="Common Infrastructure Engineering" version="7.4.0.0" InstallDir="">
          <component name="Uninstall"/>
          <component name="Patch Client"/>
          <component name="Patch Attachment Facility"/>
          <component name="Clone Facility"/>
        </component>
        <component name="WebLogic Server" version="10.3.6.0" InstallDir="/u01/fmw/wlserver_10.3">
          <component name="Core Application Server"/>
          <component name="Administration Console"/>
          <component name="Configuration Wizard and Upgrade Framework"/>
          <component name="Web 2.0 HTTP Pub-Sub Server"/>
          <component name="WebLogic SCA"/>
          <component name="WebLogic JDBC Drivers"/>
          <component name="Third Party JDBC Drivers"/>
          <component name="WebLogic Server Clients"/>
          <component name="WebLogic Web Server Plugins"/>
          <component name="UDDI and Xquery Support"/>
          <component name="Evaluation Database"/>
          <component name="Workshop Code Completion Support"/>
        </component>
        <component name="Oracle Configuration Manager" version="10.3.5.0" InstallDir="">
          <component name="Data Collector"/>
        </component>
        <component name="Oracle Coherence" version="3.7.1.1" InstallDir="/u01/fmw/coherence_3.7">
          <component name="Coherence Product Files"/>
        </component>
      </release>
    </product>
  </host>
</bea-product-information>
[mastshai@OEL fmw]$

Wednesday, December 10, 2014

WebLogic Server 11g(10.3.6.0) Installation in Console Mode using OS (Linux) Specific Binaries - Traces



[mastshai@OEL u01]# ls -ltr
total 2021568
-rwxrwxrwx. 1 mastshai mastshai  130417924 Apr  8  2014 jrockit-jdk1.6.0_33-R28.2.4-4.1.0-linux-x64.bin
-rwxrwxrwx. 1 mastshai mastshai 1068506707 Apr  8  2014 wls1036_generic.jar
-rwxrwxrwx. 1 mastshai mastshai  871091023 Apr 14  2014 wls1036_linux32.bin
-rw-rw-r--. 1 mastshai mastshai        428 May 14  2014 silent.xml
-rw-rw-r--. 1 mastshai mastshai      43176 May 14  2014 installation_log.txt
drwxrwxr-x. 3 mastshai mastshai       4096 Sep  4 07:46 app
[mastshai@OEL u01]$ ./wls1036_linux32.bin
Extracting 0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console mode.


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.6.0. Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type "Previous".
You may quit the installer at any time by typing "Exit".


Enter [Exit][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [Enter new value or use default "/mastshai/Oracle/Middleware"]


Enter new Middleware Home OR [Exit][Previous][Next]> /u01/fmw


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [/u01/fmw]

Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [/mastshai/Oracle/Middleware]


Enter option number to select OR [Exit][Previous][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[Yes]


Enter index number to select OR [Exit][Previous][Next]> 3


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]


Enter [Yes][No]? No


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]


    ** Do you wish to bypass initiation of the configuration manager and
    **  remain uninformed of critical security issues in your configuration?


Enter [Yes][No]? Yes


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]


Enter index number to select OR [Exit][Previous][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]


Enter index number to select OR [Exit][Previous][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

 ->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence

   2|Custom
    |  Choose software products and components to install and perform optional configuration.


Enter index number to select OR [Exit][Previous][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/u01/fmw]

Product Installation Directories:


   1|WebLogic Server: [/u01/fmw/wlserver_10.3]
   2|Oracle Coherence: [/u01/fmw/coherence_3.7]


Enter index number to select OR [Exit][Previous][Next]>


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

The following Products and JDKs will be installed:
--------------------------------------------------

    WebLogic Platform 10.3.6.0
    |_____WebLogic Server
    |    |_____Core Application Server
    |    |_____Administration Console
    |    |_____Configuration Wizard and Upgrade Framework
    |    |_____Web 2.0 HTTP Pub-Sub Server
    |    |_____WebLogic SCA
    |    |_____WebLogic JDBC Drivers
    |    |_____Third Party JDBC Drivers
    |    |_____WebLogic Server Clients
    |    |_____WebLogic Web Server Plugins
    |    |_____UDDI and Xquery Support
    |    |_____Evaluation Database
    |_____Oracle Coherence
    |    |_____Coherence Product Files
    |_____JDKs
         |_____SUN SDK 1.6.0_29
         |_____Oracle JRockit 1.6.0_29 SDK

    *Estimated size of installation: 1,276.0 MB


Enter [Exit][Previous][Next]>
Dec 10, 2014 9:06:19 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.



<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Installing files..

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Installing JDK....

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Performing String Substitutions...


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Configuring OCM...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Creating Domains...


<------------------------------------------------------------------------------ Oracle Installer - WebLogic 10.3.6.0 ------------------------------------------------------------------------------>

Installation Complete


Congratulations! Installation is complete.


Press [Enter] to continue or type [Exit]>
[mastshai@OEL u01]$


[mastshai@OEL u01]# cd fmw/
[mastshai@OEL fmw]$ ls -ltr
total 180
drwxr-x---. 7 mastshai mastshai  36864 Dec 10 21:06 modules
-rw-rw----. 1 mastshai mastshai    133 Dec 10 21:06 domain-registry.xml
drwxr-x---. 8 mastshai mastshai   4096 Dec 10 21:06 utils
drwxr-x---. 8 mastshai mastshai   4096 Dec 10 21:06 jdk160_29
drwxr-x---. 7 mastshai mastshai   4096 Dec 10 21:06 jrockit_160_29_D1.2.0-10
-rw-r-----. 1 mastshai mastshai    621 Dec 10 21:06 ocm.rsp
-rw-r-----. 1 mastshai mastshai 109169 Dec 10 21:06 registry.dat
-rw-r-----. 1 mastshai mastshai   2470 Dec 10 21:06 registry.xml
drwxr-x---. 2 mastshai mastshai   4096 Dec 10 21:06 logs
drwxr-x---. 8 mastshai mastshai   4096 Dec 10 21:06 wlserver_10.3
drwxr-x---. 6 mastshai mastshai   4096 Dec 10 21:06 coherence_3.7
[mastshai@OEL fmw]$ cd wlserver_10.3/
[mastshai@OEL wlserver_10.3]$ pwd
/u01/fmw/wlserver_10.3
[mastshai@OEL wlserver_10.3]$ ls -ltr
total 24
drwxr-x---.  3 mastshai mastshai 4096 Dec 10 21:06 sip
drwxr-x---.  2 mastshai mastshai 4096 Dec 10 21:06 L10N
drwxr-x---. 11 mastshai mastshai 4096 Dec 10 21:06 server
drwxr-x---. 11 mastshai mastshai 4096 Dec 10 21:06 common
drwxr-x---.  3 mastshai mastshai 4096 Dec 10 21:06 inventory
drwxr-x---.  2 mastshai mastshai 4096 Dec 10 21:06 uninstall
[mastshai@OEL wlserver_10.3]# cd ..
[mastshai@OEL fmw]$ cat registry.xml
<?xml version="1.0" encoding="UTF-8"?>
<bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">
  <host home="/u01/fmw" name="OEL">
    <product format="1.0" name="WebLogic Platform">
      <release level="10.3" ServicePackLevel="6" PatchLevel="0" Status="installed" InstallTime="Dec 10, 2014 9:06:44 PM" InstallDir="/u01/fmw" JavaHome="/u01/fmw/jrockit_160_29_D1.2.0-10" JavaVersion="1.6.0_29" JavaVendor="Oracle">
        <component name="Common Infrastructure Engineering" version="7.4.0.0" InstallDir="">
          <component name="Uninstall"/>
          <component name="Patch Client"/>
          <component name="Patch Attachment Facility"/>
          <component name="Clone Facility"/>
        </component>
        <component name="WebLogic Server" version="10.3.6.0" InstallDir="/u01/fmw/wlserver_10.3">
          <component name="Core Application Server"/>
          <component name="Administration Console"/>
          <component name="Configuration Wizard and Upgrade Framework"/>
          <component name="Web 2.0 HTTP Pub-Sub Server"/>
          <component name="WebLogic SCA"/>
          <component name="WebLogic JDBC Drivers"/>
          <component name="Third Party JDBC Drivers"/>
          <component name="WebLogic Server Clients"/>
          <component name="WebLogic Web Server Plugins"/>
          <component name="UDDI and Xquery Support"/>
          <component name="Evaluation Database"/>
          <component name="Workshop Code Completion Support"/>
        </component>
        <component name="Oracle Configuration Manager" version="10.3.5.0" InstallDir="">
          <component name="Data Collector"/>
        </component>
        <component name="Oracle Coherence" version="3.7.1.1" InstallDir="/u01/fmw/coherence_3.7">
          <component name="Coherence Product Files"/>
        </component>
      </release>
    </product>
    <java-installation Name="jdk160_29" JavaHome="/u01/fmw/jdk160_29" JavaVersion="1.6.0_29" JavaVendor="Sun" Architecture="32" Platform="linux">
      <dependent-product Name="WebLogic Platform" Version="10.3.6.0"/>
    </java-installation>
    <java-installation Name="jrockit_160_29_D1.2.0-10" JavaHome="/u01/fmw/jrockit_160_29_D1.2.0-10" JavaVersion="1.6.0_29" JavaVendor="Oracle" Architecture="32" Platform="linux">
      <dependent-product Name="WebLogic Platform" Version="10.3.6.0"/>
    </java-installation>
  </host>
</bea-product-information>