You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.apache.catalina.LifecycleException: Failed to start component [NegotiateAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]]
at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:176)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5147)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:728)
... 43 more
Caused by: java.util.ServiceConfigurationError: waffle.util.cache.CacheSupplier: Provider waffle.util.cache.CaffeineCacheSupplier not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:239)
at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at waffle.util.cache.Cache.newCache(Cache.java:65)
at waffle.windows.auth.impl.WindowsAuthProviderImpl.(WindowsAuthProviderImpl.java:105)
at waffle.apache.WaffleAuthenticatorBase.startInternal(WaffleAuthenticatorBase.java:303)
at waffle.apache.NegotiateAuthenticator.startInternal(NegotiateAuthenticator.java:65)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
... 48 more
Can someone help me with this. I don't know what is the problem. Thanks.
The text was updated successfully, but these errors were encountered:
Caused by: org.apache.catalina.LifecycleException: Failed to start component [NegotiateAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]]
at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:176)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5147)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:728)
... 43 more
Caused by: java.util.ServiceConfigurationError: waffle.util.cache.CacheSupplier: Provider waffle.util.cache.CaffeineCacheSupplier not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:239)
at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at waffle.util.cache.Cache.newCache(Cache.java:65)
at waffle.windows.auth.impl.WindowsAuthProviderImpl.(WindowsAuthProviderImpl.java:105)
at waffle.apache.WaffleAuthenticatorBase.startInternal(WaffleAuthenticatorBase.java:303)
at waffle.apache.NegotiateAuthenticator.startInternal(NegotiateAuthenticator.java:65)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
... 48 more
Can someone help me with this. I don't know what is the problem. Thanks.
The text was updated successfully, but these errors were encountered: