Yep. That was it. The root cause details were in the logs. I had Java 8
installed, but still had tomcat 7, which was configured to use Java 7
Thanks!

On Sat, Jun 4, 2016 at 2:18 AM, Thomas Mortagne <thomas.morta...@xwiki.com>
wrote:

> 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 <vinc...@massol.net>
> wrote:
> > Hi Sean,
> >
> >> On 03 Jun 2016, at 22:33, Sean Whalen <whalens...@gmail.com> 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
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to