zoukankan      html  css  js  c++  java
  • srvctl error

    Hit an strange error just now.

    [oracle@racnode1 ~]$ srvctl
    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    #  SIGBUS (0x7) at pc=0x42604f0a, pid=20424, tid=3077707456
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_30-b03 mixed mode, sharing)
    # Problematic frame:
    # /u01/app/11.2.0/grid/bin/srvctl: line 240: 20424 Segmentation fault      (core dumped) $JRE $JRE_OPTIONS -DORACLE_HOME=/u01/app/11.2.0/grid -classpath $CLASSPATH $SRVM_PROPERTY_DEFS oracle.ops.opsctl.OPSCTLDriver "$@"
    [oracle@racnode1 ~]$ srvctl
    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    #  SIGBUS (0x7) at pc=0x42604f0a, pid=20515, tid=3077949120
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_30-b03 mixed mode, sharing)
    # Problematic frame:
    # /u01/app/11.2.0/grid/bin/srvctl: line 240: 20515 Segmentation fault      (core dumped) $JRE $JRE_OPTIONS -DORACLE_HOME=/u01/app/11.2.0/grid -classpath $CLASSPATH $SRVM_PROPERTY_DEFS oracle.ops.opsctl.OPSCTLDriver "$@"
    

    The srvctl hit error..    The error looks like java issue. So i check the java

    [oracle@racnode1 ~]$ java -version
    OpenJDK Client VM warning: Insufficient space for shared memory file:
       /tmp/hsperfdata_oracle/20523
    Try using the -Djava.io.tmpdir= option to select an alternate temp location.
    
    java version "1.7.0_09-icedtea"
    OpenJDK Runtime Environment (rhel-2.3.4.1.0.1.el6_3-i386)
    OpenJDK Client VM (build 23.2-b09, mixed mode)
    

      

    There is a line like this 

    OpenJDK Client VM warning: Insufficient space for shared memory file:

    Seems some disk is full. So i check disk usage with df -h as below. Yes the root directory is full. after housekeep problem fixed.

    [oracle@racnode1 ~]$ df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/vg_racnode1-lv_root
                           16G   15G     0 100% /
    tmpfs                1012M  150M  862M  15% /dev/shm
    

      

  • 相关阅读:
    Python--my first try!
    AB PLC首次IP地址如何分配
    如何解压DMK固件
    罗克韦尔自动化官网如何下载设备固件
    如何使用AB PLC仿真软件Studio 5000 Logix Emulate
    Studio 5000指令IN_OUT管脚实现西门子风格
    AB PLC分类
    罗克韦尔自动化发展简史
    C#曲线分析平台的制作(五,Sqldependency+Signalr+windows 服务 学习资料总结)
    自动化监控上位机系统二次开发之我见
  • 原文地址:https://www.cnblogs.com/kramer/p/3300671.html
Copyright © 2011-2022 走看看