marklogic-community / roxy

Deployment tool for MarkLogic applications. Also provides optional unit test and XQuery MVC structure
Other
87 stars 66 forks source link

Deploy modules fails with Error 400: bad request #855

Closed alan-johnson closed 6 years ago

alan-johnson commented 6 years ago

Thank you for submitting an issue!

If this is a bug, please use the bug template below. If this is an enhancement request, please use the RFE template below. Before submitting your issue, please do us a favor and search currently open issues. If your issue already exists, please make a comment there advocating your issue be addressed sooner.

Bug Template

The issue

Upgrade from ML7 to ML8.0-7.1 on AWS. Once the instance is created, upgraded Roxy to "dev" branch. Change server version in build.properties from 7 to 8. Changed rewriter.xqy in url-rewriter to "/MarkLogic/rest-api/rewriter.xml". Bootstrap works fine. "ml restart" returns a 404 error. "ml deploy modules" returns the following error:

MacPro-3670:healthforum-master-new ajohnson$ ./ml dev deploy modules ERROR: 400 "BAD_REQUEST" ERROR:

I'm trying to deploy at a customer site. Can't proceed until I resolve this. Just to add context to the issue.

What are the steps to reproduce the problem?

  1. One
  2. Two
  3. Three

Tech Specs

Which Operating System are you using? Mac OSX

Which version of MarkLogic are you using? 8.0-7.1

Which version of Roxy are you using (see version.txt)? October-2017-dev

RFE Template

The RFE

Short description of the problem:

Your business use case. How much time would this save you? Can you currently work around this missing feature?

Timeframe : How urgently do you feel you need this RFE addressed? Why?

grtjn commented 6 years ago

Hi @alan-johnson, were you able to resolve the issue?

alan-johnson commented 6 years ago

The issue, ultimately, was configuration changes between MarkLogic 7 and MarkLogic 8. The issue was resolved.