Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unable to launch test runtime with tycho-surefire 2.1

Thanks for the idea, Jeff, but that hasn't seemed to change things. Again, it's just the UI tests that seem to have this problem for me--headless test plug-ins execute just fine--and I am getting a workspace log that doesn't indicate any issues, just no surefire-reports and a mysterious 127 error code with no other details. Our builds all have CBI's Xvnc enabled and in use.

On Tue, Oct 27, 2020 at 5:38 AM Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:
I don't see the Java11+ specific flags being set when launching the runtime.
In JBoss Tools, we explicitly add --add-modules=ALL-SYSTEM

On Mon, Oct 26, 2020 at 1:38 AM Nitin Dahyabhai <thatnitind@xxxxxxxxx> wrote:
I'd have to use the MAVEN_OPTS variable to try something like that, but as one would hope, the ports are firewalled off and prevent that. Besides, it's what's happening in the test application that's of more interest than the Maven process itself--why is it returning an error code and not running the UI tests. There are no surefire-reports generated for that test bundle, so it's still a mystery to me.

On Sat, Oct 24, 2020 at 3:57 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
If the application is starting, at this point what might be best is to enable debug to find out why and how it's interrupted.
Try using the `-DdebugPort=8000` flag and then connect to your test from the IDE using a remote Java application launch config.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Regards,
Nitin Dahyabhai
Eclipse WTP PMC
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Regards,
Nitin Dahyabhai
Eclipse WTP PMC

Back to the top