我在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
所以请帮我解决这个问题。感谢
答案 0 :(得分:0)
您缺少一个库文件(可能是spring框架)。您可以将其添加到服务器中的应用程序服务器的库文件夹中,也可以将其包含在WEB-INF / libs /文件夹中的war文件中。