Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] materialize-products: org.codehaus.plexus.util.cli.CommandLineTimeOutException

in case you use the standalone director runtime, the timeout is currently hardcoded:

 

http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-p2/tycho-p2-director-plugin/src/main/java/org/eclipse/tycho/plugins/p2/director/runtime/StandaloneDirectorRuntime.java#n56

 

we should probably make this configurable in tycho-p2-director-plugin. Patches welcome [1]

 

Regards,

Jan

 

[1] https://wiki.eclipse.org/Tycho/Contributor_Guide

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Natalia Bartol
Sent: Samstag, 5. April 2014 01:24
To: Tycho user list
Subject: Re: [tycho-user] materialize-products: org.codehaus.plexus.util.cli.CommandLineTimeOutException

 

I'm unlucky. -Dtimeout=3600 didn't really help, it was just a random case where build took less than 60 seconds... 

So I still need some help :)

 

I also tried -Dp2.timeout=1000 but still get the same error. 

 

Does anyone have any ideas?

 

Thanks,

Natalia

 

On Thu, Apr 3, 2014 at 7:47 PM, Natalia Bartol <natalia.b@xxxxxxxx> wrote:

Ok, just found out that  -Dtimeout=3600 seems to be fixing my problem. 

 

On Thu, Apr 3, 2014 at 7:11 PM, Natalia Bartol <natalia.b@xxxxxxxx> wrote:

I should add that I am using the standalone p2 director and execute a custom action on install.

 

On Thu, Apr 3, 2014 at 7:03 PM, Natalia Bartol <natalia.b@xxxxxxxx> wrote:

Hello,

 

Is there any property I could set for Tycho build to increase the timeout?

 

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.18.1:materialize-products (materialize-products) on project studio-product: Execution materialize-products of goal org.eclipse.tycho:tycho-p2-director-plugin:0.18.1:materialize-products failed: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 60 seconds

 

 

Thanks!

Natalia

 

 

 

 

 


Back to the top