good20087758521 / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

最近heroku有没有部署成功的,讲讲经验 #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
为什么 总是失败啊.

Original issue reported on code.google.com by ghtgftgj...@gmail.com on 5 Sep 2013 at 10:17

GoogleCodeExporter commented 9 years ago
有个命令:
heroku keys:add
要生成一个新的 SSH public key,然后才能上传。

Original comment by abch...@gmail.com on 8 Sep 2013 at 3:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
没有用。怀疑是不是heroku自己本身的问题?

Original comment by catlin...@gmail.com on 12 Nov 2013 at 12:03

GoogleCodeExporter commented 9 years ago
上传的时候需要挂VPN才行,很可恨!!!

Original comment by feife...@gmail.com on 12 Nov 2013 at 12:22

GoogleCodeExporter commented 9 years ago
不是vpn的问题吧?没用vpn上传也是成功的啊。

Would you like to generate one? [Yn] y
Generating new SSH public key.
Uploading SSH public key C:/Users/xxx/.ssh/id_rsa.pub... done
Authentication successful.

Original comment by catlin...@gmail.com on 12 Nov 2013 at 2:36

GoogleCodeExporter commented 9 years ago
大约1年前部署heroku后一直都能用,就是速度比较慢,用cdn加�
��后好点。

Original comment by abch...@gmail.com on 14 Nov 2013 at 1:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
部署成功后本机设置代理全部为OK,但打开任何网页均为空白
,不知道为什么?
heroku服务器端python-remote-heroku-1.0.0,本机客户端JAVA,本机系统D
EBIAN 7.4 ;OPENJDK
  http://desolate-stream-7XXX.herokuapp.com/ deployed to Heroku
 * [new branch]      master -> master
Opening desolate-stream-7XXX... done

Local java script said OK
APJP: START_PROXY_SERVER
APJP: START_PROXY_SERVER: OK
APJP: TEST_HTTP_REQUESTS
APJP: TEST_HTTP_REQUESTS: OK
APJP: TEST_HTTPS_REQUESTS
APJP: TEST_HTTPS_REQUESTS: OK

But I can't open any websites,it's all blank.
What's the problem

Original comment by zhangm...@gmail.com on 19 Jun 2014 at 6:13

GoogleCodeExporter commented 9 years ago
heroku labs:enable websocks

Original comment by glj08291...@gmail.com on 6 Jul 2014 at 12:46

GoogleCodeExporter commented 9 years ago
 heroku labs:enable websockets -a myapp
Enabling websockets for myapp... done
WARNING: This feature is experimental and may change or be removed without 
notice.

Then I open the heroku app index page ,it's also blank.
Then I run apjp.jar with openjdk(OS:Debian 7.4),all the pages are blank.

Original comment by zhangm...@gmail.com on 9 Jul 2014 at 5:02