Total Pageviews

Wednesday, August 13, 2014

installing weblogic 10.3.6.0 thru command prompt and at different tmp location

weblogic installation with following constraints

1. xclock doest work(cant install thru GUI).
2. need to specify different /tmp location in order to extract files during installation


following issues

Unable to instantiate GUI, defaulting to console mode.


The temporary extraction directory cannot be created in the default location.

in order to install you need to have weblogic 10.3.6 downloaded and run following command to specify different /tmp directory. make sure to create this tmp directory before you run this command.


[idm@IDMDEV software]$ java -Djava.io.tmpdir=/op/tmp/ -D64 -jar wls1036_generic.jar

Unable to instantiate GUI, defaulting to console mode.

Extracting 0%....................................................................................................100%


<-------------------- 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]> Next

 

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

 

Choose Middleware Home Directory:

---------------------------------

 

    "Middleware Home" = [/op/oracle/middleware]

 

Use above value or select another option:

    1 - Enter new Middleware Home

    2 - Change to default [/home/idm/Oracle/Middleware]

 


Enter option number to select OR [Exit][Previous][Next]> 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]> 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]

 

 

    ** You have not provided an email address.

    **

    ** Do you wish to remain uninformed of critical security

    ** issues in your configuration?

 

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

 
 

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

 

Register for Security Updates:

------------------------------

 

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

 

   1|Proxy Server:[]

   2|Proxy Port:[]

   3|Proxy Username:[]

   4|Proxy Password:[]

   5|Remain uninformed:[]

 

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

 

<-------------------- 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]> 1


<-------------------- 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|/op/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0[x]

 

   *Estimated size of installation:  690.2 MB


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

 

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

 

Choose Product Installation Directories:

----------------------------------------


Middleware Home Directory: [/op/oracle/middleware]

 

Product Installation Directories:


   1|WebLogic Server: [/op/oracle/middleware/wlserver_10.3]

   2|Oracle Coherence: [/op/oracle/middleware/coherence_3.7]

 

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

 

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

 

Choose Product Installation Directories:

----------------------------------------


    "WebLogic Server" = [Enter new value or use default

"/op/oracle/middleware/wlserver_10.3"]

 
 

Enter new WebLogic Server OR [Exit][Previous][Next]> Next

 


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

 

Choose Product Installation Directories:

----------------------------------------

 

Middleware Home Directory: [/op/oracle/middleware]

 

Product Installation Directories:


   1|WebLogic Server: [/op/oracle/middleware/wlserver_10.3]

   2|Oracle Coherence: [/op/oracle/middleware/coherence_3.7]

 

Enter index number to select OR [Exit][Previous][Next]> 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]> Next

Aug 13, 2014 12:53:24 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%

[------------|------------|------------|------------]

[***************************************************]

 
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]>

No comments:

Post a Comment