Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

Thursday, December 13, 2007

Flex 3 Beta 3 Profiling Error?

Thursday, December 13, 2007   

I just tried profiling an application with the Flex Profiler (memory usage thing is sweet btw), and while it seems to be working, the console spits this out each time:


java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at com.adobe.flash.profiler.internal.Client$2.run(Client.java:198)
at java.lang.Thread.run(Unknown Source)

Socket timeout.
Not sure what the problem is, don't think its Java version. And I can't seem to compare two memory snapshots at the moment.
 
 Return to the main page
Comments:

There are currently 4 Comments:

Blogger Alan said...
“Had same problem. I had Aptana installed, once I disabled it the profiler wqorked again.”
 
Anonymous Anonymous said...
June 29, 2008 11:02 AM
“what security software are you using? I posted a solution to fix this problem if you are using ESET Smart Security.

http://www.grindstonemedia.net/2008/06/29/flex-profiler-connection-problems/

Are you on a MAC or Windows machine.”
 
Anonymous ryan said...
June 29, 2008 11:03 AM
“Yeah aptanna and flex don't play nice Alan.

Somtimes better to have them installed in two separate eclipse installations.”
 
Anonymous Anonymous said...
December 10, 2009 11:54 AM
“Check this blog out: http://wceii.blogspot.com/2009/12/flex-profiler-socket-timeout-error.html”
 
 Leave a comment