云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > 05-CentOS 安装Weblogic10

05-CentOS 安装Weblogic10

  • 62 次阅读
  • 3 次下载
  • 2025/6/27 3:18:17

3./app/com_projects/cmd/oa1stop.sh #!/bin/sh # WARNING: This file is created by the Configuration Wizard. # Any changes to this script may be lost when adding extensions to this configuration. # --- Start Functions --- usage() { } # --- End Functions --- # ************************************************************************* # This script is used to stop a managed WebLogic Server for the domain in # the current working directory. This script reads in the SERVER_NAME and # ADMIN_URL as positional parameters, sets the SERVER_NAME variable, then # calls the startWLS.cmd script under ${WL_HOME}/server/bin. # # Other variables that startWLS takes are: # # WLS_USER - cleartext user for server startup # WLS_PW - cleartext password for server startup # JAVA_OPTIONS - Java command-line options for running the server. (These # will be tagged on to the end of the JAVA_VM) # JAVA_VM - The java arg specifying the VM to run. (i.e. -server, # -hotspot, etc.) # # For additional information, refer to \Server Startup and Shutdown for Oracle WebLogic Server\# # echo \echo \defaults to t3://localhost.localdomain:7001 if not set as echo \and PASSWORD are required for shutting the server down when echo \echo \echo \variable or the first parameter on the command-line.\an environment variable or the second command-line parameter.\running in production mode:\weblogic\(http://download.oracle.com/docs/cd/E23943_01/web.1111/e13708/overview.htm) # # ************************************************************************* # Set SERVER_NAME and ADMIN_URL, they must by specified before starting SERVER_NAME=\export SERVER_NAME ADMIN_URL=\export ADMIN_URL # a managed server, detailed information can be found at # http://download.oracle.com/docs/cd/E23943_01/web.1111/e13708/overview.htm if [ \ else fi if [ \ else fi WLS_USER=\WLS_PW=\ DOMAIN_HOME=\ # ${DOMAIN_HOME}/bin/stopWebLogic.sh $1 $2 ( cd ${DOMAIN_HOME}; ./bin/stopWebLogic.sh ${WLS_USER} ${WLS_PW} ) ADMIN_URL=\export ADMIN_URL shift if [ \ fi ADMIN_URL=\export ADMIN_URL SERVER_NAME=\export SERVER_NAME shift if [ \ fi usage $0 exit 注意:红色加粗部分是必须要有的,否则默认停止的是AdminServer。 最后一行,后面加上用户名和密码就不用每次输入用户名和密码了。

1.8.2.3提供对外服务

服务器启动后,通过控制台查看部署概要,如果部署状态不为活动,选中部署应用,启动-为所有请求提供服务。

1.9异常

1.9.1Targets of UDD overlap

java.lang.IllegalArgumentException: Targets of UDD overlap at weblogic.jms.extensions.JMSModuleHelper.uddFillWithMyTargets(JMSModuleHelper.java:5997) at weblogic.jms.backend.udd.UDDEntity.fillWithMyTargets(UDDEntity.java:143) at weblogic.jms.backend.udd.UDDEntity.reconcileTargets(UDDEntity.java:1109) at weblogic.jms.backend.udd.UDDEntity.prepareChangeOfTargets(UDDEntity.java:429) at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1755) Truncated. see log file for complete stacktrace Caused By: java.lang.IllegalArgumentException: Targets of UDD overlap at weblogic.jms.extensions.JMSModuleHelper.uddFillWithMyTargets(JMSModuleHelper.java:5997) at weblogic.jms.backend.udd.UDDEntity.fillWithMyTargets(UDDEntity.java:143) at weblogic.jms.backend.udd.UDDEntity.reconcileTargets(UDDEntity.java:1109) at weblogic.jms.backend.udd.UDDEntity.prepareChangeOfTargets(UDDEntity.java:429) at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1755) Truncated. see log file for complete stacktrace > 此异常是JMS模块-子部署的目标设置由集群改为JMS 服务器时提示的,想想改为JMS服务器也没错啊,这个地方需要变通一下,要先取消集群,执行一次激活更改,再关联上JMS服务器,然后执行激活更改,一次到位会报错。 1.9.2集群-消息传送(多点传送)

启动服务器时,需要加上 JAVA_OPTIONS=\

搜索更多关于: 05-CentOS 安装Weblogic10 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

3./app/com_projects/cmd/oa1stop.sh #!/bin/sh # WARNING: This file is created by the Configuration Wizard. # Any changes to this script may be lost when adding extensions to this configuration. # --- Start Functions --- usage() { } # --- End Functions --- # ************************************************************************* # This script is used to stop a managed WebLogic Server

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com