日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 运维知识 > linux >内容正文

linux

weblogic12 linux部署,linux系统中安装部署weblogic12.1.3

發(fā)布時間:2024/4/17 linux 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 weblogic12 linux部署,linux系统中安装部署weblogic12.1.3 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

問題: 此 Oracle 軟件未經(jīng)當(dāng)前操作系統(tǒng)認(rèn)證。

建議案: 確保在正確的平臺上安裝軟件。

警告: 檢查:CertifiedVersions 失敗。

開始檢查: CheckJDKVersion

預(yù)期的結(jié)果: 1.7.0_15

實際結(jié)果: 1.8.0_111

檢查完成。此次檢查的總體結(jié)果為: 通過

CheckJDKVersion 檢查: 成功。

已啟用此會話的驗證。

正在驗證數(shù)據(jù)...

正在復(fù)制文件...

可以在以下位置找到本次安裝會話的日志:

/tmp/OraInstall2016-12-07_11-28-48AM/install2016-12-07_11-28-48AM.log

-----------20%----------40%----------60%----------80%--------100%

Oracle Fusion Middleware 12c WebLogic Server 和 Coherence 12.1.3.0.0 的 安裝 已成功完成。

日志已成功復(fù)制到/home/weblogic/oraInventory/logs。?? -----打印此信息,說明weblogic安裝成功了。

8、 創(chuàng)建domain域名

A、通過控制臺安裝

export MW_HOME="/u02/bea"

export WL_HOME="/u02/bea/oracle_common"

[root@WAAA-NM1 bin]# pwd

/ghca/bea/wlserver/common/bin

[root@WAAA-NM1 bin]# ./commEnv.sh

[root@WAAA-NM1 bin]# ./wlst.sh

Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

Initializing WebLogic Scripting Tool (WLST) ...

Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away.

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

wls:/offline> readTemplate('/u02/bea/wlserver/common/templates/wls/wls.jar')

wls:/offline/base_domain>cd('Servers/AdminServer')

wls:/offline/base_domain/Server/AdminServer>set('ListenAddress','')

wls:/offline/base_domain/Server/AdminServer>set('ListenPort', 7001)

wls:/offline/base_domain/Server/AdminServer>cd('../..')

wls:/offline/base_domain>cd('Security/base_domain/User/weblogic')

wls:/offline/base_domain/Security/base_domain/User/weblogic>cmo.setPassword('weblogic123')

wls:/offline/base_domain/Security/base_domain/User/weblogic>setOption('OverwriteDomain', 'true')

wls:/offline/base_domain/Security/base_domain/User/weblogic>writeDomain('/u02/bea/user_projects/domains/base_domain')

closeTemplate()

exit()

PS:最后一步等待時間稍微較長;

B、通過參數(shù)文件實現(xiàn)靜默安裝

創(chuàng)建文件: create_domain.rsp

read template from "/u02/bea/wlserver/common/templates/wls/wls.jar";

set JavaHome "/usr/local/jdk1.8";

set ServerStartMode "dev";

find Server "AdminServer" as AdminServer;

set AdminServer.ListenAddress "";

set AdminServer.ListenPort "7001";

set AdminServer.SSL.Enabled "true";

set AdminServer.SSL.ListenPort "7002";

//create a new user

create User "weblogic2" as u2;

set u2.password "weblogic123";

write domain to "/u02/bea/user_projects/domains/base_domain/";

// The domain name will be "demo-domain"

close template;

9、啟動

$cd /u02/bea/user_projects/domains/base_domain/bin

$./startWeblogic.sh

參考官網(wǎng)資料:

https://docs.oracle.com/middleware/1213/core/OUIRF/silent.htm#OUIRF337

10、安裝部署中遇到的問題

1、wls.rsp 文件內(nèi)容有錯誤

[weblogic@model ~]$ java -jar fmw_12.1.3.0.0_wls.jar? -silent -responseFile /u02/wls.rsp? -invPtrLoc /u02/oraInst.loc

Launcher log file is /tmp/OraInstall2016-12-06_10-52-14PM/launcher2016-12-06_10-52-14PM.log.

Extracting files........................................

Starting Oracle Universal Installer

Checking if CPU speed is above 300 MHz.?? Actual 2294.749 MHz??? Passed

Checking swap space: must be greater than 512 MB.?? Actual 511992 MB??? Passed

Checking if this platform requires a 64-bit JVM.?? Actual 32??? Passed (64-bit not required)

Checking temp space: must be greater than 300 MB.?? Actual 3066 MB??? Passed

Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2016-12-06_10-52-14PM

Log: /tmp/OraInstall2016-12-06_10-52-14PM/install2016-12-06_10-52-14PM.log

Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.

Reading response file..

Parse Error at line number:1

NE]

Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No "="found!

Error: An error occured while reading the response file. Ensure that the response file exists and is in correct format.

oracle.as.install.engine.modules.response.exception.ResponseFiError in reading response file. Aborting Install.leFormatException: Parse error at line no:1:NE]

at oracle.as.install.engine.modules.response.action.INIFileReader.parseError(INIFileReader.java:299)

總結(jié)

以上是生活随笔為你收集整理的weblogic12 linux部署,linux系统中安装部署weblogic12.1.3的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。