Deploy on Payara: did not complete after 60000 milliseconds

3 views
Skip to first unread message

Andreas Ernst

unread,
May 10, 2024, 4:11:41 AMMay 10
to Codehaus Cargo
Hi,

since some time, i got this error in my Jenkins Output. Here is the POM snippet:

<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>1.10.13</version>
<configuration>
<container>
<containerId>glassfish5x</containerId>
<type>installed</type>
<home>${payara.home}</home>
<timeout>180000</timeout>
</container>
<configuration>
<type>existing</type>
<home>${payara.domainDir}</home>
<properties>
<cargo.glassfish.domain.name>${payara.domainName}</cargo.glassfish.domain.name>
<cargo.hostname>${url}</cargo.hostname>
<cargo.glassfish.admin.port>${port}</cargo.glassfish.admin.port>
</properties>
</configuration>
<deployables>
<deployable>
<properties>
<context>/</context>
</properties>
</deployable>
</deployables>
</configuration>
<!-- provides JSR88 client API to deploy on Payara -->
<dependencies>
<dependency>
<groupId>org.glassfish.main.deployment</groupId>
<artifactId>deployment-client</artifactId>
<version>5.0</version>
</dependency>
</dependencies>
</plugin>

Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.codehaus.cargo:cargo-maven3-plugin:1.10.13:redeploy failed

How to i fix this?

Regards
Andreas

S. Ali Tokmen

unread,
May 10, 2024, 1:39:19 PMMay 10
to codehau...@googlegroups.com
Hi Andreas

Please have a look at the documentation for remote deployments to GlassFish 6.x onwards and to recent Payara versions: https://codehaus-cargo.github.io/cargo/Remote+deployments+to+GlassFish+6.x+onwards+and+to+recent+Payara+versions.html

Regards


--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/02db459f-876f-4d1d-8379-12a9f40af8e4n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages