- This topic has 1 reply, 2 voices, and was last updated 17 years, 6 months ago by Riyad Kalla.
-
AuthorPosts
-
vineelsahiniMemberHi guys,
I am using struts with hibernate3.2 .My IDE is RAD 6.0………. All hibernate jars are in the library including hibernate session too….still i am getting this…..Can anyone explain why i am getting this error.Vineel
7/25/07 16:57:04:734 EDT] 00000043 ServletWrappe A SRVE0242I: [/AddContact.jsp]: Initialization successful.
[7/25/07 16:57:04:750 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
[7/25/07 16:57:04:750 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.util.LocalStrings’, returnNull=true
[7/25/07 16:57:04:766 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
[7/25/07 16:57:04:828 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
[7/25/07 16:57:04:828 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
[7/25/07 16:57:04:859 EDT] 00000043 PropertyMessa I Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
[7/25/07 16:57:13:125 EDT] 00000046 ServletWrappe E SRVE0068E: Could not invoke the service() method on servlet action. Exception thrown : java.lang.NoClassDefFoundError: org/hibernate/HibernateException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1747)
at java.lang.Class.getConstructor1(Class.java:2063)
at java.lang.Class.newInstance3(Class.java(Compiled Code))
at java.lang.Class.newInstance(Class.java(Compiled Code))
at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
Riyad KallaMemberMoving to OT > Soft Dev
-
AuthorPosts