Error while implementing Autoform in meteor - meteor

I received the following error while implementing the tested code of autoform. The clone runs fine. I have installed the package: aldeed. Where is the mistake?
Error: Invalid definition for firstName field.
W20150407-15:40:16.988(5.5)? (STDERR) at packages/aldeed:simple-schema/simple-schema.js:62:1
W20150407-15:40:16.988(5.5)? (STDERR) at Function._.each._.forEach (packages/underscore/underscore.js:113:1)
W20150407-15:40:16.988(5.5)? (STDERR) at [object Object].SimpleSchema (packages/aldeed:simple-schema/simple-schema.js:59:1)
W20150407-15:40:16.988(5.5)? (STDERR) at app/common/1_schemas.js:5:18
W20150407-15:40:16.988(5.5)? (STDERR) at app/common/1_schemas.js:123:3
W20150407-15:40:16.988(5.5)? (STDERR) at /home/garima.wadhera/autoform/.meteor/local/build/programs/server/boot.js:222:10
W20150407-15:40:16.989(5.5)? (STDERR) at Array.forEach (native)
W20150407-15:40:16.989(5.5)? (STDERR) at Function._.each._.forEach (/root/.meteor/packages/meteor-tool/.1.1.2.2ai5r5++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150407-15:40:16.989(5.5)? (STDERR) at /home/garima.wadhera/autoform/.meteor/local/build/programs/server/boot.js:117:5

Related

Meteor redis-oplog with accounts-meld error

So I just added redis-oplog to my project
https://github.com/cult-of-coders/redis-oplog
meteor add cultofcoders:redis-oplog
meteor add disable-oplog
With its default settings
And I get this error
W20180226-10:52:11.373(4)? (STDERR) Error: use "new" to construct a Mongo.Collection
W20180226-10:52:11.374(4)? (STDERR) at new Mongo.Collection (packages/mongo/collection.js:30:11)
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:116:15
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:702:4
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:751:4
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:764:3
W20180226-10:52:11.374(4)? (STDERR) at infos.forEach.info (/Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:414:13)
W20180226-10:52:11.374(4)? (STDERR) at Array.forEach (<anonymous>)
W20180226-10:52:11.375(4)? (STDERR) at /Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:413:9
W20180226-10:52:11.375(4)? (STDERR) at /Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:463:5
W20180226-10:52:11.375(4)? (STDERR) at Function.run (/Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/profile.js:510:12)
=> Exited with code: 1
There seems to be some conflicts with this package
https://github.com/splendido/meteor-accounts-meld
Did anybody encounter this before?
Just in case you haven't fixed this yet, did you edit .meteor/packages and move cultofcoders:redis-oplog to the top? Redis-oplog needs to be loaded before anything else that uses collections.

Running a meteoris app crashes

When I'm learning meteor, I download an example app from github, but when I run it, I get a crash like this:
W20160624-09:37:06.645(8)? (STDERR)
=> Exited with code: 8
W20160624-09:37:06.770(8)? (STDERR) /Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:267
W20160624-09:37:06.770(8)? (STDERR) throw(ex);
W20160624-09:37:06.770(8)? (STDERR) ^
W20160624-09:37:06.770(8)? (STDERR) ReferenceError: meteorInstall is not defined
W20160624-09:37:06.770(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:21:15
W20160624-09:37:06.770(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:574:3
W20160624-09:37:06.771(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:283:10
W20160624-09:37:06.771(8)? (STDERR) at Array.forEach (native)
W20160624-09:37:06.771(8)? (STDERR) at Function._.each._.forEach (/Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20160624-09:37:06.771(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:133:5
W20160624-09:37:11.188(8)? (STDERR)
W20160624-09:37:11.189(8)? (STDERR) /Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:267
W20160624-09:37:11.189(8)? (STDERR) throw(ex);
W20160624-09:37:11.189(8)? (STDERR) ^
W20160624-09:37:11.203(8)? (STDERR) ReferenceError: meteorInstall is not defined
W20160624-09:37:11.203(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:21:15
W20160624-09:37:11.203(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:574:3
W20160624-09:37:11.203(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:283:10
W20160624-09:37:11.203(8)? (STDERR) at Array.forEach (native)
W20160624-09:37:11.203(8)? (STDERR) at Function._.each._.forEach (/Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20160624-09:37:11.204(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:133:5
=> Exited with code: 8
W20160624-09:37:14.763(8)? (STDERR)
W20160624-09:37:14.764(8)? (STDERR) /Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:267
W20160624-09:37:14.764(8)? (STDERR) throw(ex);
W20160624-09:37:14.764(8)? (STDERR) ^
W20160624-09:37:14.779(8)? (STDERR) ReferenceError: meteorInstall is not defined
W20160624-09:37:14.780(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:21:15
W20160624-09:37:14.780(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/packages/meteoris_user.js:574:3
W20160624-09:37:14.780(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:283:10
W20160624-09:37:14.781(8)? (STDERR) at Array.forEach (native)
W20160624-09:37:14.781(8)? (STDERR) at Function._.each._.forEach (/Users/luke/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20160624-09:37:14.781(8)? (STDERR) at /Users/luke/WebstormProjects/chat/.meteor/local/build/programs/server/boot.js:133:5
=> Exited with code: 8
Any idea how to fix this? Thank you very much.

Meteor - errors after upgrading

Hi received the following error after upgrading to latest version:
W20150112-12:30:33.785(-5)? (STDERR)
W20150112-12:30:33.788(-5)? (STDERR) /Users/chazmee/.meteor/packages/meteor-tool/.1.0.37.1c4ifox++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173
W20150112-12:30:33.788(-5)? (STDERR) throw(ex);
W20150112-12:30:33.788(-5)? (STDERR) ^
W20150112-12:30:33.789(-5)? (STDERR) ReferenceError: Router is not defined
W20150112-12:30:33.789(-5)? (STDERR) at app/lib/router.js:1:36
W20150112-12:30:33.789(-5)? (STDERR) at app/lib/router.js:69:3
W20150112-12:30:33.789(-5)? (STDERR) at /Users/chazmee/placelist/.meteor/local/build/programs/server/boot.js:175:10
W20150112-12:30:33.789(-5)? (STDERR) at Array.forEach (native)
W20150112-12:30:33.790(-5)? (STDERR) at Function..each..forEach (/Users/chazmee/.meteor/packages/meteor-tool/.1.0.37.1c4ifox++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150112-12:30:33.790(-5)? (STDERR) at /Users/chazmee/placelist/.meteor/local/build/programs/server/boot.js:86:5
=> Exited with code: 8
Based on the error, it looks like you have a Router declaration, but it isn't defined. I would recommend installing iron router:
meteor add iron:router
Then reload your app.

running old meteor app on new version

I have implemented some time ago small app in meteor framework. It was in time when meteor was in alpha stage.
Now trying to run that app on my local with new meteor and have following issue.
W20150103-00:59:21.595(1)? (STDERR)
W20150103-00:59:21.665(1)? (STDERR) /home/priv/.meteor/packages/meteor-tool/.1.0.38.ieqxkv++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173
W20150103-00:59:21.666(1)? (STDERR) throw(ex);
W20150103-00:59:21.666(1)? (STDERR) ^
W20150103-00:59:21.666(1)? (STDERR) TypeError: Object # has no method 'methods'
W20150103-00:59:21.666(1)? (STDERR) at Accounts.urls (packages/accounts-base/accounts_server.js:422:1)
W20150103-00:59:21.666(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/packages/accounts-base.js:1614:4
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/packages/accounts-base.js:1657:3
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/boot.js:175:10
W20150103-00:59:21.667(1)? (STDERR) at Array.forEach (native)
W20150103-00:59:21.667(1)? (STDERR) at Function..each..forEach (/home/priv/.meteor/packages/meteor-tool/.1.0.38.ieqxkv++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/boot.js:86:5
=> Exited with code: 8
W20150103-00:59:23.876(1)? (STDERR)
The problem seems to be in accounts-base package but not sure how to solve that.
Thank you for your help.

Getting this error after updating Meteor

Ijust updgraded Meteor to the latest version and now when I run my app I get this error
TypeError: Object [object Object] has no method 'reove'
W20140109-22:53:08.415(-5)? (STDERR) at server/config.coffee:4:34
W20140109-22:53:08.416(-5)? (STDERR) at
app/server/config.coffee.js:29:3 W20140109-22:53:08.416(-5)? (STDERR)
at
/Volumes/Dev/Development/projects/pipevine/shingle/.meteor/local/build/programs/server/boot.js:155:10
W20140109-22:53:08.416(-5)? (STDERR) at Array.forEach (native)
W20140109-22:53:08.417(-5)? (STDERR) at Function..each..forEach
(/Volumes/Dev/Users/harjitsingh/.meteor/tools/09b63f1ed5/lib/node_modules/underscore/underscore.js:79:11)
W20140109-22:53:08.417(-5)? (STDERR) at
/Volumes/Dev/Development/projects/pipevine/shingle/.meteor/local/build/programs/server/boot.js:82:5
I think you misspelled 'remove' in 'server/config.coffee' on line 4.

Resources