Greetings All,
I am using wM9.6. I have been using it for last 1 month with out issues. From last week i have been facing the below error which is stopping IS to start up.
Information in IS Logs:
2014-12-18 09:11:17 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for CentralUsers functional alias, check configuration.
2014-12-18 09:11:34 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for DocumentHistory functional alias, check configuration.
2014-12-18 09:11:52 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for ISCoreAudit functional alias, check configuration.
2014-12-18 09:12:08 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for ISInternal functional alias, check configuration.
2014-12-18 09:12:28 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for ProcessAudit functional alias, check configuration.
2014-12-18 09:12:46 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for ProcessEngine functional alias, check configuration.
2014-12-18 09:13:07 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for TN functional alias, check configuration.
2014-12-18 09:13:26 IST [ISS.0096.0001C] JDBCConnectionManager: initialization failed for Xref functional alias, check configuration.
2014-12-18 09:13:26 IST [ISS.0025.0024I] JDBC Connection Manager started
2014-12-18 09:13:45 IST [ISS.0095.9998E] AuditLogManager Exception: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-12514 Connection refused, the specified service name (orcl) was not recognized by the Oracle server.
com.wm.dd.jdbc.oraclebase.ddej: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-12514 Connection refused, the specified service name (orcl) was not recognized by the Oracle server.
at com.wm.dd.jdbc.oraclebase.ddcq.b(Unknown Source)
Information in Command console where batch is been kicked-off.
WARNING: Failed to process OOB file-change event on file ‘E:\wM96\profiles\IS_default\configuration\org.eclipse.equinox.app.manager.tmp3613836382368954854.instance’
Dec 18, 2014 9:11:38 AM com.webMethods.sc.config.ConfigurationLogger log
WARNING: Failed to process OOB file-change event on file ‘E:\wM96\profiles\IS_default\configuration\org.eclipse.core.runtime.manager.tmp4815754538329511428.instance’
Dec 18, 2014 9:13:26 AM com.webMethods.sc.config.ConfigurationLogger log
INFO: Out-of-band file changes will be monitored every ‘60000’ milliseconds
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:E:/wM96/common/lib/ext/slf4j-log4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
and I am able to successfully log-in to db and able to see it is using service name as orcl
SQL> select * from global_name;
GLOBAL_NAME
ORCL
SQL> SELECT host_name, instance_name FROM v$instance;
HOST_NAME
INSTANCE_NAME
ABDUL-PC
orcl
SQL> select instance_name from v$instance;
INSTANCE_NAME
orcl
SQL>
I tried to copy JDBC folders ( driver,function & pool )from backup directory to config but still of no use. Kindly help me what could be the problem and how to resolve it.
Thanks a bunch in advance.