Friday, January 8, 2016

Weblogic 12.2.1 - Java EE 7 installation

Java EE 7 - Tested Configurations,  Oracle Weblogic Server 12.2.1

http://www.oracle.com/technetwork/java/javaee/overview/oracleweblogic1211-2769862.html

Oracle WebLogic Server (WLS) 12cR2 (12.2.1) Installation Guide

https://oracle-base.com/articles/12c/weblogic-installation-on-oracle-linux-6-and-7-1221

Using 64 bit Java SE 8
[dave@localhost app]$ java -version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)

Running generic installer
[dave@localhost app]$ java -jar fmw_12.2.1.0.0_wls.jar 
Launcher log file is /tmp/OraInstall2016-01-08_07-28-44AM/launcher2016-01-08_07-28-44AM.log.


Checking requirements
Starting Oracle Universal Installer

Checking if CPU speed is above 300 MHz.   Actual 2900.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 3855 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 1123 MB    Passed


Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2016-01-08_07-28-44AM


Select installation home












Create domain
[dave@localhost bin]$ pwd
/app/weblogic-12.2.1/oracle_common/common/bin
[dave@localhost bin]$ ./config.sh

Start created domain
[dave@localhost bin]$ pwd
/app/domains/base_domain/bin
[dave@localhost bin]$ ./startWebLogic.sh 


Admin server log
[dave@localhost bin]$ ./startWebLogic.sh 
.
.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000
.
CLASSPATH=/usr/java/jdk1.8.0_66/lib/tools.jar:/home/app/weblogic-12.2.1/wlserver/server/lib/weblogic.jar:/home/app/weblogic-12.2.1/wlserver/../oracle_common/modules/net.sf.antcontrib_1.1.0.0_1-0b3/lib/ant-contrib.jar:/home/app/weblogic-12.2.1/wlserver/modules/features/oracle.wls.common.nodemanager.jar:/home/app/weblogic-12.2.1/wlserver/../oracle_common/modules/com.oracle.cie.config-wls-online_8.2.0.0.jar::/home/app/weblogic-12.2.1/wlserver/common/derby/lib/derbynet.jar:/home/app/weblogic-12.2.1/wlserver/common/derby/lib/derbyclient.jar:/home/app/weblogic-12.2.1/wlserver/common/derby/lib/derby.jar:.:/app/antlr-4.4-complete.jar:
.
PATH=/app/domains/base_domain/bin:/home/app/weblogic-12.2.1/wlserver/server/bin:/home/app/weblogic-12.2.1/wlserver/../oracle_common/modules/org.apache.ant_1.9.2/bin:/usr/java/jdk1.8.0_66/jre/bin:/usr/java/jdk1.8.0_66/bin:/usr/java/jdk1.8.0_66/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/dave/.local/bin:/home/dave/bin
.
***************************************************
*  To start WebLogic Server, use a username and   *
*  password assigned to an admin-level user.  For *
*  server administration, use the WebLogic Server *
*  console at http://hostname:port/console        *
***************************************************
Starting WLS with line:
/usr/java/jdk1.8.0_66/bin/java -server   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -Dweblogic.Name=AdminServer -Djava.security.policy=/home/app/weblogic-12.2.1/wlserver/server/lib/weblogic.policy  -Xverify:none -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader  -javaagent:/home/app/weblogic-12.2.1/wlserver/server/lib/debugpatch-agent.jar -da -Dwls.home=/home/app/weblogic-12.2.1/wlserver/server -Dweblogic.home=/home/app/weblogic-12.2.1/wlserver/server      weblogic.Server
<Jan 8, 2016 8:00:47 AM CET> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.> 
<Jan 8, 2016 8:00:47 AM CET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.> 
<Jan 8, 2016 8:00:48 AM CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.66-b17 from Oracle Corporation.> 
<Jan 8, 2016 8:00:48 AM CET> <Info> <RCM> <BEA-2165021> <"ResourceManagement" is not enabled in this JVM. Enable "ResourceManagement" to use the WebLogic Server "Resource Consumption Management" feature. To enable "ResourceManagement", you must specify the following JVM options in the WebLogic Server instance in which the JVM runs: -XX:+UnlockCommercialFeatures -XX:+ResourceManagement.> 
<Jan 8, 2016 8:00:49 AM CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 12.2.1.0.0 Tue Oct  6 10:05:47 PDT 2015 1721936> 
<Jan 8, 2016 8:00:51 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.> 
<Jan 8, 2016 8:00:51 AM CET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.> 
<Jan 8, 2016 8:00:51 AM CET> <Info> <WorkManager> <BEA-002942> <CMM memory level becomes 0. Setting standby thread pool size to 256.> 
<Jan 8, 2016 8:00:53 AM CET> <Notice> <Log Management> <BEA-170019> <The server log file weblogic.logging.FileStreamHandler instance=2056123022
Current log file=/home/app/domains/base_domain/servers/AdminServer/logs/AdminServer.log
Rotation dir=/home/app/domains/base_domain/servers/AdminServer/logs
 is opened. All server side log events will be written to this file.> 
<Jan 8, 2016 8:00:53 AM CET> <Notice> <Security> <BEA-090946> <Security pre-initializing using security realm: myrealm> 
<Jan 8, 2016 8:00:56 AM CET> <Notice> <Security> <BEA-090947> <Security post-initializing using security realm: myrealm> 
<Jan 8, 2016 8:00:57 AM CET> <Notice> <Security> <BEA-090082> <Security initialized using administrative security realm: myrealm> 
<Jan 8, 2016 8:01:05 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.> 
<Jan 8, 2016 8:01:05 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.> 
<Jan 8, 2016 8:01:05 AM CET> <Notice> <Log Management> <BEA-170036> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.> 
<Jan 8, 2016 8:01:05 AM CET> <Notice> <Log Management> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING.> 
<Jan 8, 2016 8:01:06 AM CET> <Warning> <Server> <BEA-002611> <The hostname "localhost", maps to multiple IP addresses: 127.0.0.1, 0:0:0:0:0:0:0:1.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 192.168.0.102:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1%lo:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.122.1:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <WebLogicServer> <BEA-000331> <Started the WebLogic Server Administration Server "AdminServer" for domain "base_domain" running in development mode.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 192.168.0.102:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1%lo:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.122.1:7001 for protocols iiop, t3, ldap, snmp, http.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.> 
<Jan 8, 2016 8:01:06 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.> 

No comments:

Post a Comment