I'm using meteor deploy with a little test app, and I'm finding that it sort of works, but doesn't complain about anything in the logs, so I'm not sure what to do next.
For example, the home page doesn't render, while accounts-entry is able to render only the password field of the sign-up page (not the email one)! It's really quite weird.
I'm using the npm package to include a node module, however removing this doesn't seem to make any difference.
I'm not sure where to look next to debug this?
The code is here:
https://github.com/jimmytidey/observatory
The app is here:
http://test_observatory.meteor.com
The logs look absolutely normal I think:
[Sun Jan 05 2014 11:07:59 GMT+0000 (UTC)] INFO HIT / 46.65.36.129
[Sun Jan 05 2014 11:07:59 GMT+0000 (UTC)] INFO HIT /f1db89943c1358003f76977ed6df57e9adf2aaa2.css 46.65.36.129
[Sun Jan 05 2014 11:07:59 GMT+0000 (UTC)] INFO HIT /537d85f650bdfb82439bc7d0c9e073f7b16684d6.js 46.65.36.129
[Sun Jan 05 2014 11:07:59 GMT+0000 (UTC)] INFO HIT /f1db89943c1358003f76977ed6df57e9adf2aaa2.css 46.65.36.129
[Sun Jan 05 2014 11:08:00 GMT+0000 (UTC)] INFO HIT /537d85f650bdfb82439bc7d0c9e073f7b16684d6.js 46.65.36.129
[Sun Jan 05 2014 11:08:48 GMT+0000 (UTC)] INFO HIT / 46.65.36.129
[Sun Jan 05 2014 11:08:53 GMT+0000 (UTC)] INFO HIT /sign-in 46.65.36.129
[Sun Jan 05 2014 11:08:59 GMT+0000 (UTC)] INFO HIT /sign-up 46.65.36.129
[Sun Jan 05 2014 11:09:34 GMT+0000 (UTC)] INFO HIT / 46.65.36.129
[Sun Jan 05 2014 11:09:39 GMT+0000 (UTC)] INFO HIT /sign-up 46.65.36.129
[Sun Jan 05 2014 11:10:51 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 46.65.36.129
The errors seem to be on the client side, see the javascript console on your browser while visiting the page.
Errors with meteor logs only display the errors on the server side
The error seems to be a misspelling in Template.coffee for the word Template. (See https://github.com/jimmytidey/Observatory/blob/master/client/views/home/home.coffee#L1). I sent you a PR too.
This syntax error stops all of the code after it from running. This is why the router does not register its routes and nothing appears on the screen.
Silly typo ;-)
Related
I’ll try to keep this short :)
I have internal server error on my site that comes and goes and happens like twice a week for the past 4 months. This week it happens everyday like if I’m browsing 10 pages at least one will be 500 internal server error. I had many plugins and thought that they are causing it. I deactivated plugins and still have the error, I’m using Avada theme and switch to native theme and still have the error (when I test it by opening many pages). I’m using incognito window + using www.brokenlinkcheck.com and www.drlinkcheck.com.
Error:
Wed Feb 05 14:36:50.903810 2020] [:error] [pid 404293:tid
139773324543744] [client 38.128.66.10:0] SoftException in
Application.cpp:630: Could not execute script
“/home1/xxxxxxx/public_html/index.php”
[Wed Feb 05 14:36:50.013640 2020] [:error] [pid 404293:tid
139773692856064] [client 5.244.163.91:0] SoftException in
Application.cpp:630: Could not execute script
“/home1/xxxxxxx/public_html/index.php”, referer:
https://www.google.com/
[Wed Feb 05 14:36:49.740221 2020] [:error] [pid 404293:tid
139773681346304] [client 197.253.196.171:0] SoftException in
Application.cpp:630: Could not execute script
“/home1/hatitnet/public_html/index.php”, referer:
https://www.xxxxxxx.net/5280/
[Wed Feb 05 14:36:48.736710 2020] [:error] [pid 412638:tid
139774268344064] [client 37.43.228.175:57520] SoftException in
Application.cpp:630: Could not execute script
“/home1/xxxxxxx/public_html/index.php”, referer:
https://www.xxxxxxx.net/wp-admin/post.php?post=10231&action=edit
Actions taken to solve the issue:
1- deactivated all plugins
2- generated new htaccess file
3- change themes
4- re-installed WordPress fresh copy
And nothing has worked.
Ok so this happened to me the other day and I was able to resolve it by reinstalling WordPress, my WordPress theme and all of its plugins (took forever)
It has now happened again so I need to get to the root of the issue.
I have a website running on my localhost (using MAMP)
When I visit localhost:8888/ I am able to access my entire file directory.
All other sites on my localhost are loading without issue, except for the site I need to access. I am getting a 500 error in the browser.
When I enable WP Debug it doesn't change from the 500 error in the browser.
I have not modified this site in any way to cause this issue, it literally just randomly bricks itself. The same thing happened before to the exact same site.
I have gone through a ton of guides and am completely lost at what is causing the issue.
Would really appreciate some help troubleshooting.
This is my latest error log from apache.
[Tue Jul 05 14:43:49 2016] [notice] caught SIGTERM, shutting down
[Tue Jul 05 14:43:52 2016] [notice] Digest: generating secret for digest authentication ...
[Tue Jul 05 14:43:52 2016] [notice] Digest: done
[Tue Jul 05 14:43:52 2016] [notice] FastCGI: process manager initialized (pid 1372)
[Tue Jul 05 14:43:52 2016] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.5.23 mod_ssl/2.2.29 OpenSSL/0.9.8zh DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured -- resuming normal operations
[Tue Jul 05 14:44:05 2016] [notice] caught SIGTERM, shutting down
[Tue Jul 05 14:44:07 2016] [notice] Digest: generating secret for digest authentication ...
[Tue Jul 05 14:44:07 2016] [notice] Digest: done
[Tue Jul 05 14:44:07 2016] [notice] FastCGI: process manager initialized (pid 1414)
[Tue Jul 05 14:44:07 2016] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.6.7 mod_ssl/2.2.29 OpenSSL/0.9.8zh DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured -- resuming normal operations
[Tue Jul 05 16:48:35 2016] [error] [client ::1] client denied by server configuration: /Users/brettgolding/Google Drive/htdocs/.DS_Store
Hubot works when I have an adapter, but when I try to do local development using Shell none of the scripts or packages are loaded.
This works:
root#dev:~/hubot# bin/hubot forever start -w --watchDirectory ${PWD} --watchIgnore ${PWD}/*.log --pidfile ${PWD}/hubot.pid -l ${PWD}/hubot.log -a -c coffee node_modules/.bin/hubot --adapter slack
Strangely, when I try to do local development and testing with:
root#dev:~/hubot# bin/hubot
[Thu Apr 07 2016 00:33:10 GMT+0000 (UTC)] INFO hubot-redis-brain: Using default redis on localhost:6379
eve>
eve> help
usage:
history
exit, \q - close shell and exit
help, \? - print this usage
clear, \c - clear the terminal screen
None of my scripts or modules are showing when I type help in shell. But when I do this in slack, I see all the available scripts and modules:
eve <user> doesn't have <role> role - Removes a role from a user
eve <user> has <role> role - Assigns a role to a user
eve adapter - Reply with the adapter
eve delete reminder <action> - Delete reminder matching <action> (exact match required)
eve deploy <gitsha> to production - Runs Jenkins Phase 1 deployment.
eve echo <text> - Reply back with <text>
eve flip production pools - Flips the yin and yang production pools
eve help - Displays all of the help commands that Hubot knows about.
eve help <query> - Displays all help commands that match <query>.
eve list jobs - List current cron jobs
eve new job "<crontab format>" <message> - Schedule a cron job to say something
eve new job <crontab format> "<message>" - Ditto
eve new job <crontab format> say <message> - Ditto
eve ping - Reply with pong
** Update 1: I turned on debug level logging, and I can see the scripts are being parsed, but the scripts aren't available to me when executing their commands :(**
[Thu Apr 07 2016 00:46:44 GMT+0000 (UTC)] DEBUG Loading adapter shell
eve> [Thu Apr 07 2016 00:46:44 GMT+0000 (UTC)] DEBUG Loading scripts
from /root/hubot/scripts [Thu Apr 07 2016 00:46:44 GMT+0000 (UTC)]
DEBUG Parsing help for /root/hubot/scripts/example.coffee [Thu Apr 07
2016 00:46:44 GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/scripts/prod_deploy.coffee [Thu Apr 07 2016 00:46:44
GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/scripts/remindme.coffee [Thu Apr 07 2016 00:46:44 GMT+0000
(UTC)] DEBUG Parsing help for /root/hubot/scripts/team_tools.coffee
[Thu Apr 07 2016 00:46:44 GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/scripts/update.coffee [Thu Apr 07 2016 00:46:44 GMT+0000
(UTC)] DEBUG Loading scripts from /root/hubot/src/scripts [Thu Apr 07
2016 00:46:44 GMT+0000 (UTC)] DEBUG Loading hubot-scripts from
/root/hubot/node_modules/hubot-scripts/src/scripts [Thu Apr 07 2016
00:46:44 GMT+0000 (UTC)] DEBUG Loading external-scripts from npm
packages [Thu Apr 07 2016 00:46:45 GMT+0000 (UTC)] DEBUG Parsing help
for /root/hubot/node_modules/hubot-diagnostics/src/diagnostics.coffee
[Thu Apr 07 2016 00:46:45 GMT+0000 (UTC)] INFO hubot-redis-brain:
Using default redis on localhost:6379 [Thu Apr 07 2016 00:46:45
GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/node_modules/hubot-redis-brain/src/redis-brain.coffee [Thu
Apr 07 2016 00:46:45 GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/node_modules/hubot-auth/src/auth.coffee [Thu Apr 07 2016
00:46:45 GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/node_modules/hubot-help/src/help.coffee [Thu Apr 07 2016
00:46:45 GMT+0000 (UTC)] DEBUG Parsing help for
/root/hubot/node_modules/hubot-cron/src/scripts/cron.coffee
Update 2: I realized part of my problem was that in the bin/hubot file explicitly has my bot name as eve, while I have been trying it with evedev, my development hubot name. However, I'm still wondering why the help command does not show all the available commands, but when I'm in Slack, it does.
As answer to your Update 2, you need to put the bot's name before you type help, like this:
myhubot> help
usage:
history
exit, \q - close shell and exit
help, \? - print this usage
clear, \c - clear the terminal screen
vs
myhubot> myhubot help
myhubot> Shell: myhubot adapter - Reply with the adapter
myhubot animate me <query> - The same thing as `image me`, except adds a few parameters to try to return an animated GIF instead.
myhubot echo <text> - Reply back with <text>
myhubot help - Displays all of the help commands that Hubot knows about.
myhubot help <query> - Displays all help commands that match <query>.
myhubot image me <query> - The Original. Queries Google Images for <query> and returns a random top result.
myhubot map me <query> - Returns a map view of the area returned by `query`.
myhubot mustache me <url|query> - Adds a mustache to the specified URL or query result.
myhubot ping - Reply with pong
myhubot pug bomb N - get N pugs
myhubot pug me - Receive a pug
myhubot the rules - Make sure hubot still knows the rules.
myhubot time - Reply with current time
myhubot translate me <phrase> - Searches for a translation for the <phrase> and then prints that bad boy out.
myhubot translate me from <source> into <target> <phrase> - Translates <phrase> from <source> into <target>. Both <source> and <target> are optional
ship it - Display a motivation squirrel
You can check your current robot name in bin/hubot
Looks like exec node_modules/.bin/hubot --name "botname" "$#"
With above setting the bot name will be botname
I have uploaded the file into a directory, this works on local when i give my path as absolute. but when deploy on to meteor.com, it does upload but throws the below error.
local : stores:[new FS.Store.FileSystem("uploads",{path:"/Users/rapolu/my_meteor_apps/csvsample/imports"})]
on meteor.com : stores:[new FS.Store.FileSystem("uploads",{path: "imports"})]
[Mon Jun 29 2015 06:20:20 GMT+0000 (UTC)] INFO HIT /images/favicons/favicon-96x96.png?v=1 86.184.125.131
[Mon Jun 29 2015 06:20:20 GMT+0000 (UTC)] INFO HIT /images/favicons/favicon-160x160.png?v=1 86.184.125.131
[Mon Jun 29 2015 06:20:20 GMT+0000 (UTC)] INFO HIT /images/favicons/favicon-192x192.png?v=1 86.184.125.131
[Mon Jun 29 2015 06:20:20 GMT+0000 (UTC)] INFO HIT /images/favicons/favicon.ico?v=1 86.184.125.131
[Mon Jun 29 2015 06:20:27 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/D8e4bnuphWoXD9P7a?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:20:27 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:20:28 GMT+0000 (UTC)] WARNING Error: ENOENT, open '/imports/uploads-D8e4bnuphWoXD9P7a-test.csv'
[Mon Jun 29 2015 06:20:28 GMT+0000 (UTC)] WARNING events.js:72
throw er; // Unhandled 'error' event
^
[Mon Jun 29 2015 06:20:32 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:20:32 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:20:32 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:20:33 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:20:33 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/D8e4bnuphWoXD9P7a?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:20:33 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/D8e4bnuphWoXD9P7a?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:20:33 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/D8e4bnuphWoXD9P7a?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:20:34 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/D8e4bnuphWoXD9P7a?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:20:59 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:21:00 GMT+0000 (UTC)] INFO HIT /cfs/servertime 86.184.125.131
[Mon Jun 29 2015 06:21:04 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/nHRvdZx7ReeiRsaLc?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:21:04 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] WARNING Error: ENOENT, open '/imports/uploads-nHRvdZx7ReeiRsaLc-test.csv'
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] WARNING events.js:72
throw er; // Unhandled 'error' event
^
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:21:05 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:21:12 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:25:09 GMT+0000 (UTC)] INFO STATUS running -> killed
[Mon Jun 29 2015 06:25:09 GMT+0000 (UTC)] INFO STATUS killed -> starting
[Mon Jun 29 2015 06:25:09 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:25:10 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:25:15 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:25:15 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:25:36 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:25:36 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:245
throw(ex);
^
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] WARNING Error: No replica set primary available for query with ReadPreference PRIMARY
at Object.Future.wait (/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:733:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1659:3
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:222:10
at Array.forEach (native)
at Function._.each._.forEach (/meteor/dev_bundles/0.4.18/lib/node_modules/underscore/underscore.js:79:11)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:117:5
- - - - -
at [object Object].ReplSet.checkoutReader
(/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:613:14)
at Cursor.nextObject (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1629:39)
at Db.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1496:8)
at Collection.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:732:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:25:45 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:26:05 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:26:05 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:245
throw(ex);
^
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] WARNING Error: No replica set primary available for query with ReadPreference PRIMARY
at Object.Future.wait (/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:733:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1659:3
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:222:10
at Array.forEach (native)
at Function._.each._.forEach (/meteor/dev_bundles/0.4.18/lib/node_modules/underscore/underscore.js:79:11)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:117:5
- - - - -
at [object Object].ReplSet.checkoutReader
(/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:613:14)
at Cursor.nextObject (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1629:39)
at Db.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1496:8)
at Collection.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:732:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:26:16 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:26:39 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:26:39 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] WARNING throw(ex);
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:245
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] WARNING ^
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] WARNING Error: No replica set primary available for query with ReadPreference PRIMARY
at Object.Future.wait (/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:733:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1659:3
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:222:10
at Array.forEach (native)
at Function._.each._.forEach (/meteor/dev_bundles/0.4.18/lib/node_modules/underscore/underscore.js:79:11)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/boot.js:117:5
- - - - -
at [object Object].ReplSet.checkoutReader
(/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:613:14)
at Cursor.nextObject (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1629:39)
at Db.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1496:8)
at Collection.ensureIndex (/meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:732:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:620:1)
at Accounts.urls (packages/accounts-base/accounts_server.js:1309:1)
at /meteor/containers/8721c660-c4fb-b76c-8a3f-22f23adf7ecd/bundle/programs/server/packages/accounts-base.js:1616:4
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] NOTICE Starting application on port 13989
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:26:47 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:27:16 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:27:17 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:27:23 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:27:52 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:27:52 GMT+0000 (UTC)] INFO HIT /favicon.ico 86.184.125.131
[Mon Jun 29 2015 06:28:45 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:28:45 GMT+0000 (UTC)] INFO HIT /4e646c7372bb59bf0a9ce4713fd830d891c4218c.css?meteor_css_resource=true 86.184.125.131
[Mon Jun 29 2015 06:28:45 GMT+0000 (UTC)] INFO HIT /9c31f2c06b4ee8be85e16f865905db59c426b6d0.js 86.184.125.131
[Mon Jun 29 2015 06:28:47 GMT+0000 (UTC)] INFO HIT /cfs/servertime 86.184.125.131
[Mon Jun 29 2015 06:28:48 GMT+0000 (UTC)] INFO HIT /fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0 86.184.125.131
[Mon Jun 29 2015 06:29:57 GMT+0000 (UTC)] INFO STATUS killed -> sleeping
[Mon Jun 29 2015 06:29:57 GMT+0000 (UTC)] INFO STATUS running -> killed
[Mon Jun 29 2015 06:34:40 GMT+0000 (UTC)] INFO STATUS null -> starting
[Mon Jun 29 2015 06:34:40 GMT+0000 (UTC)] NOTICE Starting application on port 29524
[Mon Jun 29 2015 06:34:41 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:35:55 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:35:55 GMT+0000 (UTC)] INFO HIT /8bac033753cf7508ef86b940e3b344d52625868e.js 86.184.125.131
[Mon Jun 29 2015 06:35:56 GMT+0000 (UTC)] INFO HIT /cfs/servertime 86.184.125.131
[Mon Jun 29 2015 06:36:05 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/kRKA3dRtMhETZTyRc?chunk=0&filename=test.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:36:05 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:36:06 GMT+0000 (UTC)] WARNING
events.js:72
throw er; // Unhandled 'error' event
^
Error: ENOENT, open '/imports/uploads-kRKA3dRtMhETZTyRc-test.csv'
[Mon Jun 29 2015 06:36:06 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:36:06 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:36:06 GMT+0000 (UTC)] NOTICE Starting application on port 29524
[Mon Jun 29 2015 06:36:06 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:36:12 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
[Mon Jun 29 2015 06:40:47 GMT+0000 (UTC)] INFO HIT / 86.184.125.131
[Mon Jun 29 2015 06:40:47 GMT+0000 (UTC)] INFO HIT /cfs/servertime 86.184.125.131
[Mon Jun 29 2015 06:41:09 GMT+0000 (UTC)] INFO HIT /cfs/files/uploads/ZYTz2p9Tw9NkWHNqC?chunk=0&filename=abc.csv&token=eyJhdXRoVG9rZW4iOiIifQ%3D%3D 86.184.125.131
[Mon Jun 29 2015 06:41:10 GMT+0000 (UTC)] WARNING events.js:72
throw er; // Unhandled 'error' event
^
Error: ENOENT, open '/imports/uploads-ZYTz2p9Tw9NkWHNqC-abc.csv'
[Mon Jun 29 2015 06:41:10 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Mon Jun 29 2015 06:41:10 GMT+0000 (UTC)] NOTICE Starting application on port 29524
[Mon Jun 29 2015 06:41:10 GMT+0000 (UTC)] INFO STATUS running -> starting
[Mon Jun 29 2015 06:41:10 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon Jun 29 2015 06:41:11 GMT+0000 (UTC)] INFO Meteor._wrapAsync has been renamed to Meteor.wrapAsync
meteor.com doesn't provide storage. Use gridfs.
I can access the actual wordpress site via WAMP's localhost route, but I cannot log into the admin/dashboard page of the wordpress site.
I think it is a problem with apache.
Can anybody help me?
here are messages from the apache error logs:
[Sun Nov 03 07:11:17.294107 2013] [mpm_winnt:notice] [pid 2700:tid 416] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Nov 03 07:11:19.296221 2013] [mpm_winnt:notice] [pid 5784:tid 324] AH00364: Child: All worker threads have exited.
[Sun Nov 03 07:11:19.328223 2013] [mpm_winnt:notice] [pid 2700:tid 416] AH00430: Parent: Child process 5784 exited successfully.
[Sun Nov 03 07:11:22.842424 2013] [mpm_winnt:notice] [pid 5408:tid 416] AH00455: Apache/2.4.4 (Win32) PHP/5.4.16 configured -- resuming normal operations
[Sun Nov 03 07:11:22.842424 2013] [mpm_winnt:notice] [pid 5408:tid 416] AH00456: Server built: Feb 23 2013 13:07:34
[Sun Nov 03 07:11:22.842424 2013] [core:notice] [pid 5408:tid 416] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.4\\bin\\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4'
[Sun Nov 03 07:11:22.844424 2013] [mpm_winnt:notice] [pid 5408:tid 416] AH00418: Parent: Created child process 4348
[Sun Nov 03 07:11:24.173500 2013] [mpm_winnt:notice] [pid 4348:tid 324] AH00354: Child: Starting 150 worker threads.
More info:
The error is not a 404. Rather wordpress doesnt recognize my username/password.
final edit:
found a solution to my problem:
http://www.velvetblues.com/web-development-blog/how-to-add-an-admin-user-to-a-wordpress-database/