Relationship error

User 259df256ea

25-02-2008 00:18:58

Can't figure out what's causing this error. Does not seem to impact the overall function. Any ideas?





Thanks, Orion





******


"com.im.df.impl.db.persist.MissingItemException: Jointable is missing for M:N relationship: EC4C75DB15265AC012E79FE7A2E49EB8


at com.im.df.impl.db.persist.DBSchemaPersistenceImpl$ClientServerRelationshipPersistence.createFromXml(DBSchemaPersistenceImpl.java:1995)


at com.im.df.impl.db.persist.DBSchemaPersistenceImpl$ClientServerRelationshipPersistence.createFromXml(DBSchemaPersistenceImpl.java:1960)


at com.im.df.impl.db.sprovider.DDLModeSelectionState.readSchema(DDLModeSelectionState.java:457)


at com.im.df.impl.db.sprovider.DDLModeSelectionState.proceedToNextState(DDLModeSelectionState.java:157)


at com.im.df.impl.db.sprovider.SchemaProviderImpl.proceedToNextState(SchemaProviderImpl.java:100)


at com.im.ijc.core.api.util.SchemaInitManager.startInit(SchemaInitManager.java:203)


at com.im.ijc.core.api.util.SchemaInitManager.access$000(SchemaInitManager.java:50)


at com.im.ijc.core.api.util.SchemaInitManager$1.run(SchemaInitManager.java:72)


at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)


[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)"

ChemAxon fa971619eb

25-02-2008 13:00:58

This seems to be caused by an incomplete definition for a many-to-many relationship. Its not clear why this might have happened, but all it will mean is that this relationship will not be present.





To remove it you will need to go directly into the database and remove the entry from the IJC_SCHEMA table that has the appropriate ITEM_ID (EC4C75DB15265AC012E79FE7A2E49EB8). Make sure you delete the right item! (best to backup the table first to be safe).





Tim