Hello everyone,
I have some experience with XCelsius and now trying to learn Design Studio 1.3. I did well so far until I tried to create a data source to play with it.
I used the sample eFashion database and created universe on my server. I can see the universe connection but when I clicked on edit query specification, my design studio froze for very long time then return error "Failed to initialize Query Panel (see error log for details)(see screenshot DesignStudioError.png)
I checked the error log and it seemed like design studio can't connect to the data source on the server. I have checked the CMC and all server seem running (see ServerScreenShot.png). I also tried connect and do query with information design tool which had no problem (see IDTscreenshot.png).
For a couple off days now I am trying to troubleshoot it with no luck.
Anyone have an idea how to fix this problem?
Thanks in advance.
Here is the error log :
ENTRY com.sap.ip.bi.zen.ui 4 0 2014-07-16 13:47:12.589
!MESSAGE Failed to initialize Query Panel
!STACK 0
com.businessobjects.dsl.services.workspace.impl.WorkspaceException: Unable to retrieve the datasource configuration : com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
detail:Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:437)
at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.createInitialDataSource(QuerySpecDataProvider.java:609)
at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.finalizeCreation(QuerySpecDataProvider.java:852)
at com.businessobjects.dsl.services.workspace.impl.AbstractBuiltInDataProviderBuilder.buildDataProvider(AbstractBuiltInDataProviderBuilder.java:36)
at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createDataProviderWithUniverse(DataProviderFactory.java:190)
at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createAndAddDataProvider(DataProviderFactory.java:108)
at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:83)
at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:45)
at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createQueryPanelContext(QueryPanelDialog.java:137)
at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createDialogArea(QueryPanelDialog.java:101)
at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.createContents(ZenTrayDialog.java:63)
at org.eclipse.jface.window.Window.create(Window.java:432)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:110)
at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClickedInternal(DataSourceDialogController.java:158)
at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$1.run(DataSourceDialogController.java:147)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClicked(DataSourceDialogController.java:144)
at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane.editQueryButtonClicked(DataSourceSelectionPane.java:253)
at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane$6.widgetSelected(DataSourceSelectionPane.java:233)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
at org.eclipse.jface.window.Window.open(Window.java:802)
at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
at com.sap.ip.bi.zen.ui.internal.commands.AddDataSourceHandler.execute(AddDataSourceHandler.java:22)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:401)
at com.sap.ip.bi.zen.ui.ZenUiPlugin.executeCommand(ZenUiPlugin.java:382)
at com.sap.ip.bi.zen.ui.internal.outline.AddDataSourceAliasAction.run(AddDataSourceAliasAction.java:22)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Caused by: com.businessobjects.mds.services.solver.ConnectionSolverException: Unable to retrieve the datasource configuration : com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
detail:Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:238)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solve(AbstractConnectionSolver.java:136)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:151)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:147)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:143)
at com.businessobjects.mds.services.helpers.DataFoundationHelper.getConnection(DataFoundationHelper.java:892)
at com.businessobjects.mds.services.helpers.DataFoundationHelper.isErpDataFoundation(DataFoundationHelper.java:2896)
at com.businessobjects.mds.services.helpers.UniverseHelper.isErpUniverse(UniverseHelper.java:1554)
at com.businessobjects.dsl.services.datasource.DataSourceFactory.createQueryCapability(DataSourceFactory.java:286)
at com.businessobjects.dsl.services.datasource.DataSourceFactory.fillQueryCapability(DataSourceFactory.java:959)
at com.businessobjects.dsl.services.datasource.DataSourceFactory.getDataSource(DataSourceFactory.java:839)
at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSourceFromUniverse(AbstractDataProviderWithUniverse.java:572)
at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.retrieveDataSource(AbstractDataProviderWithUniverse.java:542)
at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.buildDataSource(AbstractDataProviderWithUniverse.java:448)
at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:432)
... 76 more
Caused by: com.sap.connectivity.cs.core.CSError: Unable to retrieve the datasource configuration : com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
detail:Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getDataSourceConfig(ConnectionServer.java:309)
at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getNetworkAliases(ConnectionServer.java:269)
at com.sap.connectivity.cs.core.Environment.resolveAlias(Environment.java:326)
at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:527)
at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:504)
at com.sap.connectivity.cs.api.trace.EnvironmentLogger.CreateConnectionManager(EnvironmentLogger.java:368)
at com.businessobjects.mds.services.relational.CsService.getAuthenticationMode(CsService.java:180)
at com.businessobjects.mds.services.relational.CsService.addCredentialInfo(CsService.java:485)
at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:235)
... 90 more
Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
detail:Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:140)
at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:183)
at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedServiceFromServer(SvcFactoryBase.java:86)
at com.sap.connectivity.cs.remoting.corba.svchelpers.ConfigurationSvcFactory.getServiceFromServer(ConfigurationSvcFactory.java:48)
at com.sap.connectivity.cs.remoting.corba.svchelpers.ConfigurationLookup.getService(ConfigurationLookup.java:55)
at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getDataSourceConfig(ConnectionServer.java:278)
... 98 more
Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS WIN-DGP9PABN6VJ:6400 and cluster @WIN-DGP9PABN6VJ:6400 with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
at com.crystaldecisions.enterprise.ocaframework.ServerController.validateServer(ServerController.java:417)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.validateServer(ServiceMgr.java:987)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateServer(ManagedSession.java:744)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:574)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:983)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:278)
at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:299)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody4(ServiceMgr.java:520)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody5$advice(ServiceMgr.java:512)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:1)
at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:164)
... 102 more