Hi
I am using an evaluation version just downloaded for testing.
I have created two database schema for testing Aware IM system
The below comments i have executed to create 2 schemas in oracle database.
CREATE USER BASDB IDENTIFIED BY BASBD;
CREATE USER BASDBTEST IDENTIFIED BY BASDBTEST;
I have updated the system setting as
Database =oracle
username=BASDB
password=BASDB
Machine name=localhost
port=default
main database=BASDB
test database=BASDBTEST
When i try to connect using the awareIM control panel I am getting the following exception
Unable to connect to the existing database Could not establish connection with the data base org.apache.derby.impl.jdbc.EmbedSQLException Database 'BASDB' not found.
Creating main data base...
Database create is not supported for this database
Aware IM Server startup error Aware IM was unable to create or locate the databases it requires.
Error message returned by the database is:
Database create is not supported for this database exiting...
com.bas.basserver.bsmanager.StartupException: Aware IM was unable to create or locate the databases it requires.
Error message returned by the database is:
Database create is not supported for this database
at com.bas.basserver.persistence.PersistenceManager.initialise(Unknown Source)
at com.bas.basserver.bsmanager.f.a(Unknown Source)
at com.bas.basserver.bsmanager.o.if(Unknown Source)
at com.bas.basserver.bsmanager.j$c.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
INFO: BAS_PostedMessages.Controller running
TRACE: BAS_PostedMessages.Controller - Starting thread for Source OS
INFO: OS running in callback mode
Exception saving the output file java.util.ConcurrentModificationException null
Process status: Aware IM Server: Aware IM was unable to create or locate the databases it requires.
Error message returned by the database is:
Database create is not supported for this database
Overall status: Unable to start Aware IM server
Exception starting servers Aware IM was unable to create or locate the databases it requires.
Error message returned by the database is:
Database create is not supported for this database
Thanks
Regards,
Tajudeen