weblogic 运行springMVC项目中报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了weblogic 运行springMVC项目中报错相关的知识,希望对你有一定的参考价值。

<2014-11-18 上午09时29分19秒 CST> <Error> <HTTP> <BEA-101017> <[ServletContext@18582599[app:_appsdir_ZTBS_dir module:ZTBS path:/ZTBS spec-version:2.5], request: Workmanager: default, Version: 0, Scheduled=true, Started=true, Started time: 66 ms
[
POST /ZTBS/iWebOffice HTTP/1.1
Accept: */*
charset: utf-8
Content-Type: multipart/form-data; boundary=---------------------------19711025030428
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Content-Length: 830
DNT: 1
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=dd87JqpHCJ8pVbv1T5wrZ1NXTjTBmQbZ25n3rfy0H8cLGFQRC7GQ!-385068155

]] Root cause of ServletException.
java.lang.NoClassDefFoundError: Could not initialize class com.esint.ztb.util.TemplateDataSrcManager
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.esint.ztb.weboffice.controller.OfficeServlet.byteTableBody(OfficeServlet.java:422)
Truncated. see log file for complete stacktrace
>

查看是否有这个com.esint.ztb.util.TemplateDataSrcManager类追问

这个类存在,我在tomcat下可以运行,在weblogic下就会报上面的错误。
com.esint.ztb.util.TemplateDataSrcManager类主要放置了反射使用的方法,里面的方法都是静态方法。

参考技术A 查看是否有这个com.esint.ztb.util.TemplateDataSrcManager类

以上是关于weblogic 运行springMVC项目中报错的主要内容,如果未能解决你的问题,请参考以下文章

在运行springmvc项目时报了一个错 请求解答

myeclipce项目导入eclipse中报错

IDEA中报错“cannot resolve symbol XXX”,但编译正确可以运行

项目在eclipse中正常,在idea中报错

vue中报错: * zrender/lib/contain/line in ./node_modules/_echarts@4.2.0-rc.2@echarts/lib/cha

IDEA中报错“cannot resolve symbol toDF”,但编译正确可以运行