weblogic启动报错:java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard

当weblogic启动报以上错误的时候,主要是因为使用了root启动了domain,再切换至weblogic用户启动时就会报错。解决办法就是赋予权限

所以执行命令chown  -h -R 用户名 文件夹;

相关文章:

  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2021-11-04
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-04-21
相关资源
相似解决方案