Apache Tomcat 启动错误

发布于 2024-11-26 03:10:59 字数 429 浏览 0 评论 0原文

启动 tomcat 时收到此错误:

16:27:21,027 ERROR [main] com.documentum.web.common.Trace - An error occurred during application intialization : org/eclipse/emf/ecore/resource/ResourceSet
java.lang.NoClassDefFoundError: org/eclipse/emf/ecore/resource/ResourceSet
    at com.documentum.services.preset.impl.PackageDefinitionLoader.loadPackageDefinitionFromFile(PackageDefinitionLoader.java:117)

如何解决此问题?

I'm receiving this error when starting tomcat:

16:27:21,027 ERROR [main] com.documentum.web.common.Trace - An error occurred during application intialization : org/eclipse/emf/ecore/resource/ResourceSet
java.lang.NoClassDefFoundError: org/eclipse/emf/ecore/resource/ResourceSet
    at com.documentum.services.preset.impl.PackageDefinitionLoader.loadPackageDefinitionFromFile(PackageDefinitionLoader.java:117)

How do I solve this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

意犹 2024-12-03 03:10:59

您缺少一个包含 org.eclipse.emf.ecore.resource.ResourceSet 类导入的 jar。

这很可能是缺少 org.eclipse.emf.common 插件 jar。

You are missing a jar which contains an import of the org.eclipse.emf.ecore.resource.ResourceSet class.

Most probably this is the org.eclipse.emf.common plugin jar which is missing.

过度放纵 2024-12-03 03:10:59

在运行时找不到类 org.eclipse.emf.ecore.resource.ResourceSet。您必须将所有 Documentum 依赖项添加到类路径中。

The class org.eclipse.emf.ecore.resource.ResourceSet could not be found during runtime. You must add all Documentum dependencies to the classpath.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文