简体   繁体   English

需要帮助启动 DSE Graph

[英]Need Help starting DSE Graph

When I type in the following command "dse gremlin-console" the system tries to start but then i get the following error: Exception in thread "main" java.awt.AWTError: Asssitive Technology not found: org.GNOME.Accessibility.AtkWrapper当我输入以下命令“dse gremlin-console”时,系统尝试启动,但出现以下错误:线程“main”中的异常 java.awt.AWTError: Asssitive Technology not found: org.GNOME.Accessibility.AtkWrapper

Do i need to update my Java version?我需要更新我的 Java 版本吗?

This is a known issue with Docker images that should be eventually fixed.这是 Docker 镜像的一个已知问题,应该最终得到修复。

The linked issue has 2 workarounds:链接的问题有两种解决方法:

  1. Install openjdk-8-jdk into Docker image after it's started Docker 镜像启动后安装openjdk-8-jdk
  2. Disable assistive technologies for OpenJDK with something like this:禁用 OpenJDK 的辅助技术,如下所示:
docker-compose exec --user root dse bash -l \
  -c "sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM