pycloux
pycloux
Similar issue for me: java.lang.ExceptionInInitializerError: ``` java.lang.Class.forName0(Native Method) java.lang.Class.forName(Class.java:348) com.wordnik.swagger.core.SwaggerContext$.loadClass(SwaggerContext.scala:21) pl.matisoft.swagger.PlayApiScanner$$anonfun$classes$1.applyOrElse(PlayApiScanner.scala:52) pl.matisoft.swagger.PlayApiScanner$$anonfun$classes$1.applyOrElse(PlayApiScanner.scala:49) scala.collection.immutable.List.collect(List.scala:295) pl.matisoft.swagger.PlayApiScanner.classes(PlayApiScanner.scala:49) play.modules.swagger.ApiListingCache$$anonfun$listing$1$$anonfun$apply$2$$anonfun$apply$3.apply(ApiListingCache.scala:34) play.modules.swagger.ApiListingCache$$anonfun$listing$1$$anonfun$apply$2$$anonfun$apply$3.apply(ApiListingCache.scala:32) scala.Option.map(Option.scala:145) play.modules.swagger.ApiListingCache$$anonfun$listing$1$$anonfun$apply$2.apply(ApiListingCache.scala:32) play.modules.swagger.ApiListingCache$$anonfun$listing$1$$anonfun$apply$2.apply(ApiListingCache.scala:31) scala.Option.map(Option.scala:145) play.modules.swagger.ApiListingCache$$anonfun$listing$1.apply(ApiListingCache.scala:31) play.modules.swagger.ApiListingCache$$anonfun$listing$1.apply(ApiListingCache.scala:29) scala.Option.orElse(Option.scala:266) play.modules.swagger.ApiListingCache$.listing(ApiListingCache.scala:29) pl.matisoft.swagger.SwaggerPluginProvider.onStart(SwaggerPluginProvider.scala:64) pl.matisoft.swagger.SwaggerPluginProvider.get(SwaggerPluginProvider.scala:36) pl.matisoft.swagger.SwaggerPluginProvider.get(SwaggerPluginProvider.scala:18) com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81) com.google.inject.internal.BoundProviderFactory.provision(BoundProviderFactory.java:72) com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:61)...
Hello actually it is, if you look to my stacktrace it is not "triggered" by Ebean or any other exception. This happens in the PlayApiScanner. I'll try to figure out...
Hi @michalzubkowicz I think I found the error. In my application I still have a GlobalSettings (not easy to get rid of it quickly). For some reason your module is...
So here is the conclusion (which explains the error from @szuzul). Your controler analyzer loads the classes (in order to check the annotation). The problem is that, some of these...