weblogic 运行一会,就自动关闭,这是为什么?急!!!!!!!

zsq822 2003-04-04 03:00:58
weblogic 运行一会,就自动关闭,这是为什么?急!!!!!!!
...全文
1108 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
tanjoan1221 2010-06-24
  • 打赏
  • 举报
回复
急 求救 小型机里运行weblogic自动关闭

'<2010-6-24 09时19分49秒 GMT+08:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Classic VM Version 1.4.2 from IBM Corporation>
<2010-6-24 09时19分49秒 GMT+08:00> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<2010-6-24 09时19分49秒 GMT+08:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >

<2010-6-24 09时19分50秒 GMT+08:00> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /bea/user_projects/domains/sjwg_domain/./config.xml.>
<2010-6-24 09时19分57秒 GMT+08:00> <Notice> <Log Management> <BEA-170019> <The server log file /bea/user_projects/domains/sjwg_domain/myserver/myserver.log is opened. All server side log events will be written to this file.>
Error creating logFile: ./myserver/ldap/log/EmbeddedLDAP.log (文件访问许可不允许执行指定的操作。)
<2010-6-24 09时19分59秒 GMT+08:00> <Error> <EmbeddedLDAP> <000000> <Error opening the Transaction Log: ./myserver/ldap/ldapfiles/EmbeddedLDAP.tran (文件访问许可不允许执行指定的操作。)>
<2010-6-24 09时19分59秒 GMT+08:00> <Error> <EmbeddedLDAP> <000000> <Error Instantiating 'dc=sjwg_domain': null>
<2010-6-24 09时19分59秒 GMT+08:00> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in ./myserver/ldap/backup.>
<2010-6-24 09时19分59秒 GMT+08:00> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
[java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]
java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:267)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
[java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:277)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
at weblogic.Server.main(Server.java:32)
>
<2010-6-24 09时19分59秒 GMT+08:00> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
[java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]>
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
[java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]'
Reason: weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
[java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]


求高手指点!
xtf0627 2003-05-05
  • 打赏
  • 举报
回复
我也出现过这种问题,从新安装WLS就可以了!
xiaorui021 2003-05-04
  • 打赏
  • 举报
回复
软件过期
至尊宝2021 2003-04-29
  • 打赏
  • 举报
回复
文件startWeblogic.cmd

@echo off

@rem This script can be used to start WebLogic Server. This script ensures that
@rem the server is started using the config.xml file found in this directory and
@rem that the CLASSPATH is set correctly. This script contains the following variables:
@rem
@rem JAVA_HOME - Determines the version of Java used to start
@rem WebLogic Server. This variable must point to the
@rem root directory of a JDK installation and will be set
@rem for you by the WebLogic Server installer. Note that
@rem this script uses the hotspot VM to run WebLogic Server.
@rem If you choose to use a JDK other than the one
@rem included in the disribution, make sure that the JDK
@rem includes the hotspot VM. See the WebLogic platform support
@rem page (http://e-docs.bea.com/wls/platforms/index.html)
@rem for an up-to-date list of supported JVMs on Windows NT.
@rem
@rem When setting these variables below, please use short file names (8.3).
@rem To display short (MS-DOS) filenames, use "dir /x". File names with
@rem spaces will break this script.
@rem
@rem jDriver for Oracle users: This script assumes that native libraries
@rem required for jDriver for Oracle have been installed in the proper
@rem location and that your system PATH variable has been set appropriately.
@rem For additional information, refer to Installing and Setting up WebLogic
@rem Server (http://e-docs.bea.com/wls/docs61/install/index.html).

SETLOCAL

cd ..\..

@rem Set user-defined variables.
set JAVA_HOME=C:\bea\jdk131

@rem Check that script is being run from the appropriate directory
if not exist lib\weblogic.jar goto wrongplace
goto checkJDK


:wrongplace
echo startWebLogic.cmd must be run from the config\mydomain directory. 1>&2
goto finish

:checkJDK
if exist "%JAVA_HOME%/bin/javac.exe" goto runWebLogic
echo.
echo Javac wasn't found in directory %JAVA_HOME%/bin.
echo Please edit the startWebLogic.cmd script so that the JAVA_HOME
echo variable points to the root directory of your JDK installation.
goto finish

:runWebLogic
echo on
set PATH=.\bin;%PATH%

set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
echo off

echo.
echo ***************************************************
echo * To start WebLogic Server, use the password *
echo * assigned to the system user. The system *
echo * username and password must also be used to *
echo * access the WebLogic Server console from a web *
echo * browser. *
echo ***************************************************

@rem Set WLS_PW equal to your system password for no password prompt server startup.
set WLS_PW=12345678

@rem Set Production Mode. When set to true, the server starts up in
@rem production mode. When set to false, the server starts up in development
@rem mode. If not set, it is defaulted to false.
set STARTMODE=true

echo on
"%JAVA_HOME%\bin\java" -hotspot -ms64m -mx64m -classpath "%CLASSPATH%" -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver "-Dbea.home=C:\bea" -Dweblogic.management.password=%WLS_PW% -Dweblogic.ProductionModeEnabled=%STARTMODE% "-Djava.security.policy==C:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Server
goto finish


:finish
cd config\mydomain
ENDLOCAL

请参照俺的配置文件看看,是在哪一步进入goto finish呢
www5277 2003-04-29
  • 打赏
  • 举报
回复
你在里面添加东西了吧?
好像是添加错了
freet15 2003-04-29
  • 打赏
  • 举报
回复
是进程的问题撒
mili_0816 2003-04-07
  • 打赏
  • 举报
回复
贴出错信息!
zez 2003-04-04
  • 打赏
  • 举报
回复
不知道,有没有出错信息?

1,220

社区成员

发帖
与我相关
我的任务
社区描述
企业软件 中间件技术
社区管理员
  • 中间件
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧