Products | Versions |
---|---|
TIBCO Spotfire Advanced Data Services | 7.0.2 |
After installing TIBCO Spotfire Advanced Data Services 7.0.2 and installing the SAP JCO driver, you may notice that it works to create data sources towards SAP. Introspecting them and adding resources to the data source works. When you try to query one of these resources for data however, the following error is reported:
com.compositesw.cdms.webapi.WebapiException: Cache for "/shared/Folder/DataSourceName" failed to refresh with reason: Could not initialize class com.compositesw.cdms.ds.sap.table.SAPTableResult
Cache for "/shared/Folder/DataSourceName" failed to refresh with reason: Could not initialize class com.compositesw.cdms.ds.sap.table.SAPTableResult
at com.compositesw.server.cache.DefaultCacheManager.waitForCacheToBeLoaded(DefaultCacheManager.java:654)
at com.compositesw.server.cache.DefaultCacheManager.waitForCacheToBeLoaded(DefaultCacheManager.java:529)
at com.compositesw.server.cache.DefaultCacheManager.waitForCacheToBeLoaded(DefaultCacheManager.java:526)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
...