- This topic has 1 reply, 2 voices, and was last updated 18 years, 11 months ago by
Haris Peco.
-
AuthorPosts
-
chandramohan.cmMemberhi!
In my project i am using hibernate,struts and ide myeclispe. i have connected the remote database from dbbrowser.but when i call the database values from my jsp , i am getting following error.Thread [http-8080-Processor25] (Suspended (exception MappingException))
HbmBinder.bindCollectionSecondPass(Element, Collection, Map, Mappings, Map) line: 2036
HbmBinder$CollectionSecondPass.secondPass(Map, Map) line: 2497
HbmBinder$CollectionSecondPass(HbmBinder$SecondPass).doSecondPass(Map, Map) line: 2468
Configuration.secondPassCompile() line: 884
Configuration.buildSessionFactory() line: 999
HibernateSessionFactory.currentSession() line: 48
patientDetail.getAllPatients() line: 36
PatTodayAction.execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) line: 51
RequestProcessor.processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) line: 484
RequestProcessor.process(HttpServletRequest, HttpServletResponse) line: 274
ActionServlet.process(HttpServletRequest, HttpServletResponse) line: 1482
ActionServlet.doGet(HttpServletRequest, HttpServletResponse) line: 507
ActionServlet(HttpServlet).service(HttpServletRequest, HttpServletResponse) line: 689
ActionServlet(HttpServlet).service(ServletRequest, ServletResponse) line: 802
ApplicationFilterChain.internalDoFilter(ServletRequest, ServletResponse) line: 252
ApplicationFilterChain.doFilter(ServletRequest, ServletResponse) line: 173
StandardWrapperValve.invoke(Request, Response) line: 213
StandardContextValve.invoke(Request, Response) line: 178
StandardHostValve.invoke(Request, Response) line: 126
ErrorReportValve.invoke(Request, Response) line: 105
StandardEngineValve.invoke(Request, Response) line: 107
CoyoteAdapter.service(Request, Response) line: 148
Http11Processor.process(InputStream, OutputStream) line: 856
Http11Protocol$Http11ConnectionHandler.processConnection(TcpConnection, Object[]) line: 744
PoolTcpEndpoint.processSocket(Socket, TcpConnection, Object[]) line: 527
LeaderFollowerWorkerThread.runIt(Object[]) line: 80
ThreadPool$ControlRunnable.run() line: 684
ThreadWithAttributes(Thread).run() line: 595plz reply me as soon as possible… urgent…..
thx…
Haris PecoMemberchandramohan.cm,
It looks that you have problems in hibernate mappings – is it complete error log ?
Best
-
AuthorPosts