Weblogic 11g集群中的服务器在启动中出现BEA-000109错误
错误描述
安装完成weblogic集群启动集群节点的时候报如下错误:
<BEA-000109> <An error occurred while sending multicast message: java.io.IOException: Invalid argument
java.io.IOException: Invalid argument异常,无法启动。
```
解决办法
在weblogic 域配置文件中
setDomainEnv.sh,在JAVA_OPTION
节加入:
-Djava.net.preferIPv4Stack=true。
关注公众号
低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
-
上一篇
Java Collection 学习
Java Collection 学习 定义:Java 作为面向对象语言,对象的操作必比然是重中之重。要操作一个对象容易,如果需要存储多个对象,则需要一个容器,存储多个对象可以使用数组,但是数组的长度是不可变的。所以有了集合的概念。Collection 集合,就是为了方便操作处理对象而诞生的。 本文基于 JDK 1.8 版本 Collection:来源与 Java.util 包,先看看 Collection 的全家福类图 Collection 可以主要分为 set、List 、Queue 三种类型。这里 Map 是不属于 Collection 的,Map 是一个独立的数据结构。但是 Collention 又和 Map 的实现上又互相依赖。先说说 Collection 。 Collection 是一个的接口,是高度抽象出来的集合,包含了集合的基本操作和属性 红色框是Collection的基本方法(removeif 是1.8 出现的方法),蓝色框是 JDK 8后添加的新方法。 一、Collection 基本方法 Collection基本方法: 1、添加方法 boolean add(Objec...
-
下一篇
Install WordPress on Centos
Before beginning, a domain, an ESC or a VPS are needed. Once the ECS or the VPS and the domain are prepared, the following procedures can be conducted. Detailed steps are as followings: · Install LAMP services (Linux, Apache, MySQL, PHP). input these commands: 1. InstallApache, MySQL, and PHP yum -y install httpd mysql mysql-server php php-mysql php-gd php-xml 2. Set uphttpd and mysqldto start with system systemctl enablehttpd.service “”” · Updated on 7.26.2018 mysqld.service failed to start. yu...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- MySQL数据库中FOR UPDATE的使用
- CentOS7,8上快速安装Gitea,搭建Git服务器
- CentOS8编译安装MySQL8.0.19
- Windows10,CentOS7,CentOS8安装MongoDB4.0.16
- MySQL8.0.19开启GTID主从同步CentOS8
- SpringBoot2全家桶,快速入门学习开发网站教程
- SpringBoot2更换Tomcat为Jetty,小型站点的福音
- Eclipse初始化配置,告别卡顿、闪退、编译时间过长
- SpringBoot2初体验,简单认识spring boot2并且搭建基础工程
- SpringBoot2编写第一个Controller,响应你的http请求并返回结果

微信收款码
支付宝收款码