log says - No model version information was available from the database.
from other threads i see this is due to TN not connecting to DB, what am i missing .
Test of JDBC connection for TN says - Test of TN successful
Server Log
No model version information was available from the database.
TRANET: Loading system configuration
TRANET: Starting webMethods Trading Networks
WmTN: Startup service (wm.tn.admin:startup)
Loading WmTN package
Packages Loaded
Default
WmRoot
WmPublic
WmTN
WmFlatFile
Oracle DB Scripts run for user TN - create_TN_6-1_Oracle.sql
JDBC Pool
Driver Alias Definitions
Alias Name - OracleThinDriver
Driver Class Name - oracle.jdbc.driver.OracleDriver
Pool Alias Definitions
Alias Name - TN_POOL
Associated Driver Alias - OracleThinDriver
Database URL - jdbc:oracle:thin:@192.168.1.101:1521:TestDB
User Id - TN
–
Functional Alias Definitions
TN - Trading Networks Function - Associated Pool Alias (TN_POOL)
I believe you have run all the necessary DB scripts provided by webMethods.
I noticed in your Pool Alias Definitions:the Database URL should be in this syntax from 6.1
Database URL - jdbc:wm:oracle//192.168.1.101:1521;SID:TestDB
Or else
Use the webMethods provided DataDirect JDBC Driver that comes with IS6.1.
Here are the sample JDBC connection pool settings for TN,ProcessAudit,ISCoreAudit,XRef etc…
Pool Alias Definitions
Alias Name - TN_POOL
Alias Descriptio -TN_POOL
Associated Driver Alias -DataDirect Connect JDBC Oracle Driver
Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB
User Id - TN
…
Finally Test the JDBC connection pool,similarly all the pools.
The DataDirect driver bundles with IS6.1 standard installation.
Here is the DataDirect for Oracle (URL,Syntax)for JDBC Pools configuration.And i gave this info in my earlier mail too.
-----------------JDBC Pool Configuration-------------
Pool Alias Definitions
Alias Name - TN_POOL
Alias Descriptio -TN_POOL
Associated Driver Alias - DataDirect Connect JDBC Oracle Driver
Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB
User Id - TN
…
Finally Test the connection…
Same config applies for ISCoreAuditPool,ProcessAuditPool,XRefPool etc…
Make sure the Oracle server is up and also do check in the DB whether the created Oracle tables in TN are corrupted.If so then run drop
oracle script then run createTN6.1_oracle.sql from
IntegrationServer\common\db… and re-run the scripts again.
This problem happened for many users,and this is the only way of debugging and correct the problem.