部署应用程序时出错:嵌套异常解决方案

时间:2012-01-06 13:06:11

标签: oracle exception-handling jdeveloper

我在Jdeveloper 10g中创建了一个应用程序。我为我的应用创建了一场战争。然后我尝试将我的应用程序部署到应用程序服务器(Oracle Enterprises manager)。当我部署时,它会抛出一个错误,如下所示:

Failed to deploy web application "test". Failed to deploy web application "test". . Nested exception

Resolution:

Base Exception:

com.evermind.server.rmi.OrionRemoteException
Class not found:
org.springframework.beans.factory.access.BootstrapException;
nested exception is: 
java.lang.ClassNotFoundException:
org.springframework.beans.factory.access.BootstrapException.
Class not found:
org.springframework.beans.factory.access.BootstrapException;
nested exception is: 
java.lang.ClassNotFoundException:
org.springframework.beans.factory.access.BootstrapException

所以请帮我解决这个问题。感谢

1 个答案:

答案 0 :(得分:0)

您缺少一个库文件(可能是spring框架)。您可以将其添加到服务器中的应用程序服务器的库文件夹中,也可以将其包含在WEB-INF / libs /文件夹中的war文件中。