linux下启动dbca或netmgr类的图形界面报错解决
 
 Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
……
解决办法:  www.2cto.com  
 
exit 退到root用户下执行下面代码
 
Java代码  
xhost local:oracle non-network local connections being added to access control list  
 
屏幕会出现如下内容:
  www.2cto.com  
Java代码  
non-network local connections being added to access control list  
xhost:  bad hostname "non-network"  
xhost:  bad hostname "local"  
xhost:  bad hostname "connections"  
xhost:  bad hostname "being"  
xhost:  bad hostname "added"  
xhost:  bad hostname "to"  
xhost:  bad hostname "access"  
xhost:  bad hostname "control"  
xhost:  bad hostname "list"  
 然后su - oracle
继续启动图形界面就好了。

相关文章:

  • 2021-05-16
  • 2022-12-23
  • 2021-12-07
  • 2021-08-08
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
猜你喜欢
  • 2021-04-27
  • 2021-08-02
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2022-12-23
相关资源
相似解决方案