我有两台weblogic9.2做的集群A,B,A是主服务器,B是受管服务器,后来通过脚本启动weblogic服务,A服务启动异常,经查后台的日志文件发现报错消息如下:

WebLogic Server throws java.lang.NumberFormatException: null from the Embedded LDAP
Posted on November 24, 2010 by maclean
Applies to:

Oracle
Weblogic Server – Version: 9.0 to 10.3
Oracle Weblogic Server – Version: 9.0
to 10.3]
Information in this document applies to any
platform.
Symptoms

The
following exception appears on startup on the admin server. The admin server
then fails to start up.
####<17-Jul-2009 10:24:02 o'clock GMT>
<Critical> <WebLogicServer> <silvermoon> <AdminServer>
<Main Thread> <<WLS Kernel>> <> <>
<1227111442502> <BEA-000386> <Server subsystem failed. Reason:
java.lang.NumberFormatException: null
java.lang.NumberFormatException:
null
at java.lang.Integer.parseInt(Integer.java:415)
at
java.lang.Integer.parseInt(Integer.java:497)
at
weblogic.ldap.EmbeddedLDAP.validateVDEDirectories(EmbeddedLDAP.java:1035)
at
weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:212)
at
weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at
weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at
weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Cause

This
is something that happens infrequently and is the result of a corrupted file in
the embedded LDAP. It can be caused when your system is starting to run low on
disk space
Solution

There
are two ways to fix this issue:

1)
Delete the file /servers/<server_name>/data/ldap/config/replicas.prop

OR

2)
Alter the replicas.prop file and add ‘replica.num=0′ to it.

Related
posts:

Java.Lang.Outofmemoryerror: Alloclargeobjectorarray When Deploying War
   
Deadlock Detected On An Application Written In Cocoon Framework

This
entry was posted in Uncategorized and tagged JAVA.LANG.NUMBERFORMATEXCEPTION,
LDAP, WEBLOGIC. Bookmark the permalink.
← IndexOutOfBoundsException When
Booting Managed Servers into Cluster in WebLogic Server (WLS)

通过上述的日志消息以及从网上找的一些资料,发现有两个办法可以解决

1)
Delete the file /servers/<server_name>/data/ldap/config/replicas.prop

OR

2)
Alter the replicas.prop file and add ‘replica.num=0′ to it.

http://www.xuebuyuan.com/1136424.html

weblogic集群无法启动,提示java.lang.NumberFormatException的更多相关文章

  1. Redis集群环境使用的是redis4.0.x的版本,在用java客户端jedisCluster启动集群做数据处理时报java.lang.NumberFormatException: For input string: "7003@17003"问题解决

    java.lang.NumberFormatException: For input string: "7003@17003" at java.lang.NumberFormatE ...

  2. maven项目中使用redis集群报错: java.lang.NumberFormatException: For input string: "7006@17006"

    Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [redis.client ...

  3. maven项目中使用redis集群报错: java.lang.NumberFormatException: For input string: "7001@17001"

    解决:由于redis集群的采用的版本是2.7的,在maven的pom.xml中将jedis的版本改成2.9的就可以了

  4. tomcat启动提示java.lang.UnsatisfiedLinkError: D:\soft\devTool\apache-tomcat-7.0.57\bin\tcnative-1.dll: C

    https://blog.csdn.net/a274360781/article/details/52411984

  5. 解决测试redis集群时报"java.lang.NumberFormatException: For input string: "7003@17003..7002@17002"等异常

    一.前言 关于redis5.0的集群模式下,通过客户端测试代码调试报"Exception in thread "main" java.lang.NumberFormatE ...

  6. WebLogic集群案例分析

    WebLogic集群案例分析 2012年8月,某证券交易系统(采用Weblogic中间件),由于基金业务火爆,使系统压力太大,后台服务器频繁死机时,这时工程师们紧急调试系统及恢复操作,等完成这些操作花 ...

  7. CentOS7安装weblogic集群思路梳理

    以前经常用weblogic集群,但是却没有仔细想过要实现它.这不,前两天成功安装了weblogic集群,现在将其思路整理下.防止日后自己忘掉了. 一.安装weblogic10.3.6 1. 在官网下载 ...

  8. hbase集群的启动,注意几个问题

    1.hbase的改的会影响器他的组件的使用, 故而, 在修改 hadoop的任何组件后, 一定要记得其它的组件也能受到影响, 一下是我在将hadoop的集群改了之后 , 再次运行hbase的时候, 就 ...

  9. weblogic集群的资料

    博客分类: weblogic 其实网上关于weblogic集群的资料非常多[大部分都是从创建新的domain开始,我这篇先介绍怎么样把原本普通的domain改造为集群环境],如果觉得不够,可以啃web ...

随机推荐

  1. NodeJS服务器退出:完成任务,优雅退出

    上一篇文章,我们通过一个简单的例子,学习了NodeJS中对客户端的请求(request)对象的解析和处理,整个文件共享的功能已经完成.但是,纵观整个过程,还有两个地方明显需要改进: 首先,不能共享完毕 ...

  2. lucene4入门(2)搜索

    欢迎转载http://www.cnblogs.com/shizhongtao/p/3440479.html 接着上一篇,这里继续搜索,对于搜索和创建一样,首先你要确定搜索位置,然后用规定的类来读取.还 ...

  3. Polyline转Polygon

    IGeometry geo = feature.ShapeCopy; IGeometryCollection pPolyline = geo as IGeometryCollection; ISegm ...

  4. [转载]mysql慢日志文件分析处理

    原文地址:mysql慢日志文件分析处理作者:maxyicha mysql有一个功能就是可以log下来运行的比较慢的sql语句,默认是没有这个log的,为了开启这个功能,要修改my.cnf或者在mysq ...

  5. Centos7下安装netstat

    刚安装centos7发想没有查看端口的命令 netstat yum install net-tools

  6. 类似FirePhp的Chrome.php 调试php

    之前一直用firephp来调试php,主要受限Firefox启动太慢,研究了下chromephp; 写了个简单的判断模版: <?php /** * @Author: Klaus * @Date: ...

  7. MySQL的varchar定义长度到底是字节还是字符

    相信这个问题也会困扰不少人,尤其是使用过其它数据库(如Oracle)的人,之前我也没有太在意这个问题,再加上一些书籍和网上的文章讲的不够细致,又没测试过,导致我一直理解错误.下面通过实例来解释,在开始 ...

  8. PHP开发环境和软件

    1/很方便的软件XAMMP集成了PHP+MYSQL+MYPHPADMIN等等软件 2/sublime text 程序员神器,都明白的 ps.如果装了vm虚拟机,80端口有时候会被占用,进程关闭就好.

  9. Kakfa揭秘 Day6 Consumer源码解密

    Kakfa揭秘 Day6 Consumer源码解密 今天主要分析下Consumer是怎么来工作的,今天主要是例子出发,对整个过程进行刨析. 简单例子 Example中Consumer.java是一个简 ...

  10. Kakfa揭秘 Day4 Kafka中分区深度解析

    Kakfa揭秘 Day4 Kafka中分区深度解析 今天主要谈Kafka中的分区数和consumer中的并行度.从使用Kafka的角度说,这些都是至关重要的. 分区原则 Partition代表一个to ...