we are facing a very strange error with our configuration manager. Restarting the config manager also doesnt help.
Have any one faced this problem before,
we r running Message Broker V 6.1.0.5 on AIX server.
Below is the error taken from Syslog
Quote:
Sep 2 11:09:03 barb020c WebSphere Broker v6105[1061096]: (ABCDCM)[1]BIP1205E: Unexpected exception accessing configuration repository; exception text: 'The conglomerate (960) requested does not exist.'. : ABCDCM.agent: /build/S610_P/src/DataFlowEngine/NativeTrace/ImbNativeTrace.cpp: 739: ConfigurationManager.initialize: :
Below is the error captured while restarting the config manager
Quote:
DBManager::handleSQLException:default Thu Sep 02 11:00:19 GMT+08:00 2010
Initial Exception; SQLState: 'XSAI2' errorCode: '30000' Msg: 'The conglomerate (960) requested does not exist.'
ERROR XSAI2: The conglomerate (960) requested does not exist.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.access.heap.HeapConglomerateFactory.readConglomerate(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.conglomCacheFind(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.findExistingConglomerate(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.openConglomerate(Unknown Source)
at org.apache.derby.impl.sql.execute.DDLConstantAction.lockTableForDDL(Unknown Source)
at org.apache.derby.impl.sql.execute.CreateIndexConstantAction.executeConstantAction(Unknown Source)
at org.apache.derby.impl.sql.execute.MiscResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source)
at com.ibm.broker.config.DBManager.<init>(DBManager.java:1317)
at com.ibm.broker.config.ConfigurationManager.initialize(ConfigurationManager.java:312)
It looks like the ConfigMgr is not able to access it's file based private repository.
Did you change something in the /var/mqsi file sytem?
Did someone decide that it would be "okay" to write a derby application that talked to the configmgr's private repository directly, rather than using the CMP API?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum