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

Datahub backoffice,Unable to see errors and failure in hybris6.6 backoffice .

Former Member
0 Likes
362

Datahub dashborad, backoffice,Unable to see errors and failure in hybris6.6 backoffice . 1. Getting internal server error and please try again later or contact your system administrator. In console : below is this is the error : java.lang.NoClassDefFoundError: org/apache/lucene/search/Query at com.hybris.datahub.client.DataFeedClient.getDataLoadingActions(DataFeedClient.java:125) ~[datahub-rest-client-6.6.0.0-RC3.jar:6.6.0.0-RC3] at com.hybris.datahub.client.DataFeedClient$$FastClassBySpringCGLIB$$2b5321fd.invoke() ~[?:?] Can any one provide me some help here ?

2nd error : Unable to publish the data in product .

Looks like some datahuboutbound error or some configuration is missing . using below properties in datahub server. # The base URL of the DataHub instance datahubadapter.datahuboutbound.url=http://localhost:8080/datahub-webapp/v1 datahubadapter.datahuboutbound.user=admin datahubadapter.datahuboutbound.password=nimda

Not sure what i am missing .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi

there is a simple fix for this.

include the extension " 'lucenesearch' "in localextensioninfo.xml. Then restnd run system update. It should work now .

Thanks and regards,

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks ,its working excepted .:)