liang860908 / apjp

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

为什么会断线? #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
我在cloudfoundry上的apjp,运行一段时间之后就断线,关掉之后�
��启又可以,
显示
exception in thread "thread-0" java.lang.outofmemoryerror:unable to create new 
native thread
      at java.lang.thread.start0<native method>
      at java.lang.thread.start<unknown source>
       at apjp.proxyserverworker.startproxyserverworker<unknown source>
 等等
 这是怎么回事?
另外错误日记要哪里去找?上面这些都是手打的。
谢谢!

Original issue reported on code.google.com by shao.cho...@gmail.com on 22 Jul 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Do you use APJP_LOCAL_JAVA-1.0.0?

Original comment by jeroen.v...@gmail.com on 23 Jul 2012 at 8:51

GoogleCodeExporter commented 9 years ago
i use 0.9.3 at first

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 1:53

GoogleCodeExporter commented 9 years ago
and?

Original comment by goknmuse on 24 Jul 2012 at 1:54

GoogleCodeExporter commented 9 years ago
CloudFoundry 
我最近使用的比较少,有些问题并不是APJP自身导致的。
CloudFoundry使用人数较多,自身的资源配置略有不足,都会导��
�意想不到的错误的。
自从你发出这个问题,我这两天一直在使用CloudFoundry的。
问题有一些,主要是晚上的时候,CloudFoundry就相当的不给力��
�错误连连,看个视频变成看缓冲了的。
白天的时候,有时甚者比GAE好许多的。用其下载甚至基本能��
�到自己的真实带宽。
而APJP刚开始支持CloudFoundry时,无论是何时都是比GAE好许多的�
��
服务器使用人数较多还是CloudFoundry的配置有所改变,限制某��
�资源的使用?难有较为合理的解释。
但很难确定是APJP的Bug,已和作者交流,让其花点时间研究一�
��的。

Original comment by goknmuse on 24 Jul 2012 at 2:24

GoogleCodeExporter commented 9 years ago
我gae的有些网站不能上。
我用1.0的客户端之后就好多了,至今未出现过断线,用0.9.3版
的,不论是php版,cloudfoundry还是heroku,一段时间后都会断线��
�

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 2:42

GoogleCodeExporter commented 9 years ago
也就是说你的问题基本上解决是吧?

Original comment by goknmuse on 24 Jul 2012 at 2:46

GoogleCodeExporter commented 9 years ago
暂时可以这么说。不过我也不知道为什么0.9.3为什么会不定时
断线。

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 2:48

GoogleCodeExporter commented 9 years ago
我对Java了解也是很少的。
作者告诉我,APJP_LOCAL_JAVA-1.0.0 
解决了有时浏览器导致进程无法正常回收的问题。
对于出现你的问题,有这方面的原因的。
因为有些无用的进程仍然占用一些内存不释放,如果进程相��
�多,必然导致内存不足的。
关闭APJP,再打开实质上就是释放了无用的内存的。

问题是,我怎么会没有遇到的呢? 唉。

Original comment by goknmuse on 24 Jul 2012 at 2:51

GoogleCodeExporter commented 9 years ago
可能我内存吃紧才会。这样就是说用1.0应该就可以避免了!

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 2:55

GoogleCodeExporter commented 9 years ago
APJP_LOCAL-0.9.3 到APJP_LOCAL_JAVA-1.0.0 
真正做到的只是修复一个Bug的。
懂点的话,感兴趣,可看看这个的
http://code.google.com/p/apjp/issues/detail?id=76

而更新到APJP_LOCAL_JAVA-1.0.0的时候,正是我期末考试要复习的��
�候。
我自己没有时间测试的,wiki上就没更新说明的。
也没法确定当时是否真正的修复的或者可能出现新的bug的。
现在APJP_LOCAL_JAVA-1.0.0也使用老长时间了的,确实修复原来的bu
g,目前也没有新的bug的。
所以还是较为开心的哈。

Original comment by goknmuse on 24 Jul 2012 at 2:57

GoogleCodeExporter commented 9 years ago
嗯,是的,apjp还是很好用的,不过内存好像占用得多了!不�
��没事。
支持apjp。谢谢作者!

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 3:01

GoogleCodeExporter commented 9 years ago
关于日志:
APJP_LOCAL的日志就是cmd的输出的,右键->标记->左键选中要复制
的内容->再右键点击选中的位置->就已经将选中的内容复制到�
��贴板的

APJP_REMOTE在CloudFoudry的上的日志,
$vmc login
$vmc logs <AppName> #在cmd中输出,可能较长 再加上"| more"

或者输出到一个文本中,此文本在cmd当前工作目录,没有则��
�建的
$vmc logs <AppName> > <AppName>_CloudFoundry_logs

Original comment by goknmuse on 24 Jul 2012 at 3:06

GoogleCodeExporter commented 9 years ago
我使用APJP_LOCAL_JAVA-1.0.0时,其大约耗用100MB 
内存的,不清楚算是多,还是少! 囧!

Original comment by goknmuse on 24 Jul 2012 at 3:13

GoogleCodeExporter commented 9 years ago
刚刚用1.0的时候就断线了。
日记的明白了。

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 3:14

GoogleCodeExporter commented 9 years ago
仍没能解决你的问题?

你的内存总共多大的? 使用什么其他占用内存较多的程序?

Original comment by goknmuse on 24 Jul 2012 at 3:20

GoogleCodeExporter commented 9 years ago
ie可能会比较多!不管,反正能用就可以了,关掉再开算了

Original comment by shao.cho...@gmail.com on 24 Jul 2012 at 3:21

GoogleCodeExporter commented 9 years ago
也就说现在使用APJP_LOCAL_JAVA-1.0.0,出现你说的问题的频率略��
�减少的?

http://code.google.com/p/apjp/issues/detail?id=76
这个bug,上次作者就花了较长的时间才找到并解决的。

你的问题也较难解决的,因为我没有遇到,也不知如何才能��
�到。
作者更是不知如何才能重现你说的问题的,有时间我转告一��
�。

只能尽力而为了。

Original comment by goknmuse on 24 Jul 2012 at 3:36

GoogleCodeExporter commented 9 years ago
熬不住了,要去上床睡觉了的。 晚安!

Original comment by goknmuse on 24 Jul 2012 at 3:39

GoogleCodeExporter commented 9 years ago
好,非常感谢你,以及作者的辛劳和帮助。
只要能用就好,没太大关系!

Original comment by shao.cho...@gmail.com on 25 Jul 2012 at 2:35

GoogleCodeExporter commented 9 years ago
这个问题貌似不限于cloudfoundry
主要发生在youtube的操作上
我试了几个平台,xp系统好像没问题,主要问题在系统是vista 
or win7下会出现断开,要重开.bat文件。

Original comment by iah...@gmail.com on 11 Aug 2012 at 7:37

GoogleCodeExporter commented 9 years ago
@iahu..
好的,我知道了。

Original comment by goknmuse on 11 Aug 2012 at 7:40