facebook

Hibernate error – Could not execute query

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222147 Reply

    Arnaud
    Member

    Hello All,

    I am writting to you because I’ve got a problem with Hibernate.

    Does someone can explain me what does this error means and how to solve it?

    javax.servlet.ServletException: net.sf.hibernate.JDBCException: Could not execute query
    org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    I did all as Tutorial on website tells but may be something missing.

    Thanks or help! Let me know if you need more information.

    Regards, Arnaud.

    #222326 Reply

    Greg
    Member

    Do you have the stacktrace of the actual exception? It might have more information that would help in debugging this issue. What operation actually throws this exception?

    #222368 Reply

    Arnaud
    Member

    I used Hibernate under Tomcat. This exception appears only trying to do a simple select….

    #222372 Reply

    Greg
    Member

    What is the select? It is likely the cause of the trouble.

    #222490 Reply

    Arnaud
    Member

    No I do not think the select makes this problem. May be smething wrong in Tomcat configuration or else. Because locally it works properly but on my Web Hoster this error is generated… Do you have an idea?

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Hibernate error – Could not execute query

You must be logged in to post in the forum log in