在安装DM数据库时碰到的报错:Exception in thread "main" org.eclipse.swr.Swterror: No more handles [gtk_init_check() failed]
问题原因应该是由于tmp文件大小不足引起的,在测试环境可以先临时挂载跳过报错,需要在 root 下执行
mount -o remount,size=3G /tmp
然后在设置起图形
--root
xhost +
su - dmdba
cd /opt/soft
export DISPLAY=IP:0.0
./DMInstall.bin
安装正常。
文章
阅读量
获赞