zoukankan      html  css  js  c++  java
  • Adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0

    强行关闭虚拟机后造成了两个问题,

    第一,centos再次启动后,图形界面变得黑乎乎的一片,报出一大堆错误,其中一个是Gconf Error: Adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0。

    在网上找到了解决方法,删除掉用户目录下的.gconf和.gconfd文件夹的内容。 但我是没解决问题。找同事看了一下,主要是环境变量配置除了问题,影响桌面,但不影响运行环境,所以用terminal运行程序不影响。

    二者介绍如下

    GConf is a system for storing application preferences. It is intended for user preferences; not configuration of something like Apache, or arbitrary data storage.
    一个系统,用于存储用户对各种应用程序以及主题等。


    GConf per-user daemon (gconfd)
    The current GConf implementation involves a per-user daemon. This daemon's primary purpose is to notify applications when a configuration value has changed. As a secondary task, it caches values, so each application doesn't have to parse XML files.

    提供 gconf 这个程序设置存储服务实际功能的“daemon” ,翻译过来应该是进程或者服务。这种东西当然不能随便停掉。不然很容易导致需要 gconf 保存配置的应用程序的工作。

    另一个问题,是安装在虚拟机上的hadoop挂了。参见下一篇

  • 相关阅读:
    使用SELECT语句检索数据
    redis的安装和使用【2】redis的java操作
    Python之数据结构改造
    InnoDB undo log物理结构的初始化
    Redis-RDB持久化设置
    MySql(四)Select条件查询
    Node.js TLS/SSL
    Node.js 定时器
    Node.js 系统
    Node.js 字符串解码器
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205685.html
Copyright © 2011-2022 走看看