Results 1 to 3 of 3

Thread: jpetstore doesn't work with Tomcat 4.1.31.

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Posts
    2

    Default jpetstore doesn't work with Tomcat 4.1.31.

    Hi,

    I am trying the latest jpetstore in 1.1.2 release.

    After I enter the store, I click on some animal and the page is in http://localhost:8080/jpetstore/shop/index.do, it never comes back.

    In console, it prints out this:

    INFO: Cached view 'index'
    Nov 15, 2004 3:54:26 PM org.springframework.jdbc.datasource.JdbcTransactio nObjectSupport <clinit>
    INFO: JDBC 3.0 Savepoint class is available

    I am using Tomcat 4.1.31. It seems that it's related to the new HSQL 1.7.2 version since it works in 1.1.1 which has HSQL 1.7.1 version.

    Any idea what I did wrong?

    Thanks!

    fiveice

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    fiveice,
    you need to upgrade your hsqldb to 1.7.2, and ensure that you do not have a previous version in your classpath. also, open your database using hsqldb 1.7.2 and execute SHUTDOWN COMPACT to generate a 1.7.2 compliant database.
    HTH
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Nov 2004
    Posts
    2

    Default

    Thanks for your reply.

    Well, I did both and it still didn't work.

    fiveice

Similar Threads

  1. Spring + Quartz + Tomcat = no shutdown
    By ahumphr in forum Container
    Replies: 7
    Last Post: Jul 5th, 2011, 11:45 AM
  2. Replies: 4
    Last Post: Jun 15th, 2005, 04:47 PM
  3. Replies: 1
    Last Post: Mar 9th, 2005, 04:51 PM
  4. Replies: 5
    Last Post: Dec 15th, 2004, 09:24 AM
  5. Replies: 1
    Last Post: Sep 2nd, 2004, 06:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •