Thanks for answer!
I already tried to create another Ontology Store. The message remains, changing "default" by the name of the store, like:
OntologyStoreManager sor = new OntologyStoreManager("mystore");
give me
com.ibm.iodt.sor.utils.SORException: Ontology Store: mystore does not exist.
I've tried use new libs for Derby, without success. Tried to change to Java 1.4, without success.
How can I see if the Store really exists on database? Is this a "schema", a table, a set of tables?
When I run at first time (and the database do not exists), the message is about:
1328
main 2008-02-21 09:30:04,897 ERROR com.ibm.iodt.sor.db.DAO - Ontology store "default" has not been created.
ERROR X0X05: Table 'COMMONURI0' does not exist.
After running again, the message about Table 'COMMONURI0' disappear, but returns the
com.ibm.iodt.sor.utils.SORException: Ontology Store: mystore does not exist.
Have you tested with Derby or with another database? Is It suggested that I try with Oracle, for example?
I'm in trouble because I intend to use IODT/SOR in my MSc research...
Thanks for any support,
Ely