cancel
Showing results for 
Search instead for 
Did you mean: 

Data Hub : Failed to render widget.QuickUpload

Former Member
0 Kudos

Hello Experts ,

I've installed backoffice Data Hub cockpit (Hybris6.2), i tried to make a quick upload.but an error displayed on the screen Failed to render widget [id='datahubQuikUploadTab', definitionId='com.hybris.datahub.quickUpload', message='null'] Log description Thank you for your precious Help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Probably you have datahubbackoffice extension installed but not datahubadapter. Please check if datahubadapter and datahubbackoffice extensions are there in localextensions.xml or not. If not, please shut down the server, put the following line(s) in localextensions.xml, perform ant clean all and start the server:

 <extension name='datahubadapter' />
 <extension name='datahubbackoffice' />
Former Member
0 Kudos

Thank you very much Arvind, Appreciate your Help Yes, datahubadapter is missing I will perform the changes.

Former Member
0 Kudos

Is there any other changes to perform data hub backoffice cockpit ?

Former Member
0 Kudos

Welcome! Nothing else as of now but as you will keep integrating more items, you will need to add the corresponding extensions

Former Member
0 Kudos

thank you Arvind , How to include the whole datahub extensions ?

Former Member
0 Kudos

Please do not try to add all the datahub extensions now. It will unnecessary delay the build and server startup processes and you may face compilation/configuration issues. As I said, you will need to add the corresponding extensions when you try to integrate hybris for other scenarios. There are more than 100 such extensions e.g. as mentioned at https://help.hybris.com/6.3.0/hcd/8c47f518866910149542c93b20dbd0e2.html , https://help.hybris.com/6.3.0/hcd/c2f8f65152b9467695b54515e7456e39.html , https://help.hybris.com/6.3.0/hcd/8c48a5d986691014935ae1276dc793fa.html etc.

Answers (1)

Answers (1)

former_member623616
Contributor
0 Kudos

Have you added datahubadapter extension in your localextensions.xml file ?

Please try to add < extension name="datahubadapter"/> in your file and do ant clean all and check.

Thanks, Yaten

Former Member
0 Kudos

Thank you very much Yaten, Appreciate your Help datahubadapter is missing in localextensions I will perform the necessary changes.

Former Member
0 Kudos

I am getting below error. Failed to render widget [id='datahub_dashboard', definitionId='de.hybris.platform.datahubbackoffice.dashboardLayout', message='No composed type Datahub_Pool exists' though I have added

in localextensions.xml

Former Member
0 Kudos

Hi Rasika. Were you able to resolve this issue. I am facing this issue on Hybris 6.5.