今天发现SAP As Java 开发机无法启动,根据 Note 2542513 处理该问题并记录。

今天发现SAP EP+BPM服务器不能正常启动,jstart.exe进程显示 some process running 的黄灯状态。重启也不管用。到SAP官网 https://wiki.scn.sap.com/wiki/display/ASJAVA/%28JAVA%29+Application+Server+Java+Troubleshooting 里面找到Startup,点击 Starting AS Java cluster/instance 去看看到底发生了什么。

匹配到  Central services instance green; Java instance yellow 的情况。

匹配到  Internet Communication Manager (ICM) Running 的情况。

匹配到 server process Stopped 的情况。

匹配到 AS Java exit code 为 2150 的情况。

建议查看 server process log files (start with std_serverX.out files ),果然找到 /usr/sap/<SID>/J00/work/std_server0.out 文件。里面报错内容为

  Service [com.sap.security.core.ume.service] start ================= ERROR ================= CSN Component [BC-JAS-SEC-UME], DC Name [sap.com/com.sap.security.core.ume.service]
com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: ######## on bjvm-198 sysnr 00at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:465)at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)at com.sap.engine.frame.core.thread.Task.run(Task.java:73)at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: ######## on bjvm-198 sysnr 00at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:699)at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getNewInstance(PrincipalDatabagFactory.java:203)at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:153)at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:215)at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:139)at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:94)at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:211)at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:288)... 7 more
Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: ######## on bjvm-198 sysnr 00at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:217)at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:501)at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:550)... 14 more
Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: ######## on bjvm-198 sysnr 00at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy$Client700.getAttributes(R3JCo700Proxy.java:350)at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.doInitRfc(R3PersistenceBase.java:714)at com.sap.security.core.persistence.datasource.imp.R3Persistence.localInitialization(R3Persistence.java:254)at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:480)... 15 more
Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: ######## on bjvm-198 sysnr 00at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:901)at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:601)at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:34)at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy$Client700.getAttributes(R3JCo700Proxy.java:347)... 18 more
Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: ######## on bjvm-198 sysnr 00at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:678)at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1446)at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:723)at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:115)at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:349)at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:323)at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:893)... 21 more
Caused by: RfcException:message: ######## on bjvm-198 sysnr 00return code: RFC_SYS_EXCEPTION (3)error group: 103key: RFC_ERROR_LOGON_FAILUREat com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:197)at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1410)... 27 more
Caused by: RfcException raised by system [S4D|bjvm-198]:message: ########return code: RFC_SYS_EXCEPTION (3)error group: 104key: RFC_ERROR_SYSTEM_FAILUREat com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:2041)at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:163)... 28 more
Caused by: com.sap.conn.rfc.exceptions.RfcGetException: ########at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1176)at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:120)at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:36)at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1983)... 29 moreFATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [com.sap.security.core.ume.service] failed to start]
Heappar new generation   reserved 1397760K, committed 1397760K, used 978260K [0x00000006f0000000, 0x0000000745500000, 0x0000000745500000)eden space 1048320K,  89% used [0x00000006f0000000, 0x0000000729415280, 0x000000072ffc0000)from space 174720K,  23% used [0x000000072ffc0000, 0x0000000732700020, 0x000000073aa60000)to   space 174720K,   0% used [0x000000073aa60000, 0x000000073aa60000, 0x0000000745500000)concurrent mark-sweep generation reserved 2796544K, committed 2796544K, used 27K [0x0000000745500000, 0x00000007f0000000, 0x00000007f0000000)Metaspace       used 55582K, capacity 59026K, committed 59268K, reserved 315392Kclass space    used 6125K, capacity 7042K, committed 7184K, reserved 262144K
--------------------------------------------------------------------------------

再到SAP官网搜索 Initialization of destination UMEBackendConnection failed ,找到note 2542513 ,按图索骥找到 AS Java 的配置工具,Configurations - Destinations - RFC - Propertysheet UMEBackendConnection ,于是逐项检查,最终发现是 jco.client.user 账号 SAPJSF_FMD 过期了。重新设置有效期即可解决问题。

2542513 - AS Java fails to start - Initialization of destination UMEBackendConnection failed相关推荐

  1. 解决:java.net.SocketException: Software caused connection abort: recv failed

    前言:最近在学习 NIO 和netty 相关知识时,在bio的模式下,遇到了 java.net.SocketException: Software caused connection abort: r ...

  2. java.io.IOException: Jenkins Mailer Plugin v1.23 failed to load.(出现Jenkins插件安装报错并且无法成功等问题)

    出现报错情况 java.io.IOException: Jenkins Mailer Plugin v1.23 failed to load.- Display URL API v2.3.2 fail ...

  3. Error:java.lang.RuntimeException: Crunching Cruncher XXX.9.png failed, see logs

    Error:java.lang.RuntimeException: Crunching Cruncher XXX.9.png failed, see logs Error:Execution fail ...

  4. md5withrsa java_浏览器运行java插件报错:Algorithm constraints check failed: MD5withRSA

    今天使用kvm管理机房机器的时候发现一只连不上,报以下错误: sun.security.validator.ValidatorException: PKIX path validation faile ...

  5. Java异常处理001:Maven clean package时Failed to clean project: Failed to delete

    Java异常处理001:Maven打包时Failed to clean project: Failed to delete 异常日志: [ERROR] Failed to execute goal o ...

  6. java通过异常传递消息_如何消除'Failed to load IMAP envelope'消息传递异常?

    我正在尝试通过以下方式获取电子邮件列表Message msg[] = folder.getMessages();之后,我得到每个邮件的细节,同时我得到javax.mail.MessagingExcep ...

  7. Spark读取HDFS文件报错:java.net.ConnectException: Call From to localhost:9000 failed on connection

    在Ubuntu启动了spark后进入scala,从HDFS读取已经放入的README.md文件,输入 val textFile = sc.textFile("hdfs://localhost ...

  8. Android Java 8使用Lamda报错:Execution failed for task :app:transformJackWithJackForDebug - Android?...

    2019独角兽企业重金招聘Python工程师标准>>> Remove jackOption from defaultConfig in build.gradle Add follow ...

  9. java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start com

    错误如题. 原因:web.xml中的servlet映射<url-pattern> 配置错误 改动正确就可以. 我直接删除了,bug就攻克了. 另一个问题是 xxx.jar fail to ...

最新文章

  1. form表单用js提前执行函数若不成功则不提交_如何用Jmeter做接口自动化测试?跟着操作一次就明白了...
  2. SQL Server 2008如何进行数据库同步?
  3. STM32开发 -- ADC详解
  4. 指数加权平均与RmsProp(转载+自己总结)以及Adagrad
  5. SpringBoot 整合 Shiro Thymeleaf Mysql 动态授权
  6. java程序启动后就进行了7次younggc_程序员如何优化 Java GC
  7. 2018焦作网络赛 - Poor God Water 一道水题的教训
  8. 电赛旋转倒立摆 完整全功能 程序倒立摆 pid算法 程序使用时可根据需要自行调整参数
  9. 代码签名工具有哪些?好用的数字签名工具推荐
  10. coco2017数据集百度网盘链接
  11. 有关于图片压缩大小--尺寸裁剪 和 压缩系数
  12. 静态文件托管服务器,幽默:如何在静态文件托管服务器上使用数据库?
  13. str在c语言什么意思,C语言(str)是什么意思
  14. 博弈论题目集 (持续更新)
  15. 人物回眸效果怎么用Vegas设置
  16. 分享Silverlight/WPF/Windows Phone一周学习导读(07月11日-07月17日)
  17. Uber是如何管理大规模数据工作流的?
  18. python模拟ios_使用Xcode + Python进行IOS运动轨迹模拟!
  19. 利达主机联网接线端子_利达主机怎么编辑中文 利达主机接线端子说明
  20. can sdo 报文

热门文章

  1. rust 官服指令_RUST 命令大全(包括服务器指令)
  2. 一篇文章学懂Shell脚本
  3. iOS之使用CoreImage进行人脸识别
  4. Java云托管服务的开支削减策略
  5. IT项目管理入门知识
  6. cogs 362. [CEOI2004]锯木厂选址
  7. 基于html5海贼王单页视差滚动特效
  8. 大数据架构和模式(一)——大数据分类和架构简介
  9. CentOS5.6下安装Oracle10G软件 【保留报错经验】
  10. 编译内核出现make CONFIG_DEBUG_SECTION_MISMATCH=y错误