cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting below exception regarding rebean.wi jar

Former Member
0 Kudos
263

I am getting error due to logonWithSerializedSession() method wchich is present in webi_client_toolkit jar.

Thu Jun 22 13:36:40 PDT 2017: SEVERE: Unable to login to CMS! com.businessobject s.sdk.core.CoreException: Unable to create an instance of class 'interface com.b usinessobjects.rebean.wi.services.IConfigurationService' - Unable to login to CMS! com.businessobjects.sdk.core.CoreException: Unable to create an instance of clas s 'interface com.businessobjects.rebean.wi.services.IConfigurationService' at com.businessobjects.sdk.core.internal.guice.GenericFactory.create(Gen ericFactory.java:97) at com.businessobjects.sdk.core.Core.getService(Core.java:228) at com.businessobjects.sdk.core.Core.getService(Core.java:181) at com.businessobjects.rebean.wi.toolbox.services.ServiceProvider.getCon figurationService(ServiceProvider.java:53) at com.sap.webi.client.toolkit.services.ServicesHelper.getConfigurationS ervice(ServicesHelper.java:100) at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImp l.postLoginProcess(UserSessionCommonImpl.java:144) at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImp l.logonWithSerializedSession(UserSessionCommonImpl.java:64) at com.sap.webi.client.toolkit.internal.usersession.UserSessionDHTMLImpl .logonWithSerializedSession(UserSessionDHTMLImpl.java:24) at com.sap.webi.client.toolkit.SessionContext.logonWithSerializedSession (SessionContext.java:103) at com.ericsson.eniq.boutilities.CmsHandler.getReportNames(CmsHandler.ja va:149) at com.ericsson.eniq.boutilities.CmsHandler.loginToCms(CmsHandler.java:1 05) at com.ericsson.eniq.ENIQRPerformanceTester.loadTestConfig(ENIQRPerforma nceTester.java:306) at com.ericsson.eniq.ENIQRPerformanceTester.main(ENIQRPerformanceTester. java:114) Caused by: com.google.inject.ConfigurationException: Missing binding to com.busi nessobjects.rebean.wi.services.IConfigurationService. at com.google.inject.InjectorImpl.getProvider(InjectorImpl.java:696) at com.google.inject.InjectorImpl.getProvider(InjectorImpl.java:689) at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:728) at com.businessobjects.sdk.core.internal.guice.GenericFactory.create(Gen ericFactory.java:95)

Accepted Solutions (0)

Answers (1)

Answers (1)

richard-zhao
Advisor
Advisor
0 Kudos

Hello, Bharath, According to your issue description. I think the exception is caused by using the wrong JDK version. Could you provide your JDK version for further investigation. Or I suggest that you could replace the current JDK version with JDK 1.6 to check it out if the issue could be fixed. thanks.