Posts

Showing posts with the label gradle

Not able to run Harmonize flow in Data Hub Framework MarkLogic

Not able to run Harmonize flow in Data Hub Framework MarkLogic I am trying to run Harmonize flow using Gradle in DHF and getting the below error- RESTAPI-SRVEXERR: (err:FOER0000) Extension Error: code: 404 message: Not Found document: The requested flow was not found 2018-06-29 11:57:22.627 Notice: in /marklogic.rest.resource/flow/assets/resource.xqy, at 72:14, 2018-06-29 11:57:22.627 Notice: in function() as item()*() [1.0-ml] 2018-06-29 11:57:22.627 Notice: $entity-name = "Order" 2018-06-29 11:57:22.627 Notice: $flow-name = "HarmonizeFlow" 2018-06-29 11:57:22.627 Notice: $flow-type = "harmonize" 2018-06-29 11:57:22.627 Notice: $flow = () Data Hub Framework version -2.0.4 MarkLogic Version-9.0.3 The files for harmonize flow has been created successfully but not able to run the flow. Any suggestions ? 2 Answers 2 have you deployed your modules with the mlLoadMo...

Android - Firebase Database Quickstart Gradle Project Sync Failed

Image
Android - Firebase Database Quickstart Gradle Project Sync Failed I am trying to build this project Firebase Database Quickstart, but I am facing error in App level build.gradle file. build.gradle Here is my error message By searching google and stackoverflow i found some solution then i add this 'com.google.android.gms:play-services-auth:15.0.1' line in my gradle file so my error reduces from 6 to 3. google stackoverflow 'com.google.android.gms:play-services-auth:15.0.1' Error message after adding this 'com.google.android.gms:play-services-auth:15.0.1' 'com.google.android.gms:play-services-auth:15.0.1' Now i am unable to fix this error. My Google Play services and Google Repository version is up to date and maven { url "https://maven.google.com" } is already added before in the project level build.gradle. maven { url "https://maven.google.com" } Here my App Level gradle file: apply plugin: 'com.android.application' c...