Did some further testing: the problem seems to be something in the project I'm trying to build, as I don't get the error in another project I'm building. It is a project extending flexunit 0.85, maybe got some clashes with new testing framework? I tried to run with -X, but that one seems to be hanging before I get to the problem. I will now try to isolate the problem by removing classes...
On Apr 1, 11:10 pm, Marvin Froeder <[email protected]> wrote: > Flashplayer was launched? > Did it show any errors? > > Run with -X and attach the results. > > VELO > > On Wed, Apr 1, 2009 at 6:05 PM, bertSimon <[email protected]> wrote: > > > I tried to get it running but got while running tests: > > [ERROR] FATAL ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Remote virtual machine didn't reply, looks to be stucked - > > class org.sonatype.flexmojos.test.threads.AsVmControl > > Read timed out > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Trace > > java.lang.Error: Remote virtual machine didn't reply, looks to be > > stucked - class org.sonatype.flexmojos.test.threads.AsVmControl > > at > > org.sonatype.flexmojos.test.threads.AbstractSocketThread.setError > > (AbstractSocketThread.java:103) > > at > > org.sonatype.flexmojos.test.threads.AsVmControl.handleRequest > > (AsVmControl.java:53) > > at org.sonatype.flexmojos.test.threads.AbstractSocketThread.run > > (AbstractSocketThread.java:64) > > at java.lang.Thread.run(Thread.java:619) > > Caused by: java.net.SocketTimeoutException: Read timed out > > at java.net.SocketInputStream.socketRead0(Native Method) > > at java.net.SocketInputStream.read(SocketInputStream.java:129) > > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) > > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) > > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) > > at java.io.InputStreamReader.read(InputStreamReader.java:167) > > at java.io.BufferedReader.fill(BufferedReader.java:136) > > at java.io.BufferedReader.readLine(BufferedReader.java:299) > > at java.io.BufferedReader.readLine(BufferedReader.java:362) > > at > > org.sonatype.flexmojos.test.threads.AsVmControl.handleRequest > > (AsVmControl.java:44) > > ... 2 more > > > Should I make sure certain ports are not in use? > > > Regards, > > Bert Bruynooghe. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
