zoukankan      html  css  js  c++  java
  • CouldnotcreatetheJavaVirtualMachine/1709

    Section A: symptom
    --------------------

     
    SWPM1024 S/4hana 1709
    安装过程中遇到error,
    错误提示错误信息在/tmp/sapinst_instdir/S4HANA1709/CORE/HDB/INSTALL/STD/ABAP #下的 import_monitor.java.log
    打开相应的文件看到如下信息:
    saps4dev:/tmp/sapinst_instdir/S4HANA1709/CORE/HDB/INSTALL/STD/ABAP # more import_monitor.java.log
    [Last 4000 events in the event buffer]
                                       
     6485                             0.00  0x00000004    ERROR occured (/bas/sapjvm/81_REL/src/9/../hotspotX/src/share/vm/runtime/thread.cpp:5753): VMCOs::init failed
     6485                             0.00  0x00000003    ERROR occured (/bas/sapjvm/81_REL/src/9/../hotspotX/src/share/vm/sap/jvmEnv.cpp:133): VMCOs::init: Initialization of
    the control area failed
     6485                             0.00  0x00000002    ERROR occured (/bas/sapjvm/81_REL/src/9/../hotspotX/src/share/vm/sap/controls.cpp:279): Controls::init: Could not cre ate control area. Maybe old VMs are still running.
     6485                             0.00  0x00000001    ERROR occured (/bas/sapjvm/81_REL/src/9/../hotspotX/src/share/vm/sap/os_unix.cpp:567): os::create_control_area: Could
     not create control area file /tmp/sap_jvm_1010_6484 (13: EACCES)
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
     
    Section B: Cause Analysis
    ---------------------------
    刚开始判断是sapjvm的问题,但是之前也装过1709,没有遇到过这个问题。
     
    查找到相应的如下, 几乎一样的报错信息,但是应用场景不符
    2234605 - Could not create the Java virtual machine - SAP IQ
    note里讲到了Linux参数问题引起问题。
    联想到之前客户说供应商装SUSE装的有很多问题后, 基本能确定是SUSE kernel引起的问题。
     
    Section C : Solution
     
    确定问题后,就开始尝试:
    更新SUSE 版本
    yast -> software -> software repositories
  • 相关阅读:
    mysql删除重复记录语句的方法
    超详细mysql left join,right join,inner join用法分析
    CGLib动态代理原理及实现
    mysql开启慢查询日志及查询windows
    数据库事务隔离级别及脏读、幻读、不可重复读及传播行为
    java的动态代理机制详解
    MySQL常见面试题
    2019年的冬季,蒟蒻的PKUWC游记(12.20~12.23)
    初学生成函数(一)——普通生成函数
    转:基于jquery点击切换样式并且可以记忆cookie
  • 原文地址:https://www.cnblogs.com/weikui/p/10077258.html
Copyright © 2011-2022 走看看