Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In embedded mode I get the error "Deployable http://localhost:9080/cargocpc/index.htmlImage Removed failed to finish deploying within the timeout period 120000. The Deployable state is thus unknown"

This barely means that 2 minutes are not enough for setting up everything on the given hardware: you can configure this timeout by changing, in

...

console/pom.xml

...

:

Code Block
      <plugin>
        <groupId>org.codehaus.cargo</groupId>
        <artifactId>cargo-maven2-plugin</artifactId>
        <inherited>true</inherited>
        <configuration>
          <container>

...