Giter Club home page Giter Club logo

Comments (35)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024

Original comment by [email protected] on 23 May 2010 at 10:22

  • Changed state: Accepted

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
部署hyk-proxy到seattle平台步骤也不是太复杂:
1. 下载seattle运行环境(依赖python2.5以上);
2. 注册帐号;
2. 下载两个key文件保存到seattle运行环境安装目录下;
4. 
浏览器中登录seattle后,申请10个LAN类型vessels,注意有时效,�
��时renew即可
5. cmd执行seattle shell-- python seash.py
6. loadkeys <用户名>
7. as <用户名>
8. browse (注意,这个似乎和NAT有关,有些网络无法执行成功)
9. 记下成功返回的IP地址
10. on browsegood
11. 
拷贝hyk-proxy-server包中的hyk-proxy.seattle.repy到seattle运行目录中
12. run hyk-proxy.seattle.repy 
<GENIPort>注意意此port是在profile中显示端口)
13. 参照http://goo.gl/bo9P 说明启用Seattle
14. 修改etc/app.seattle.conf, 
加入所有IP:port,IP是9步结果,port为account profile中的端
口
15. 启动client 

Original comment by [email protected] on 16 Jun 2010 at 7:59

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
我同样想构建seattle的服务端,但不知什么原因,无论在xp还��
�win7安装seattle运行环境都提示不支持此windows。我的python版本�
��2.6。

D:\seattle>install.bat
System benchmark starting...
Benchmark complete and vessels created!
Customizing seattle batch files...
Traceback (most recent call last):
  File "seattleinstaller.py", line 2162, in <module>
    main()
  File "seattleinstaller.py", line 2047, in main
    customize_win_batch_files()
  File "seattleinstaller.py", line 1602, in customize_win_batch_files
    get_filepath_of_win_startup_folder_with_link_to_seattle()
  File "seattleinstaller.py", line 260, in get_filepath_of_win_startup_folder_wi
th_link_to_seattle
    + "resolve this issue." )
__main__.UnsupportedOSError: This version of Windows is not supported. Contact t
he seattle development team to resolve this issue.

另外启动seattle的client是同样启动hyk client就可以了吗?

Original comment by titanium98118 on 19 Jun 2010 at 2:35

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Please refer this discussion: http://goo.gl/PVzF

Original comment by [email protected] on 19 Jun 2010 at 2:57

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
[deleted comment]

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
[deleted comment]

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
我按照上面的步骤设置了~运行了run hyk-proxy.seattle.repy 
<GENIPort>之后,cmd里没有什么反应,如图
http://flic.kr/p/8v56eL

访问https://twitter.com依旧打不开?

请问如何验证seattle已经配置正确?

Original comment by [email protected] on 24 Aug 2010 at 1:01

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
run之后执行list看结果

https需要用spac插件切换到seattle服务
http://code.google.com/p/hyk-proxy/wiki/SpecialProxyAutoConfig

Original comment by [email protected] on 24 Aug 2010 at 3:12

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
list之后已经把ip添加进配置了~
当然已经是开启了Spac插件了~也按照说明进行了配置了~

Original comment by [email protected] on 26 Aug 2010 at 1:44

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
先看看你的步骤是否正确
1. 
首先部署seattle后没有反应一般是在browsegood这个组中部署成功
,但要注意很可能browsegood这个组中只有少数几个IP,不是申��
�的全部IP,执行list查看当前运行状态,似乎是running表示成功

2. 在app-seattle.conf中添加IP:port, 如1.1.1.1:63160, 
这个IP是运行成功的IP,可以从list结果中得到,端口不是1224��
�是你的帐户首页的GENIPort

3. 最后启用SPAC插件,按照说明修改spac.csl

最后,如果还不行,把etc/log4j.properties中INFO字段改为DEBUG重启
试一下,把log下的hyk-proxy.log附上看一下

Original comment by [email protected] on 26 Aug 2010 at 2:01

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
好像可以缓慢打开https了~
也就是我每次用seattle就要browse一次,然后改一次配置文件的i
p,然后再执行一次run?!

但是还是会有异常:
[code]

2010-08-26 20:59:59,663 DEBUG 
[com.hyk.proxy.client.application.seattle.event.SeattleProxyEventService$Forward
ResponseHandler.exceptionCaught(SeattleProxyEventService.java:175)] - Seattle 
connection have an exception!.
java.nio.channels.ClosedChannelException
    at org.jboss.netty.channel.socket.nio.NioWorker.cleanUpWriteBuffer(NioWorker.java:630)
    at org.jboss.netty.channel.socket.nio.NioWorker.write(NioWorker.java:346)
    at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.eventSunk(NioClientSocketPipelineSink.java:117)
    at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:67)
    at org.jboss.netty.channel.Channels.write(Channels.java:895)
    at org.jboss.netty.channel.Channels.write(Channels.java:842)
    at org.jboss.netty.channel.AbstractChannel.write(AbstractChannel.java:229)
    at com.hyk.proxy.client.application.seattle.event.SeattleProxyEventService.handleEvent(SeattleProxyEventService.java:146)
    at spac.event.SpacProxyEventService.handleEvent(SpacProxyEventService.java:127)
    at com.hyk.proxy.client.framework.httpserver.HttpLocalProxyRequestHandler.messageReceived(HttpLocalProxyRequestHandler.java:86)
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:117)
    at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:69)
    at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:637)
[/code]

Original comment by [email protected] on 26 Aug 2010 at 1:03

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
又timeout了?!


2010-08-26 21:03:57,810 DEBUG 
[com.hyk.proxy.client.application.seattle.event.SeattleProxyEventService$Forward
ResponseHandler.exceptionCaught(SeattleProxyEventService.java:175)] - Seattle 
connection have an exception!.
java.net.ConnectException: connection timed out
    at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processConnectTimeout(NioClientSocketPipelineSink.java:361)
    at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:273)
    at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46)
    at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java:495)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:637)
2010-08-26 21:03:57,811 DEBUG 
[com.hyk.proxy.client.application.seattle.event.SeattleProxyEventService$Forward
ResponseHandler.exceptionCaught(SeattleProxyEventService.java:175)] - Seattle 
connection have an exception!.
java.nio.channels.ClosedChannelException
    at org.jboss.netty.channel.socket.nio.NioWorker.cleanUpWriteBuffer(NioWorker.java:630)
    at org.jboss.netty.channel.socket.nio.NioWorker.write(NioWorker.java:346)
    at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.eventSunk(NioClientSocketPipelineSink.java:117)
    at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:67)
    at org.jboss.netty.channel.Channels.write(Channels.java:916)
    at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:69)
    at org.jboss.netty.channel.Channels.write(Channels.java:895)
    at org.jboss.netty.channel.Channels.write(Channels.java:842)
    at org.jboss.netty.channel.AbstractChannel.write(AbstractChannel.java:229)
    at com.hyk.proxy.client.application.seattle.event.SeattleProxyEventService.handleEvent(SeattleProxyEventService.java:134)
    at spac.event.SpacProxyEventService.selectProxy(SpacProxyEventService.java:98)
    at spac.event.SpacProxyEventService.handleEvent(SpacProxyEventService.java:120)
    at com.hyk.proxy.client.framework.httpserver.HttpLocalProxyRequestHandler.messageReceived(HttpLocalProxyRequestHandler.java:74)
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:117)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:391)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:506)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:490)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:427)
    at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:69)
    at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:637)

Original comment by [email protected] on 26 Aug 2010 at 1:05

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
注意一下,申请vessel时默认只有几个小时的运行时间,可以re
new到7天
然后你注意在这个7天到期前renew一下就不用到命令行重新部��
�了

Original comment by [email protected] on 26 Aug 2010 at 1:46

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
谢谢啦~那么那些Exception都是正常的么?

Original comment by [email protected] on 26 Aug 2010 at 1:50

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
就是说明IP:Port无法连接(connection timed out)

Original comment by [email protected] on 26 Aug 2010 at 2:18

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
我这里也对部分https运行不了,例如twitter,但是gmail可以正常
访问。也是报ClosedChannelException,错误日志如下:
2010-09-21 22:33:14,126 ERROR 
[com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.exceptionCaught
(HttpLocalProxyRequestHandler.java)] - exceptionCaught.
java.nio.channels.ClosedChannelException
    at org.jboss.netty.channel.socket.nio.NioWorker.cleanUpWriteBuffer(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.close(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleAcceptedSocket(NioServerSocketPipelineSink.java)
    at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java)
    at org.jboss.netty.handler.execution.ExecutionHandler.handleDownstream(ExecutionHandler.java)
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java)
    at org.jboss.netty.channel.Channels.close(Channels.java)
    at org.jboss.netty.channel.AbstractChannel.close(AbstractChannel.java)
    at com.hyk.proxy.framework.event.tunnel.AbstractTunnelProxyEventService.closeChannel(AbstractTunnelProxyEventService.java)
    at com.hyk.proxy.framework.event.tunnel.AbstractTunnelProxyEventService.close(AbstractTunnelProxyEventService.java)
    at com.hyk.proxy.framework.event.tunnel.AbstractTunnelProxyEventService$ForwardResponseHandler.channelClosed(AbstractTunnelProxyEventService.java)
    at org.jboss.netty.handler.codec.oneone.OneToOneDecoder.handleUpstream(OneToOneDecoder.java)
    at org.jboss.netty.channel.Channels.fireChannelClosed(Channels.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.close(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.close(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java)
    at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java)
    at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2010-09-21 22:33:18,735 ERROR 
[com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.exceptionCaught
(HttpLocalProxyRequestHandler.java)] - exceptionCaught.
java.nio.channels.ClosedChannelException
    at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(Unknown Source)
    at sun.nio.ch.SocketChannelImpl.write(Unknown Source)
    at org.jboss.netty.buffer.HeapChannelBuffer.getBytes(HeapChannelBuffer.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.writeNow(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.write(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioSocketChannel$WriteTask.run(NioSocketChannel.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.processWriteTaskQueue(NioWorker.java)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java)
    at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java)
    at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Original comment by [email protected] on 21 Sep 2010 at 2:36

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
seattle平台步骤能否详细点,我双击install.bat,结果一闪而过��
�没了,请问接下去在哪输命令行?

Original comment by [email protected] on 22 Sep 2010 at 6:13

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Please refer this discussion: http://goo.gl/PVzF
install.bat是不需要执行的,命令行指的是dos命令行

Original comment by [email protected] on 22 Sep 2010 at 2:29

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
这句“cmd执行seattle shell-- python 
seash.py”确实误导人,白费不少时间,双击seash.py,出现命令�
��口,接下去 loadkeys <用户名>  等,按步骤就行了!


Original comment by [email protected] on 27 Sep 2010 at 11:32

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
已经成功整合了seattle和gae,解决了https问题,推特和面谱都��
�问题。

Original comment by [email protected] on 27 Sep 2010 at 12:56

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
我这里比较奇怪,同样一台机器,同样的网络环境,同样的hy
k配置,XP下的上不去twiiter,Ubuntu下可以,不知何故?

Original comment by [email protected] on 7 Oct 2010 at 2:44

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
设置hyk为Seattle,出下了以下错误。明明在python里list后,有7��
�Seattle ip状态为Started。求助

2011-06-03 20:18:53,015 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoSuchMethodError: com.hyk.proxy.framework.event.tunnel.AbstractTunnel
ProxyEventService$EmptyHandler.<init>(Lcom/hyk/proxy/framework/event/tunnel/Abst
ractTunnelProxyEventService;)V
        at com.hyk.proxy.plugin.seattle.event.SeattleProxyEventService.getRemote
Channel(SeattleProxyEventService.java:74)
        at com.hyk.proxy.framework.event.tunnel.AbstractTunnelProxyEventService.
handleEvent(AbstractTunnelProxyEventService.java:187)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Original comment by [email protected] on 3 Jun 2011 at 12:32

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
看看你的hyk-proxy是哪个版本?需要高于等于0.9.1版本才兼容这
个plugin

Original comment by [email protected] on 3 Jun 2011 at 1:00

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
0.9.3版

Original comment by [email protected] on 3 Jun 2011 at 1:07

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
seattle plugin忘了升级了,兼容性有些问题
替换一下如下的jar,在目录
<hyk-proxy>/plugins/seattle/lib

Original comment by [email protected] on 3 Jun 2011 at 1:48

Attachments:

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
It works! Thanks a lot!
每天撞墙,不死也疯。
到是 GAE 的 XMPP 方式又出现 No response from server 
的问题,不知怎么回事。https 方式就连上

Original comment by [email protected] on 3 Jun 2011 at 3:12

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Gtalk的服务也经常被封,可以换用其它的xmpp服务

Original comment by [email protected] on 4 Jun 2011 at 5:30

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
请问hyk-proxy-server包具体是指哪个目录?或哪个包?没找到。�
��。。。。

11. 
拷贝hyk-proxy-server包中的hyk-proxy.seattle.repy到seattle运行目录中

Original comment by [email protected] on 30 Jun 2011 at 3:24

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
hyk-proxy-gae-0.9.3.2.zip解压出来
./gae/deploy/ 是空的

Original comment by [email protected] on 30 Jun 2011 at 3:42

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
0.9.3版
没找到<hyk-proxy>/plugins/seattle/lib
只有<hyk-proxy>/lib 有很多*.jar,而且没有hyk-proxy-seattle.jar 

Original comment by [email protected] on 30 Jun 2011 at 4:18

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
server部分是单独的包
http://code.google.com/p/hyk-proxy/downloads/list
seattle部分已经独立到plugins里了,也是单独的包

Original comment by [email protected] on 3 Jul 2011 at 12:55

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
更新到9.4.1,忽然就连不上Seattle了。
2011-07-27 20:54:07,328 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
2011-07-27 20:54:07,343 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
2011-07-27 20:54:07,359 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
2011-07-27 20:54:07,359 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
2011-07-27 20:54:07,359 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
2011-07-27 20:54:07,375 ERROR [com.hyk.proxy.framework.httpserver.HttpLocalProxy
RequestHandler.exceptionCaught(HttpLocalProxyRequestHandler.java:146)] - excepti
onCaught.
java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DEREncodable
        at com.hyk.proxy.client.util.ClientUtils.getFakeSSLContext(ClientUtils.j
ava:118)
        at com.hyk.proxy.client.application.gae.event.GoogleAppEngineHttpProxyEv
entService.handleEvent(GoogleAppEngineHttpProxyEventService.java:233)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.selectProxy(Spa
cProxyEventService.java:147)
        at com.hyk.proxy.plugin.spac.event.SpacProxyEventService.handleEvent(Spa
cProxyEventService.java:199)
        at com.hyk.proxy.framework.httpserver.HttpLocalProxyRequestHandler.messa
geReceived(HttpLocalProxyRequestHandler.java:88)
        at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(Chu
nkedWriteHandler.java:117)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:39
1)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMe
ssageReceived(ReplayingDecoder.java:506)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(Repl
ayingDecoder.java:490)
        at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived
(ReplayingDecoder.java:427)
        at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEve
ntRunnable.java:69)
        at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecuto
r$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:307)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.asn1.DEREncodable
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more

Original comment by [email protected] on 27 Jul 2011 at 12:56

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
退回使用v0.9.3,一切正常了……

Original comment by [email protected] on 30 Aug 2011 at 11:39

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
那个自动升级功能很讨厌,降到0.9.3,又自己升回去了!seattl
e模块又不能用了T_T

Original comment by [email protected] on 31 Aug 2011 at 10:18

from hyk-proxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
为什么我在第5步,运行seash.py时,总是出问题,出现下面一��
�话:
C:\Python25\seattle>seash.py
Auto tab completion is off, because it is not available on your operating system
.
Traceback (most recent call last):
  File "C:\Python25\seattle\seash.py", line 256, in <module>
    time_updatetime(34612)
  File "C:\Python25\seattle\time_interface_repy.py", line 122, in time_updatetim
e
    raise Exception(ex_str)
Exception: ERROR: failed to update ntp time, Time Server update failed.  Perhaps
 retry later...('Unable to open connection with any of the ', 5, 'servers runnin
g time_server.repy.')

Original comment by [email protected] on 3 Nov 2011 at 5:18

Attachments:

from hyk-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.