遇到的问题:本地环境没有问题,在linux环境上 报错;

org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: com.sun.star.comp.servicemanager.ServiceManager.setDefaultContext(Lcom/sun/star/uno/XComponentContext;)V

如图所示:

Handler dispatch failed

 

解决办法:经过排查发现是在使用openOffice时,引用了俩jar包,分别是

org.jodconverter包下的jodconverter-core 和com.artofsolving包下的jodconverter

导致了jar包冲突,删除jodconverter-core jar包及其在pom.xml中的引用解决了问题

相关文章:

  • 2021-04-02
  • 2021-06-22
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案