cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

InboundSapB2BDocument null pointer sap commerce 2205

stefaniaZ
Participant
0 Kudos
906

Hi all,

I must integrate InboundSapB2BDocument.

I find the InboundSapB2BDocument in integration Object modelling, but when I select it, I have the follow exception:

Cannot invoke "de.hybris.platform.integrationservices.model.IntegrationObjectItemModel.getType()" because the return value of "de.hybris.platform.integrationservices.model.IntegrationObjectModel.getRootItem()" is null

at de.hybris.platform.integrationbackoffice.widgets.modeling.controllers.IntegrationObjectSelectorController.storeIntegrationObjectInModel(IntegrationObjectSelectorController.java:125) ~[integrationbackoffice.jar:?]

at de.hybris.platform.integrationbackoffice.widgets.modeling.controllers.IntegrationObjectSelectorController.integrationComboBoxOnChange(IntegrationObjectSelectorController.java:101) ~[integrationbackoffice.jar:?]

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]

at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]

at com.hybris.cockpitng.util.ViewAnnotationAwareComposer.invokeListenerMethod(ViewAnnotationAwareComposer.java:100) ~[cockpitframework-22.05.0-RC12.jar:?]

at com.hybris.cockpitng.util.DefaultWidgetController.invokeListenerMethod(DefaultWidgetController.java:175) ~[cockpitframework-22.05.0-RC12.jar:?]

at com.hybris.cockpitng.util.ViewAnnotationAwareComposer.lambda$applyEventListener$0(ViewAnnotationAwareComposer.java:117) ~[cockpitframework-22.05.0-RC12.jar:?]

at org.zkoss.zk.ui.AbstractComponent.onEvent(AbstractComponent.java:3179) ~[zk-8.6.3.jar:?]

at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3149) ~[zk-8.6.3.jar:?]

at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3091) ~[zk-8.6.3.jar:?]

at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:138) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.ui.impl.UiEngineImpl.processEvent(UiEngineImpl.java:1845) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.ui.impl.UiEngineImpl.process(UiEngineImpl.java:1617) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.ui.impl.UiEngineImpl.execUpdate(UiEngineImpl.java:1320) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.au.http.DHtmlUpdateServlet.process(DHtmlUpdateServlet.java:611) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.au.http.DHtmlUpdateServlet.doGet(DHtmlUpdateServlet.java:487) ~[zk-8.6.3.jar:8.6.3]

at org.zkoss.zk.au.http.DHtmlUpdateServlet.doPost(DHtmlUpdateServlet.java:495) ~[zk-8.6.3.jar:8.6.3]

at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) ~[servlet-api.jar:?]

at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[servlet-api.jar:?]

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[catalina.jar:8.5.78]

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[catalina.jar:8.5.78]

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-websocket.jar:8.5.78]

If I check the InboundSapB2BDocument IntegrationObject types , I see that in InboundSapB2BDocument missing the Root Item.

I execute the impex, but the problems is not resoved, and I do not understand the object that needed in root integration object item

How I do resolve this problem?

Thanks

Stefania

Accepted Solutions (1)

Accepted Solutions (1)

viktoru
Product and Topic Expert
Product and Topic Expert

You can set the root integration object item as following

Answers (0)