That's benign. I am seeing that too, and it would be nice if we clean it up.

Also noticed that CM starts as an empty window with no menu items or toolbars on Ubuntu 8.04 under Java 5... Switching to Java 6 fixed it. Of course that's not something that we have control of. This seems to be a JVM graphics toolkit bug.

Andrus


On May 22, 2008, at 11:49 AM, Andrey Razumovsky wrote:
java.sql.SQLException: Table already exists: AUTO_PK_SUPPORT in statement
[CREATE TABLE AUTO_PK_SUPPORT]
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.execute(Unknown Source)
at org.apache.cayenne.access.DbGenerator.safeExecute(DbGenerator.java: 349) at org.apache.cayenne.access.DbGenerator.runGenerator(DbGenerator.java: 327)
at
org .apache .cayenne .pref .CayennePreferenceService.initSchema(CayennePreferenceService.java: 169)
at
org .apache.cayenne.modeler.Application.initPreferences(Application.java: 263) at org.apache.cayenne.modeler.Application.startup(Application.java: 162)
at org.apache.cayenne.modeler.Main$1.run(Main.java:114)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)

Reply via email to