Dear all,
am new to Entando and trying with
1.https://dev.entando.org/v6.3/tutorials/backend-developers/generate-microservices-and-micro-frontends.html#overview
followed by
while installing at the App Builder, its giving following error. Unable to understand why and how to fix it.
: Installable ‘jeffpower-test-project’ has errors: org.entando.kubernetes.exception.k8ssvc.PluginNotReadyException: Plugin jeffpower-test-project not ready after predefined timeout
java.util.concurrent.CompletionException: org.entando.kubernetes.exception.k8ssvc.PluginNotReadyException: Plugin jeffpower-test-project not ready after predefined timeout
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[na:na]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) ~[na:na]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]
Caused by: org.entando.kubernetes.exception.k8ssvc.PluginNotReadyException: Plugin jeffpower-test-project not ready after predefined timeout
at org.entando.kubernetes.service.KubernetesService.linkPluginAndWaitForSuccess(KubernetesService.java:101) ~[classes!/:6.2.39]
at org.entando.kubernetes.model.bundle.installable.PluginInstallable.lambda$install$0(PluginInstallable.java:37) ~[classes!/:6.2.39]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[na:na]
… 1 common frames omitted
2021-02-20 08:53:52.620 ERROR 1 — [ Thread-8] o.e.k.s.d.j.EntandoBundleInstallService : An error occurred during component installation
org.entando.kubernetes.exception.EntandoComponentManagerException: testproject-bundle install can’t proceed due to an error with one of the components
at org.entando.kubernetes.service.digitalexchange.job.EntandoBundleInstallService.lambda$submitInstallAsync$5(EntandoBundleInstallService.java:198) ~[classes!/:6.2.39]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]
2021-02-20 08:53:52.620 WARN 1 — [ Thread-8] o.e.k.s.d.j.EntandoBundleInstallService : Rolling installation of bundle testproject-bundle@v0.0.1
2021-02-20 08:53:52.625 INFO 1 — [ Thread-10] o.e.k.m.b.installable.PluginInstallable : Removing link to plugin jeffpower-test-project
2021-02-20 08:53:52.969 INFO 1 — [ Thread-8] o.e.k.s.d.j.EntandoBundleInstallService : Rollback operation completed successful