Search:

Type: Posts; User: halhaig; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,442

    petclinic demo is crashing

    The petclinic demo located on the Spring website appears to be crashing.
  2. I installed mysql using the standard setup...

    I installed mysql using the standard setup program. I would assume (perhaps incorrectly) that it would properly install the drivers. I did use the same JDBC driver for both XP and 2000. (I even...
  3. it was XP

    I switched the OS to Windows 2000 from Windows XP Pro, and everything worked again.
  4. is NonRegisteringDriver the root cause?

    i noticed:

    com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:411)

    in the first stack trace. What would cause that and is that the root cause?
  5. stack trace and configuration info

    Im using mysql-connector-java-3.0.15-ga-bin
    with MySql Server 4.1.

    Below is the stack trace:

    what other info would be helpful?

    ...
  6. java.net.BindException: Address already in use: connect

    I have a spring app running from eclipse. I have two computers running the same app. With one I get the above exception. The other runs fine.

    The app hits a Mysql db with a lot of updates. The...
  7. Replies
    2
    Views
    1,517

    last_inserted_id() and jdbc

    I have a relational table with the following definition:

    CREATE TABLE heap (
    id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
    object MEDIUMBLOB);

    I would like to use SPRING...
Results 1 to 7 of 7