How to overcome resolve this exception in RRDI ?
Handler trace back:From the description, it seems that somewhere there is a properties file missing -- but from where ?
[the_dispatcher] com.cognos.pogo.handlers.performance.PerformanceIndicationHandler
[the_dispatcher] com.cognos.pogo.handlers.logic.ChainHandler
[service_lookup] com.cognos.pogo.handlers.engine.ServiceLookupHandler
[load_balancer] com.cognos.pogo.handlers.logic.ChainHandler
[lb_forwarder] com.cognos.p2plb.clerver.LoadBalanceHandler
[mdaChainHandler] com.cognos.pogo.handlers.logic.ChainHandler
[asyncMetadataServiceHandler] com.cognos.pogo.async.impl.AsyncHandler
[metadataServiceHandler] com.cognos.metadataService.bibusHandler.MDSRVHandler
Exception trace back:
Can't find resource for bundle java.util.PropertyResourceBundle, key MDSRVRequestInvoker.noResponse
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MDSRVRequestInvoker.noResponse
at java.util.ResourceBundle.getObject(ResourceBundle.java:421)
at java.util.ResourceBundle.getString(ResourceBundle.java:435)
....
I have re-installed RRDI 3x today to try to resolve this ( into a new empty folder, thanks for asking ... )
Thanks.
2 answers
Also what database are you using and is the db client 32-bit (and not 64-bit).
Check out this forum posting for users reporting a similar error in case their are commonalities with your env:
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=268985
Regards,
Ali
Comments
RRDI is 2.0.1
DB2 v9.7 --- copied libdb2.a into RRDI_DIR/cognos/bin (bounced WAS). I did this for the 3 previous successful RRDI install.
$ find /opt/IBM -name libdb2.a -ls
532250 70020 -r--r--r-- 1 root system 71700367 May 31 11:23 /opt/IBM/RRDI_jts02/cognos/bin/libdb2.a
697256 70020 -r--r--r-- 1 root system 71700367 May 30 15:58 /opt/IBM/RRDI_jts03/cognos/bin/libdb2.a
790633 70020 -r--r--r-- 1 root system 71700367 Jun 20 15:02 /opt/IBM/RRDI_jts05/cognos/bin/libdb2.a
13993 1 lrwxrwxrwx 1 root system 17 May 9 16:08 /opt/IBM/db2/V9.7/lib32/libdb2.a -> ../lib64/libdb2.a
14026 70020 -r--r--r-- 1 bin bin 71700367 May 9 16:14 /opt/IBM/db2/V9.7/lib64/libdb2.a
DB2 instances are 64 bit since DB2 9 (no choice)