The first thing to check when you move to 8.1 is to check if you are
using Java 8.

On Fri, Jun 3, 2016 at 11:38 PM, Vincent Massol <[email protected]> wrote:
> Hi Sean,
>
>> On 03 Jun 2016, at 22:33, Sean Whalen <[email protected]> wrote:
>>
>> Any ideas on what is causing this and how to fix it? Full traceback is
>> below:
>
> [snip]
>
> What’s important is to show us the root cause, ie. the deepest root cause.
>
> The problem is that your log is not complete, it’s not showing the deepest 
> root cause. It’s showing:
>
>> org.xwiki.cache.CacheException: Failed to get cache factory for role
>> hint [infinispan]
>>       
>> org.xwiki.cache.internal.DefaultCacheManager.createNewCache(DefaultCacheManager.java:109)
>
> However that’s not the root cause.
>
> The code that generates this is:
>
> ...
> } catch (ComponentLookupException e) {
>     throw new CacheException("Failed to get cache factory for role hint [" + 
> cacheHint + "]", e);
> …
>
> As you can see there’s an exception passed and thus there’s a deeper root 
> cause ;)
>
> Thanks
> -Vincent
>
>> *note* *The full stack trace of the root cause is available in the Apache
>> Tomcat/7.0.68 (Ubuntu) logs.*
>> ------------------------------
>> Apache Tomcat/7.0.68 (Ubuntu)
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to