Skip to content

Instantly share code, notes, and snippets.

View zacck-zz's full-sized avatar
Lemur Heavy

Zacck Osiemo zacck-zz

Lemur Heavy
View GitHub Profile
@zacck-zz
zacck-zz / log
Created November 12, 2016 13:47
Raw Log
Beginning deployment of HEAD (89724db016e5fe68a3463a57839f4603ee222df1) without migration.
(/usr/local/ey_resin/ruby/bin/gem list engineyard-serverside | grep 'engineyard-serverside ' | egrep -q '2\.6\.10[,)]') || (sudo sh -c 'cd `mktemp -d` && /usr/local/ey_resin/ruby/bin/gem install engineyard-serverside --no-rdoc --no-ri -v 2.6.10')
/usr/local/ey_resin/ruby/bin/engineyard-serverside _2.6.10_ deploy --account-name nodeknockout-345 --app vibehive --config '{"input_ref":"HEAD","deployed_by":"Isaac Osiemo"}' --environment-name vibehive --framework-env production --git [email protected]:rumblex/nodeknockout2016-vibehive.git --instance-roles ec2-54-235-25-119.compute-1.amazonaws.com:solo --instances ec2-54-235-25-119.compute-1.amazonaws.com --no-migrate --ref 89724db016e5fe68a3463a57839f4603ee222df1 --stack nginx_nodejs --verbose
+ 00s Initializing engineyard-serverside 2.6.10.
+ 00s ~> Verifying and propagating engineyard-serverside 2.6.10 to all servers.
+ 00s $ (ssh -i /home/deploy/.ssh/in
Hash: 63da941fdabfd51306df
Version: webpack 2.1.0-beta.24
Time: 9323ms
Asset Size Chunks Chunk Names
bundle.js 4.62 kB 0 [emitted] js
vendor.bundle.js 1.73 MB 1 [emitted] vendor
[157] multi vendor 28 bytes {1} [built]
+ 157 hidden modules
ERROR in ./app.jsx
module: {
rules: [
{
test: /\.(js|jsx)$/,
exclude: /(node_modules)/,
use: [
'babel-loader'
],
options: { //parse the files through react
presets: ['react', 'es2015', 'stage-0']
/Users/zacck/.nvm/versions/node/v6.0.0/lib/node_modules/webpack/lib/RuleSet.js:143
throw new Error("options/query cannot be used with loaders");
^
Error: options/query cannot be used with loaders
at Function.RuleSet.normalizeRule (/Users/zacck/.nvm/versions/node/v6.0.0/lib/node_modules/webpack/lib/RuleSet.js:143:9)
at /Users/zacck/.nvm/versions/node/v6.0.0/lib/node_modules/webpack/lib/RuleSet.js:85:19
at Array.map (native)
at Function.RuleSet.normalizeRules (/Users/zacck/.nvm/versions/node/v6.0.0/lib/node_modules/webpack/lib/RuleSet.js:84:16)
at new RuleSet (/Users/zacck/.nvm/versions/node/v6.0.0/lib/node_modules/webpack/lib/RuleSet.js:77:23)
const webpack = require('webpack');
const path = require('path');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const nodeEnv = process.env.NODE_ENV || 'development';
const isProd = nodeEnv === 'production';
module.exports = {
devtool: process.env.NODE_ENV === 'production' ? undefined : 'cheap-module-eval-source-map',
var webpack = require('webpack');
var path = require('path');
var envFile = require('node-env-file');
//enviroment variable
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
//load env file using process.env
try {
localhost/:38 Uncaught TypeError: Cannot read property 'database' of undefined
at eval (eval at <anonymous> (http://localhost:3000/bundle.js:9:10780), <anonymous>:38:59)
at Object.<anonymous> (http://localhost:3000/bundle.js:9:10780)
at e (http://localhost:3000/vendor.bundle.js:1:101)
at eval (eval at <anonymous> (http://localhost:3000/bundle.js:9:80), <anonymous>:11:14)
at Object.<anonymous> (http://localhost:3000/bundle.js:9:80)
at e (http://localhost:3000/vendor.bundle.js:1:101)
at eval (eval at <anonymous> (http://localhost:3000/bundle.js:43:6997), <anonymous>:16:16)
at Object.<anonymous> (http://localhost:3000/bundle.js:43:6997)
at e (http://localhost:3000/vendor.bundle.js:1:101)
Filter transform
Transforms equirectangular input video to the other format.
Inputs:
#0: default (video)
Outputs:
#0: default (video)
transform AVOptions:
w <string> ..FV.... Output video width (default "0")
width <string> ..FV.... Output video width (default "0")
h <string> ..FV.... Output video height (default "0")
Connecting to ElasticSearch host localhost:9200
bundle.js:97 Mixed Content: The page at 'https://backendjtx.herokuapp.com/#/?_k=f9t67d' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://localhost:9200/'. This request has been blocked; the content must be served over HTTPS.r.request @ bundle.js:97
bundle.js:97 XMLHttpRequest cannot load http://localhost:9200/. Failed to start loading.r.request @ bundle.js:97
bundle.js:97 ERROR: 2016-12-15T06:30:15Z
Error: Request error, retrying
HEAD http://localhost:9200/ => Request failed to complete.
at r.error (https://backendjtx.herokuapp.com/bundle.js:96:29460)
at o (https://backendjtx.herokuapp.com/bundle.js:87:6468)
at XMLHttpRequest.r.onreadystatechange (https://backendjtx.herokuapp.com/bundle.js:97:9473)
at r.request (https://backendjtx.herokuapp.com/bundle.js:97:9506)
var webpack = require('webpack');
var path = require('path');
var OfflinePlugin = require('offline-plugin');
module.exports = {
//find this file and start from there
entry: [
'script!jquery/dist/jquery.min.js',
'script!foundation-sites/dist/foundation.min.js',
'./app/app.jsx'