issue on updating roxy for Marklogic 9.0-5

57 Views Asked by At

I am getting error while trying to run "ml upgrade --branch=master" in the command line for upgrading roxy 1.7.3 to get latest version of roxy.

ERROR: No such file or directory @ rb_sysopen - C:/Users/RKAR/AppData/Lo cal/Temp/2/d20180814-3552-126w2go/CHANGELOG.mdown

ERROR: ["C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.rb:1291:in initialize'", "C:/Ru by25-x64/lib/ruby/2.5.0/fileutils.rb:1291:inopen'", "C:/Ruby25-x64/lib/ruby/2. 5.0/fileutils.rb:1291:in copy_file'", "C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.r b:432:incopy_file'", "C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.rb:359:in block in cp'", "C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.rb:1463:inblock in fu_each_sr c_dest'", "C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.rb:1477:in fu_each_src_dest0' ", "C:/Ruby25-x64/lib/ruby/2.5.0/fileutils.rb:1461:infu_each_src_dest'", "C:/R uby25-x64/lib/ruby/2.5.0/fileutils.rb:358:in cp'", "C:/sample/Branch_phase2 /Branch_phase2/ml-services/mml-cms-app/deploy/lib/upgrader.rb:47:inupgrade _base'", "C:/sample/Branch_phase2/Branch_phase2/ml-services/mml-cms-app/ deploy/lib/upgrader.rb:77:in upgrade'", "deploy/lib/ml.rb:127:in'"]

1

There are 1 best solutions below

5
On

I think you are hitting https://github.com/marklogic-community/roxy/issues/802. The workaround is to change the extension of the CHANGELOG file before running upgrade.

HTH!