Error
[bala@inddlvtwlmas01 ~]$ java -xms1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Unrecognized option: -xms1024m
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[bala@inddlvtwlmas01 ~]$ java -Xmx1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Launcher log file is /tmp/OraInstall2018-12-16_11-31-04PM/launcher2018-12-16_11-31-04PM.log.
Extracting the installer . . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz. Actual 1600.000 MHz Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Checking swap space: must be greater than 512 MB. Actual 4999 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 230450 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-16_11-31-04PM
Log: /tmp/OraInstall2018-12-16_11-31-04PM/install2018-12-16_11-31-04PM.log
Logs successfully copied to /home/bala/oraInventory/logs.
-------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
--------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ cp /home/bala/
.bash_history .dbus/ .ICEauthority Pictures/
.bash_logout Desktop/ .java/ Public/
.bash_profile Documents/ .local/ .ssh/
.bashrc Downloads/ .mozilla/ Templates/
.cache/ .esd_auth Music/ Videos/
.config/ .gnupg/ .oracle_jre_usage/ .viminfo
[bala@inddlvtwlmas01 ~]$ cp /home/bala/Desktop/server_softwares/fmw_12.2.1.3.0_wls.jar /apps/oracle/
[bala@inddlvtwlmas01 ~]$ ls -l /apps/oracle/
total 819540
-rw-r--r--. 1 bala bala 839208313 Dec 16 23:26 fmw_12.2.1.3.0_wls.jar
------------------------------------------------------------------------------
heap problem created
java -jar 'jar file'
[bala@inddlvtwlmas01 ~]$ java -xms1024 -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Unrecognized option: -xms1024
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[bala@inddlvtwlmas01 ~]$ java -xms1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Unrecognized option: -xms1024m
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
-----------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ java -Xmx1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
-----------------------------------------------------------------------------
Launcher log file is /tmp/OraInstall2018-12-16_11-31-04PM/launcher2018-12-16_11-31-04PM.log.
Extracting the installer . . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz. Actual 1600.000 MHz Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
-----------------------------------------------------------------------------
Checking swap space: must be greater than 512 MB. Actual 4999 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 230450 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-16_11-31-04PM
Log: /tmp/OraInstall2018-12-16_11-31-04PM/install2018-12-16_11-31-04PM.log
Logs successfully copied to /home/bala/oraInventory/logs.
--------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$
Unrecognized option: -xms1024m
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[bala@inddlvtwlmas01 ~]$ java -Xmx1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Launcher log file is /tmp/OraInstall2018-12-16_11-31-04PM/launcher2018-12-16_11-31-04PM.log.
Extracting the installer . . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz. Actual 1600.000 MHz Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Checking swap space: must be greater than 512 MB. Actual 4999 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 230450 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-16_11-31-04PM
Log: /tmp/OraInstall2018-12-16_11-31-04PM/install2018-12-16_11-31-04PM.log
Logs successfully copied to /home/bala/oraInventory/logs.
-------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
--------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ cp /home/bala/
.bash_history .dbus/ .ICEauthority Pictures/
.bash_logout Desktop/ .java/ Public/
.bash_profile Documents/ .local/ .ssh/
.bashrc Downloads/ .mozilla/ Templates/
.cache/ .esd_auth Music/ Videos/
.config/ .gnupg/ .oracle_jre_usage/ .viminfo
[bala@inddlvtwlmas01 ~]$ cp /home/bala/Desktop/server_softwares/fmw_12.2.1.3.0_wls.jar /apps/oracle/
[bala@inddlvtwlmas01 ~]$ ls -l /apps/oracle/
total 819540
-rw-r--r--. 1 bala bala 839208313 Dec 16 23:26 fmw_12.2.1.3.0_wls.jar
------------------------------------------------------------------------------
heap problem created
java -jar 'jar file'
[bala@inddlvtwlmas01 ~]$ java -xms1024 -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Unrecognized option: -xms1024
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[bala@inddlvtwlmas01 ~]$ java -xms1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
Unrecognized option: -xms1024m
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
-----------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$ java -Xmx1024m -jar /apps/oracle/fmw_12.2.1.3.0_wls.jar
-----------------------------------------------------------------------------
Launcher log file is /tmp/OraInstall2018-12-16_11-31-04PM/launcher2018-12-16_11-31-04PM.log.
Extracting the installer . . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz. Actual 1600.000 MHz Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
-----------------------------------------------------------------------------
Checking swap space: must be greater than 512 MB. Actual 4999 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 230450 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-16_11-31-04PM
Log: /tmp/OraInstall2018-12-16_11-31-04PM/install2018-12-16_11-31-04PM.log
Logs successfully copied to /home/bala/oraInventory/logs.
--------------------------------------------------------------------------
[bala@inddlvtwlmas01 ~]$
Comments
Post a Comment