Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waffle 3.2.0 - problem --> Provider waffle.util.cache.CaffeineCacheSupplier not a subtype #1699

Open
bandedos opened this issue Sep 12, 2022 · 2 comments

Comments

@bandedos
Copy link

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.

@hazendaz
Copy link
Member

are you missing caffeine library by chance?

@bandedos
Copy link
Author

No, I double checked it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants