I had this when tryint to setup a build on Linux. The error ususally
indicates that the test is waiting for the flashplayer to connect to
the control socket, but it isn't doing so.
In my case I was starting a flashplayer instead of the debugplayer or
in an Air application I was using the wrong AIR version. Make sure the
Flashplayer you are using has the right version and is a debug-player
version.

Chris


2012/10/3 Asking Dumbquestions <askingdumbquesti...@gmail.com>:
> This could be that your tests are timing out. Isolate certain tests or
> suites to see which test might be timing out. If you are mocking using
> mockolate, use a [Rule] and the [Mock] meta tag instead of creating the
> mocks in the [Before] method.  Check your tests for any crazy processing
> that might be taking unnecessary time, in short, don't run performance
> tests, etc.
>
> Might be something in that area.
>
>
> On Friday, 28 September 2012 12:47:50 UTC-4, Eder Toledo wrote:
>>
>> Problems with Maven and Flex Mojos.
>>
>> Good day I am colborando in a project using Maven and Flex Mojos.
>>
>> When performing a mvn install in the project. running normally, open the
>> flashplayer for a few seconds, then closed the flasplayer.
>>
>> And shows me the following error:
>>
>>
>> [ERROR] Failed to execute goal org.sonatype.flexmojos:
>> flexmojos-maven-plugin :4.1-beta: test-run (default-test-run) on project
>> flex-commons: Accept timed out - / home / eder / git / MultiGame / Games /
>> Flex / FlexCommon / target / test-classes / TestRunner.swf -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven With The-e
>> switch.
>> [ERROR] Re-run Maven using the-X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the Following Articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>
>> I visited the link mentioned error:
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>
>> but have not found anything useful.
>>
>> I hope someone can help.
>> Thank you.
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Flex Mojos" group.
> To post to this group, send email to flex-mojos@googlegroups.com
> To unsubscribe from this group, send email to
> flex-mojos+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to