Martijn van Hagen (Unregistered Guest)
06-09-2003, 04:00
Hi,
When i want to start my Trading Networks Console, I now get these errors:
===========================================
Title: wm.tn.admin:startup
There was a database error fetching the model version information from your database.
(0) java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
(1) java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
Class: com.wm.app.tn.db.DatastoreException
Stack trace: ava.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
at com.wm.app.tn.db.Datastore.getConnection(Datastore.java:279)
at com.wm.app.tn.db.Datastore.getDBMetaData(Datastore.java:505)
at com.wm.app.tn.db.Datastore.init(Datastore.java:185)
===========================================
I configured my connectionpool like this:
Associated driver alias: Datadirect Connect JDBC Oracle Driver
Database URL: jdbc:oracle:thin:@localhost:1521RCL
UserId: scott
Password: tiger (as UID and PW are default for Oracle)
minium connections: 1
maximum connections: 5
Idle Timeout: 120000
After that i connected this pool to all my functional alias definitions like "Processaudit", "IsCoreAudt" , "TN", and "Xref". I tested the connections and the were sucessfull.
I also created a wmDB alias, like this:
Alias Name: wMDatabase
DB URL: jdbc:oracle:thin:@localhost:1521RCL
DB Username: scott
DB password: tiger
DB Driver: oracle.jdbc.driver.OracleDriver
minium connections: 1
maximum connections: 5
Idle Timeout: -
I can connect to the database using this Alias. When i do so, I see all installed tables. So that should be allright.
Could you please help me with this. Why can't I start my Console?
Regards,
Martijn van Hagen
When i want to start my Trading Networks Console, I now get these errors:
===========================================
Title: wm.tn.admin:startup
There was a database error fetching the model version information from your database.
(0) java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
(1) java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
Class: com.wm.app.tn.db.DatastoreException
Stack trace: ava.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
java.lang.IllegalStateException: The main connection to the datastore has not been initialized; check your WmTN packages startup service.
at com.wm.app.tn.db.Datastore.getConnection(Datastore.java:279)
at com.wm.app.tn.db.Datastore.getDBMetaData(Datastore.java:505)
at com.wm.app.tn.db.Datastore.init(Datastore.java:185)
===========================================
I configured my connectionpool like this:
Associated driver alias: Datadirect Connect JDBC Oracle Driver
Database URL: jdbc:oracle:thin:@localhost:1521RCL
UserId: scott
Password: tiger (as UID and PW are default for Oracle)
minium connections: 1
maximum connections: 5
Idle Timeout: 120000
After that i connected this pool to all my functional alias definitions like "Processaudit", "IsCoreAudt" , "TN", and "Xref". I tested the connections and the were sucessfull.
I also created a wmDB alias, like this:
Alias Name: wMDatabase
DB URL: jdbc:oracle:thin:@localhost:1521RCL
DB Username: scott
DB password: tiger
DB Driver: oracle.jdbc.driver.OracleDriver
minium connections: 1
maximum connections: 5
Idle Timeout: -
I can connect to the database using this Alias. When i do so, I see all installed tables. So that should be allright.
Could you please help me with this. Why can't I start my Console?
Regards,
Martijn van Hagen