Hi everyone,
I have a problem about the file including InfoChart or Icon component.
It works properly when i execute the appllication locally.
However, it doesn't work in BI Launchpad with this message.
"Error while generating Web item. < parameterList>< param name="BI_COMMAND [...]"
This problem doesn't exist on other computers and i think it is originated from my computer.
Additionally, this problem will exist only files including Infochart and Icon components.
When i delete Infochart or Icon component from file,it also works fine in BI Launcpad.
Please advise,
Regards,
Deniz
ERROR(Full Message):
Error while generating Web item. < parameterList>< param name="BI_COMMAND_TYPE" value="CREATE_ITEM"/>< param name="INIT_PARAMETERS">< param name="LEFT_MARGIN" value="28"/>< param name="TOP_MARGIN" value="48"/>< /param>< param name="NAME" value="INFOCHART_1"/>< param name="TYPE" value="COM_SAP_IP_BI_INFOCHART"/>< /parameterList>
ROOT:
while trying to invoke the method com.sap.ip.bi.zen.rt.components.sdk.md.SdkLayoutItem.getJsHandlerType() of a null object loaded from field com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.mdItem of an object loaded from local variable 'this'
java.lang.NullPointerException: while trying to invoke the method com.sap.ip.bi.zen.rt.components.sdk.md.SdkLayoutItem.getJsHandlerType() of a null object loaded from field com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.mdItem of an object loaded from local variable 'this' at com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.createControl(SdkComponent.java:80) at com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.doUiItemInit(SdkComponent.java:49) at com.sap.ip.bi.bundle.zen.rt.components.infochart.InfoChartSdkComponent.doUiItemInit(InfoChartSdkComponent.java:61) at com.sap.ip.bi.webapplications.ui.items.UiItem.doInit(UiItem.java:262) at com.sap.ip.bi.webapplications.runtime.object.page.impl.PageObject.doInit(PageObject.java:329) [...]
