- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是我的 Heroku 日志,我不知道问题出在哪里......:
2016-04-14T09:56:46.723445+00:00 heroku[router]: at=info method=POST path="/parse/classes/Events" host=chilln.herokuapp.com request_id=4b74dc5d-c6e9-41cc-b969-362cf164e623 fwd="80.12.42.35" dyno=web.1 connect=1ms service=544ms status=200 bytes=502
2016-04-14T09:56:52.765295+00:00 heroku[router]: at=info method=POST path="/parse/push" host=chilln.herokuapp.com request_id=632a572e-6b6b-4e45-8b55-fd3743a39f56 fwd="54.155.74.212" dyno=web.1 connect=1ms service=7ms status=200 bytes=482
2016-04-14T09:56:52.796599+00:00 heroku[router]: at=info method=POST path="/parse/classes/Events" host=chilln.herokuapp.com request_id=1d04587e-f44b-4e10-8af4-a96a9807295c fwd="80.12.42.35" dyno=web.1 connect=0ms service=75ms status=200 bytes=502
2016-04-14T09:56:52.736079+00:00 app[web.1]: test
2016-04-14T09:56:52.806494+00:00 app[web.1]: Message was sent successfully
2016-04-14T09:56:52.833462+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 151b6e146dccc1f9336eca4a3c47188c3fddcf2598d3a7730324ee688e225bf9
2016-04-14T09:56:52.834235+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for b4b91a9124e6f0e49b3dc7b5a5a07529035f4773ebb9a727f51d3c7a7e1fbb87
2016-04-14T09:56:52.834452+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 1d0f91f81633e75374272ef987e7c67affc8cd59d1d3a09b6a46acc0a07165fb
2016-04-14T09:56:52.834610+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 5516634cf80839bb193975171d7c89197d2dcc9534aab8586d74248c8474aaa3
2016-04-14T09:56:52.834768+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 8d2b77001ce5dd6cd9c07fa7184737679ca67e3c65018942b1b5f1406e75c1ea
2016-04-14T09:56:52.834921+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for bf028bb136eb408e4a852a549a14e13f185738e2c562718120b72c937589ba18
2016-04-14T09:56:52.836334+00:00 app[web.1]: /app/node_modules/parse-server/lib/ParseServer.js:333
2016-04-14T09:56:52.836344+00:00 app[web.1]: throw err;
2016-04-14T09:56:52.836345+00:00 app[web.1]: ^
2016-04-14T09:56:52.836346+00:00 app[web.1]:
2016-04-14T09:56:52.836346+00:00 app[web.1]: Error: ENOENT: no such file or directory, open 'cert.pem'
2016-04-14T09:56:52.836347+00:00 app[web.1]: at Error (native)
2016-04-14T09:56:52.848093+00:00 app[web.1]:
2016-04-14T09:56:52.854877+00:00 app[web.1]: npm ERR! Linux 3.13.0-79-generic
2016-04-14T09:56:52.855184+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start"
2016-04-14T09:56:52.855346+00:00 app[web.1]: npm ERR! node v5.10.0
2016-04-14T09:56:52.856135+00:00 app[web.1]: npm ERR! npm v3.8.3
2016-04-14T09:56:52.856272+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2016-04-14T09:56:52.856397+00:00 app[web.1]: npm ERR! parse-server-example@1.1.0 start: `node index.js`
2016-04-14T09:56:52.856487+00:00 app[web.1]: npm ERR! Exit status 7
2016-04-14T09:56:52.856606+00:00 app[web.1]: npm ERR!
2016-04-14T09:56:52.856726+00:00 app[web.1]: npm ERR! Failed at the parse-server-example@1.1.0 start script 'node index.js'.
2016-04-14T09:56:52.856875+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed.
2016-04-14T09:56:52.856907+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the parse-server-example package,
2016-04-14T09:56:52.857013+00:00 app[web.1]: npm ERR! not with npm itself.
2016-04-14T09:56:52.857124+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2016-04-14T09:56:52.857232+00:00 app[web.1]: npm ERR! node index.js
2016-04-14T09:56:52.857313+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2016-04-14T09:56:52.857438+00:00 app[web.1]: npm ERR! npm bugs parse-server-example
2016-04-14T09:56:52.857545+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2016-04-14T09:56:52.857649+00:00 app[web.1]: npm ERR! npm owner ls parse-server-example
2016-04-14T09:56:52.857750+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2016-04-14T09:56:52.861108+00:00 app[web.1]:
2016-04-14T09:56:52.861248+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-04-14T09:56:52.861351+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2016-04-14T09:56:52.821789+00:00 heroku[router]: at=info method=POST path="/parse/functions/pushToAll" host=chilln.herokuapp.com request_id=89b9ee9e-384f-48c4-b1d3-8c36f0b6bb94 fwd="80.12.42.35" dyno=web.1 connect=1ms service=78ms status=200 bytes=484
2016-04-14T09:56:53.646012+00:00 heroku[web.1]: State changed from up to crashed
2016-04-14T09:56:53.634703+00:00 heroku[web.1]: Process exited with status 1
这是我的index.js,我认为问题来自这里。
我在此文件夹index.js 中有文件夹parse-server。在 parse-server 文件夹中,我有另一个名为“certs”的文件夹,该文件夹中包含文件 ParsePushDevelopmentCertificate.p12
var api = new ParseServer({
databaseURI: process.env.DATABASE_URI || 'mongodb://localhost:27017/dev',
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
appId: 'xx',
masterKey: 'xx',
fileKey: 'xx',
clientKey: 'xx',
serverURL: 'http://myApp.herokuapp.com/parse',
push: {
ios: [
{
pdx: __dirname + '/certs/ParsePushDevelopmentCertificate.p12', // Dev PFX or P12
bundleId: 'myBundleId',
production: false // Dev
}
]
}
});
最佳答案
显然您的问题是找不到您的 .pem 文件。
关于ios - 解析服务器推送适配器 : APNS cannot find vaild connection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36619875/
使用 caret::train() 运行逻辑回归模型时出现问题。LR = caret::train(Satisfaction ~., data= log_train, method = "glm",
我正在尝试将nginx容器作为我所有网站和Web服务的主要入口点。我设法将portainer作为容器运行,并且可以从互联网上访问它。现在,我正在尝试访问由另一个Nginx容器托管的静态网站,但这样做失
我有一个在 Windows XP SP3 x86 上运行的 Visual Studio 2008 C# .NET 3.5 应用程序。在我的应用程序中,我有一个事件处理程序 OnSendTask 可以同
我在 Eclipse 中创建了作为独立程序执行的此类,它可以毫无问题地连接所有 http URL(例如:http://stackoverflow.com),但是当我尝试连接到 https(例如 htt
我在我的 nginx 错误日志中收到大量以下错误: connect() failed (111: Connection refused) while connecting to upstream 我的
我正在尝试将新的 log4j2 与 Socket Appender 一起使用,但我有点不走运。这是我的 XML 配置文件:
我目前正在尝试寻找 Android 应用程序后端的替代方案。目前,我使用 php servlet 来查询 Mysql 数据库。数据库(Mysql)托管在我大学的计算机上,因此我无法更改任何配置,因为我
类MapperExtension有一些方法,before_insert, before_update, ...都有一个参数connection. def before_insert(self, map
嗨,我正在尝试更改位于连接库 (v 5.5) 中的文档的文档所有者,我仍在等待 IBM 的回复,但对我来说可能需要太长时间,这就是我尝试的原因逆向工程。 我尝试使用标准编辑器 POST 请求将编辑器更
我在 nginx( http://52.xx.xx.xx/ )上访问我的 IP 时遇到 502 网关错误,日志只是这样说: 2015/09/18 13:03:37 [error] 32636#0: *
我要实现 Connected-Component Labeling但我不确定我应该以 4-connected 还是 8-connected 的方式来做。我已经阅读了大约 3 种 Material ,但
我在Resources ->JMS ->Connection Factories下有两个连接工厂。 1) 连接工厂 2)集成连接工厂 我想修改两个连接工厂下连接池的最大连接数。资源 ->JMS ->连
我在将 mongoengine 合并到我的 django 应用程序时遇到问题。以下是我收到的错误: Traceback (most recent call last): File "/home/d
上下文 我正在关注 tutorial on writing a TCP server last week in Real World Haskell .一切顺利,我的最终版本可以正常工作,并且能够在
我在访问我的域时遇到了这个问题:我看到了我的默认 http500 错误 django 模板正在显示。 我有 gunicorn 设置: command = '/usr/local/bin/gunicor
我更换了电脑,并重新安装了所有版本:tomcat 8 和 6、netbeans 8、jdk 1.7、hibernate 4.3.4,但是当我运行 Web 应用程序时,出现此错误。过去使用我的旧电脑时,
您好,我是这个项目的新手,我在 CentOS7 ec2 实例上托管它时遇到问题。当我访问我的域时出现此错误: 2017/02/17 05:53:35 [error] 27#27: *20 connec
在开始之前,我已经查看了所有我能找到的类似问题,但没有找到解决我的问题的方法。 我正在运行 2 个 docker 容器,1 个用于 nginx,1 个用于 nodejs api。我正在使用 nginx
使用 debian 包将 kaa -iot 平台配置为单节点时。我收到以下错误。 himanshu@himpc:~/kaa/deb$ sudo dpkg -i kaa-node-0.10.0.deb
我是我公司开发团队的成员,担任管理员角色。我可以通过 https://developer.apple.com/ 访问团队的成员(member)中心 但是,当我尝试在 https://itunescon
我是一名优秀的程序员,十分优秀!