Re: Annotations Exception

2017-02-14 Thread Syed Ahmed
It's been happening to me recently as well Mike. I think there was some commit after which the management server takes way too long to start spending time scanning annotations. On Tue, Feb 14, 2017 at 4:07 PM, Tutkowski, Mike wrote: > In case this happens to anyone

Re: Annotations Exception

2017-02-14 Thread Tutkowski, Mike
In case this happens to anyone else, here is how I solved it (maxWait parameter): mvn –pl client jetty:run –Dnoredist –Dorg.eclipse.jetty.annotations.maxWait=240 On 2/14/17, 1:20 PM, "Tutkowski, Mike" wrote: Hi, Anyone know why I might be getting this

Annotations Exception

2017-02-14 Thread Tutkowski, Mike
Hi, Anyone know why I might be getting this exception starting up the management server (with master)? java.lang.Exception: Timeout scanning annotations at org.eclipse.jetty.annotations.AnnotationConfiguration.scanForAnnotations(AnnotationConfiguration.java:578) at