我正在配置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.access$200(X11GraphicsEnvironment.java:65)
我试图从全局config.sh中删除$ JVM_D64,但它无效。