On Wed, Mar 8, 2017 at 4:41 PM, Keith H <[email protected]> wrote: > Hello All, > > I’m new to xwiki, and have lots of questions. > > Running xwiki 9.1.2 on Mac OS X, lion, on an old mac. Its looking pretty > good but… > > 1. Starting up there are some error messages, and I don’t know how seriously > to take them. > > 2017-03-08 15:37:36.509:WARN:oeja.AnnotationConfiguration:main: > ServletContainerInitializers: detected. Class hierarchy: empty > 2017-03-08 15:38:03,012 [main] WARN o.r.Reflections - could > not create Vfs.Dir from url. ignoring the exception and continuing > org.reflections.ReflectionsException: could not create Vfs.Dir from url, no > matching UrlType was found [file:/System/Library/Java/Extensions/QTJava.zip] > either use fromURL(final URL url, final List<UrlType> urlTypes) or use the > static setDefaultURLTypes(final List<UrlType> urlTypes) or > addDefaultURLTypes(UrlType urlType) with your specialized UrlType. > at org.reflections.vfs.Vfs.fromURL(Vfs.java:109) > at org.reflections.vfs.Vfs.fromURL(Vfs.java:91) > at org.reflections.Reflections.scan(Reflections.java:237) > at org.reflections.Reflections.scan(Reflections.java:204) > at org.reflections.Reflections.<init>(Reflections.java:129) > at > org.xwiki.extension.maven.internal.MavenExtensionScanner.scan(MavenExtensionScanner.java:150)
This warning means that XWiki found something it does not understand in the classloader (QTJava.zip which indeed looks a bit weird from Java point of view) but from what I see I don't think you need to worry here. XWiki scan the classloader to find what is already there (so that you don't end up installing it again as a dependency of some extension). > > 2. The soft shutdown ./stop_xwiki.sh never works, it always goes in for the > kill. For this one I don't know. I don't have access to a Mac but AFAIK it's supposed to work well. Any specific error when you run it ? > > any thoughts? > > thanks in advance > > Keith -- Thomas Mortagne
