Chinaunix首页 | 论坛 | 博客
  • 博客访问: 701972
  • 博文数量: 158
  • 博客积分: 6010
  • 博客等级: 准将
  • 技术积分: 1643
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-11 14:37
个人简介

人法地,地法天,天法道,道法自然

文章分类

全部博文(158)

文章存档

2022年(1)

2020年(3)

2016年(1)

2014年(7)

2013年(4)

2010年(5)

2009年(86)

2008年(25)

2007年(26)

我的朋友

分类:

2008-06-24 15:14:25

今天在编写程序时,用在Tomcat下,访问SAP系统时出错:错误信息如下:

HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception

root cause

java.lang.NoClassDefFoundError
        com.cli.myp.action.SAPConn.(SAPConn.java:34)
        com.cli.myp.action.GetItemFromSAP.doGetSAPDate(GetItemFromSAP.java:95)
        com.cli.myp.action.GetItemFromSAP.doPost(GetItemFromSAP.java:68)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.25 l

阅读(985) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~