apache / pulsar-manager

Apache Pulsar Manager
https://pulsar.apache.org/
Apache License 2.0
516 stars 245 forks source link

Following readme to run backend fails with latest #567

Closed maranmaran closed 5 months ago

maranmaran commented 5 months ago

Steps:

cd pulsar-manager
./gradlew build -x test
cd build/distributions
unzip pulsar-manager.zip or tar -zxvf pulsar-manager.tar
./pulsar-manager/bin/pulsar-manager

Result:

***************************
APPLICATION FAILED TO START
***************************

Description:

The dependencies of some of the beans in the application context form a cycle:

   bookiesController defined in URL [jar:file:/mnt/c/Repos/Personal/pulsar-manager/build/distributions/pulsar-manager/lib/pulsar-manager.jar!/org/apache/pulsar/manager/controller/BookiesController.class]
      ↓
   bookiesServiceImpl defined in URL [jar:file:/mnt/c/Repos/Personal/pulsar-manager/build/distributions/pulsar-manager/lib/pulsar-manager.jar!/org/apache/pulsar/manager/service/impl/BookiesServiceImpl.class]
┌─────┐
|  environmentCacheServiceImpl defined in URL [jar:file:/mnt/c/Repos/Personal/pulsar-manager/build/distributions/pulsar-manager/lib/pulsar-manager.jar!/org/apache/pulsar/manager/service/impl/EnvironmentCacheServiceImpl.class]
↑     ↓
|  pulsarAdminServiceImpl (field private org.apache.pulsar.manager.service.EnvironmentCacheService org.apache.pulsar.manager.service.impl.PulsarAdminServiceImpl.environmentCacheService)
└─────┘