MarkLogic Samplestack installation issue (Execution failed for task ':dbTeardown') -
i'm trying install samplestack application ml8.02 on os x 10.10.3.
following instructions, goes until gulp once --browser=chrome
step. generates execution failed task ':dbteardown' error, leading "the samplestack environment may not configured." message.
according installation manual, step needs called "local samplestack repository root directory". different "marklogic-samplestack directory" in previous steps? if so, should look?
not knowing do, used marklogic-samplestack-master (root downloaded zip) , got following console error message. advice how solve this?
[16:55:06] warning: gulp version mismatch: [16:55:06] global gulp 3.9.0 [16:55:06] local gulp 3.8.11 [16:55:07] using gulpfile ~/downloads/marklogic-samplestack-master/gulpfile.js [16:55:07] starting 'once'... [16:55:08] starting 'clean'... [16:55:08] starting 'middle-tier-start'... reconfiguring database, starting app server ./gradlew dbinit --no-daemon [16:55:08] finished 'clean' after 189 ms [16:55:08] starting 'bower-files'... [16:55:09] finished 'bower-files' after 440 ms [16:55:09] starting 'build'... .[16:55:10] processing files ...[16:55:13] saw 221 files ....[16:55:13] finished 'build' after 4.29 s (many dots) ./gradlew dbteardown --no-daemon ........................................... : .. failure: build failed exception. * went wrong: execution failed task ':dbteardown'. > failed teardown. check environment before proceeding. * try: run --stacktrace option stack trace. run --info or --debug option more log output..... [16:58:47] detected middle tier started preparations complete [16:58:47] 'middle-tier-start' errored after 3.63 min [16:58:47] error: exit code: 1 @ childprocess.<anonymous> (/users/matthijs/downloads/marklogic-samplestack-master/shared/js/dev-tasks/e2e/middletierjava.js:53:17) @ childprocess.emit (events.js:98:17) @ maybeclose (child_process.js:756:16) @ process.childprocess._handle.onexit (child_process.js:823:5) error(s) occurred. samplestack environment may not configured. [16:58:47] 'once' errored after 3.65 min [16:58:47] error: 1 @ formaterror (/users/matthijs/.node/lib/node_modules/gulp/bin/gulp.js:169:10) @ gulp.<anonymous> (/users/matthijs/.node/lib/node_modules/gulp/bin/gulp.js:195:15) @ gulp.emit (events.js:95:17) @ gulp.orchestrator._emittaskdone (/users/matthijs/downloads/marklogic-samplestack-master/node_modules/gulp/node_modules/orchestrator/index.js:264:8) @ /users/matthijs/downloads/marklogic-samplestack-master/node_modules/gulp/node_modules/orchestrator/index.js:275:23 @ finish (/users/matthijs/downloads/marklogic-samplestack-master/node_modules/gulp/node_modules/orchestrator/lib/runtask.js:21:8) @ cb (/users/matthijs/downloads/marklogic-samplestack- master/node_modules/gulp/node_modules/orchestrator/lib/runtask.js:29:3) @ childprocess.ondone (/users/matthijs/downloads/marklogic-samplestack-master/shared/js/dev-tasks/tasks/once.js:38:20) @ childprocess.emit (events.js:117:20) @ process.childprocess._handle.onexit (child_process.js:810:12)
run same problem following guide , trying skip set java middle tier , database tier gradle step in order configure node.js-based middle tire only.
it can seen log gradle used during first-time setup step. followed first link above , far second paragraph goes
if have secured marklogic, need update gradle.properties admin credentials used during install , setup process.
hope helps.
Comments
Post a Comment