工作日志_20120314 WEBLOGIC 调试技巧

来源:互联网 发布:linux卸载mysql 编辑:程序博客网 时间:2024/05/22 16:05
启动weblogic 服务,出现问题,但是DOS窗口启动信息不能完全看见。
解决:
快捷方式--》属性-》目标 由
 
%SystemRoot%\system32\cmd.exe /k"C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd"
改为 :
%SystemRoot%\system32\cmd.exe /k"C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd" >c:/maximo.log
意思就是将dos 信息,输出到 c:/maximo.log
 
错误为
14 三月 2012 15:48:03:565 [ERROR] [MXServer] [] BMXAA6518E - Service PMCOMSR is not loaded. See the enclosed exception for detail.
psdi.util.MXSystemException: BMXAA3757E - The service ServiceStorage: PMCOMSR could not be configured. Ensure that the service class that is specified in the MAXSERVICE table exists. See the log files in the home director for more details on the error. Restart the system after the error is resolved.
 com.ibm.ism.pmcom.PmComSrService
 
PMCOMSR
select * from maxobject a where a.objectname='PMCOMSR'
classname:com.ibm.ism.pmcom.PmComSRSet
 
查看路径 发现pmcom  这个文件夹没有,从其他文件拷贝到这,重新启动就可以了。

 

原创粉丝点击