cancel
Showing results for 
Search instead for 
Did you mean: 

Commerce Suite 6.3 product stock bug in Backoffice

Former Member
0 Kudos

Hi,

When I view a product through the Backoffice, specifically the stock tab, I receive this error on the console:

ERROR [hybrisHTTP38] [DefaultWidgetInstanceManager] Error during send output java.lang.IllegalArgumentException: Object cannot be null at com.hybris.cockpitng.core.util.Validate.notNull(Validate.java:84) ~[cockpitcore-6.3.0.0-RC9.jar:?] at com.hybris.cockpitng.dataaccess.facades.type.impl.DefaultTypeFacade.getType(DefaultTypeFacade.java:65) ~[cockpit-data-integration-6.3.0.0-RC9.jar:?] at de.hybris.platform.commerceservices.backoffice.controllers.TypeAwareSelectionAdapterController.adjustForNavigationNode(TypeAwareSelectionAdapterController.java:29) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92] at com.hybris.cockpitng.util.WidgetControllers.fireEvent(WidgetControllers.java:338) ~[cockpitframework-6.3.0.0-RC9.jar:?]

This is consistent with any product I choose and is accompanied by a pop up screen with similar error message. Any suggestions?

Thanks,

HanSon

Former Member
0 Kudos

Hi,

There seems to be a mention in the error about some null values and they fail to be validated. Does the same thing happen to new product if you create one now? Did you create some validator or otherwise set some validation before it started?

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Guys,

This error is solved on version 6.4 but there is a resolution here

Former Member
0 Kudos

Add the cockpit extension in the localextensions.xml file

This should work.

Former Member
0 Kudos

I have the same issue in OOTB, even for new created product.