weblogic 12.1.3 config.sh 显示错误

weblogic 12.1.3 config.sh DISPLAY error

我正在配置 WebLogic 12.1.3 的全新安装。通过 ssh 没有可用的图形。

当我尝试使用以下命令创建域时:

./config.sh -mode=console

我收到以下错误:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:11.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.access0(X11GraphicsEnvironment.java:65)

我试图从全局 config.sh 中删除 $JVM_D64 但它不起作用。

控制台模式在 12.1.1 之后的某处被移除。可用的 Modes of Installation 现在只是图形的或无声的。