question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Silent fail on setup/deploy

See original GitHub issue

Hey,

originally I was using old mup, later on I switched to mupx and now when I started working on a new project in Meteor 1.4.x I needed a way to deploy to our servers.

Since mupx is using hardcoded docker image I decided to switched to this branch. Sadly when I try to setup/deploy mup fails silently without any message, I used the same settings I did in previous projects.

I’m using Windows 10, npm v3.10.7 and mup v1.0.3.

Here is the mup.js file

module.exports = {
  servers: {
    one: {
      host: '{host}',
      username: '{username}',
      pem: 'private.ppk'
    }
  },

  meteor: {
    name: 'et',
    path: 'C:\\Users\\X\\Projects\\Y',
    servers: {
      one: {}
    },
    buildOptions: {
      serverOnly: true,
    },
    env: {
      ROOT_URL: '{host}',
      PORT: 3004,
      MONGO_URL: 'mongodb://localhost/meteor'
    },
    //dockerImage: 'kadirahq/meteord'
    deployCheckWaitTime: 60
  },

  mongo: {
    oplog: true,
    port: 27017,
    servers: {
      one: {},
    },
  },
};

Any ideas how to identify the issue?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
pikauspcommented, Sep 16, 2016

Since I was really lost I did some ‘log debugging’ and there are 2 problems

First problem was not being able to run mup from the directory mup.js is located at. I “fixed” this by going to project directory and passing the config path mup setup --config .deploy/mup.js I wasn’t able to locate the root of this issue.

0reactions
zoderncommented, Feb 11, 2017

A few situations where it fails silently have been fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Silent installation failed when running from System Account
I am trying to install an application silently through SCCM but it does not work for Win7. I am getting the below error....
Read more >
meteor - Silent fail on setup/deploy - Stack Overflow
I've had issues with the kadirahq version of mup, and decided to switch to mupx. i made sure to change the docker image...
Read more >
Deployment installation failed in Silent mode for AutoCAD ...
Issue: Installation fails when you install AutoCAD Electrical 2020 and newer in a silent mode deployment. User-added image. Environment:.
Read more >
Unable to deploy script installation with Package
I have a setup script to silent install a application using Windows installShield silent response ... The task sequence deployment failed.
Read more >
Silent install works outside of SCCM but fails when deployed
I see the command line being executed in AppEnforce.log exactly as I've done on the test machine, but it's still failing. here's the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found