Author | Message |
---|---|
meera halani
Posts: 39
|
Posted 01:15 May 22, 2009 |
Hi when i am clicking on blog link i am getting run time error. Please help |
abhishek_sharma
Posts: 79
|
Posted 01:26 May 22, 2009 |
|
cysun
Posts: 2935
|
Posted 06:48 May 22, 2009 |
... 2009-05-22 01:10:24,359 WARN JDBCExceptionReporter: SQL Error: 0, SQLState: 42703 2009-05-22 01:10:24,359 ERROR JDBCExceptionReporter: ERROR: column blog0_.id does not exist 2009-05-22 01:10:24,375 ERROR ExceptionResolver: Exception caused by user i0001 2009-05-22 01:10:24,375 ERROR ExceptionResolver: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query 2009-05-22 01:10:24,375 ERROR ExceptionResolver: org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:615) at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:424) at org.springframework.orm.hibernate3.HibernateTemplate.executeWithNativeSession(HibernateTemplate.java:374) at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:917) at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:913) at csns.model.blog.dao.hibernate.BlogDaoImpl.searchUser(BlogDaoImpl.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ... |
meera halani
Posts: 39
|
Posted 13:47 May 22, 2009 |
Thanks to all the error is solved |