Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/331.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用Tomcat时出现Documentum 6.5 SP3错误_Java_Tomcat_Documentum6.5_Dfc - Fatal编程技术网

Java 使用Tomcat时出现Documentum 6.5 SP3错误

Java 使用Tomcat时出现Documentum 6.5 SP3错误,java,tomcat,documentum6.5,dfc,Java,Tomcat,Documentum6.5,Dfc,我在应用程序中调用Documentum时遇到此错误 java.lang.NoClassDefFoundError: Could not initialize class com.documentum.fc.client.DfClient 应用服务器是ApacheTomcat 我们正在从Documentum 5.3 sp4升级到6.4 sp3 能够使其在本地工作,但在服务器(Solaris)上部署时无法工作。每当遇到类似问题时,以下是我的调试步骤: 是否有硬编码的路径或指向本地位置的环境变量 S

我在应用程序中调用Documentum时遇到此错误

java.lang.NoClassDefFoundError: Could not initialize class com.documentum.fc.client.DfClient
应用服务器是ApacheTomcat

我们正在从Documentum 5.3 sp4升级到6.4 sp3

能够使其在本地工作,但在服务器(Solaris)上部署时无法工作。

每当遇到类似问题时,以下是我的调试步骤:

  • 是否有硬编码的路径或指向本地位置的环境变量
  • Solaris上是否有与本地版本相同的Java版本
  • 是否在特定位置找到DfClient库

  • 检查了所有3个。另外,请将dfc.jar放在WEB-INF/lib目录中。这里有人可以帮忙吗。这个问题仍然存在。