j2ee 错误 不能运行-j2ee代码编译有如下提示

问题描述

j2ee代码编译有如下提示

五月 08, 2014 8:56:37 下午 org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/springframework/core/DecoratingClassLoader
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2818)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1148)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1643)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getDeclaredConstructor(Unknown Source)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:61)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:249)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5204)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5199)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.springframework.core.DecoratingClassLoader
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
... 23 more

解决方案

提示很明显啊,DecoratingClassLoader这个类找不到。是少了某个jar包了吧

时间: 2024-11-17 16:57:42

j2ee 错误 不能运行-j2ee代码编译有如下提示的相关文章

指针-这段代码中的插入函数编译没有错误,运行就崩溃?其它函数都经过编译了没有错误?不知道是什么问题?

问题描述 这段代码中的插入函数编译没有错误,运行就崩溃?其它函数都经过编译了没有错误?不知道是什么问题? #include #include #include typedef struct POINT { int row; int col; struct POINT *next; }POINT; void initPointLink(POINT **pointLinkHeadPointer); void showPoints(POINT *pointLinkHead); void showOne

using-C++编译没错误,运行停止工作,菜鸟求指点

问题描述 C++编译没错误,运行停止工作,菜鸟求指点 #include #include using namespace std; int main() { string ch = ""; char*p=&ch[0]; cout <<"input cipher code:"; gets(p); cout <<"cipher code:"<<ch<<endl; int j=0; for(j=0

c语言 链表 输入问题,编译没错误, 运行 错误

问题描述 c语言 链表 输入问题,编译没错误, 运行 错误 #include #define M 20 int f(char a[]) { int i ; i=0; while (a[i]='n') i++; i--; while (i>0&& a[i]==' '||a[i]=='t') i--; if(i>0) { i++; a[i]='n'; i++; a[i]=''; } return 1; } int getline (char s[],int lim ) { int

c++-我的代码编译没有问题,但运行时出现访问冲突:

问题描述 我的代码编译没有问题,但运行时出现访问冲突: 0x00421ab3 处未处理的异常: 0xC0000005: 读取位置 0xfdfdfe05 时发生访问冲突 我检查代码发现他是执行到 p= "^(@|$)"; CRegexpT reg( p,IGNORECASE ); MatchResult match_ret = reg.Match( Buf_Line); 发生的,调用堆栈第一行是 Test.exe!CBuilderT::Clear() 行1658 + 0x3e 字节 C+

warnings-人脸识别--编译问题 clean时候没有错误,运行时候就出现下面的问题

问题描述 人脸识别--编译问题 clean时候没有错误,运行时候就出现下面的问题 Information:Gradle tasks [:app:clean, :app:generateDebugSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar, :app:generateDebugAndroidTestSources, :app:assembleDebug] :app:clean :app:preBui

c语言-为什么用C软件运行此代码运行错误?

问题描述 为什么用C软件运行此代码运行错误? 解决方案 去掉sleep(5000)看看. 建议用正规的编译器,比如DevC++或者VC++ 解决方案二: printf拼写错了. 解决方案三: 还是不行 解决方案四: 同意楼上..printf 解决方案五: 这是什么IDE,会报这样的错?自己写的插件吗? 解决方案六: 是不是没加sleep()函数的头文件? 解决方案七: 如果你实在没编译器用了,你可以把代码贴在codepad.org上直接运行. 解决方案八: 建议下载正规C编译器软件,GCC就比较

disk-求大神帮我运行这个代码,操作系统磁盘的直接读写。不知道错误的原因是不是因为没有软盘,

问题描述 求大神帮我运行这个代码,操作系统磁盘的直接读写.不知道错误的原因是不是因为没有软盘, #include //说明sdk的头文件 //#include"floppy.h" #include #include typedef struct disk //Disk是结构体指针 { HANDLE floppyDisk; DISK_GEOMETRY theSupportedGeometry; }*Disk; //以下为程序中用到的四个函数 Disk openfloppy(char dr

vs2003运行程序编译没有错误,运行出现问题

问题描述 vs2003运行程序编译没有错误,运行出现问题 无法启动此程序,因为计算机中丢失vsgu2_0D.dll.尝试重新安装该程序以解决此问题- 解决方案 你找找vsgu2_0D.dll 看看是干嘛用的. 解决方案二: 下载DLL文件复制到文件安装目录下即可,http://www.zhaodll.com/dll/v/201207/113362.html 32位系统也可复制到c:windowssystm32目录下 同理64位系统可复制到c:windowssyswow64目录下 解决方案三: 环

opengl es3.0样板代码编译错误

问题描述 opengl es3.0样板代码编译错误 解决方案 已解决,是libEGL.dll问题 解决方案二: 看起来好像是没有连接lib库