Hi Peter, Welcome to the Isis list!
The errors you are seeing are known [1] but not fatal (and indeed only applicable to Mac users). I suggest you ignore them and wait for a fix. Cheers, Jeroen [1] https://issues.apache.org/jira/browse/ISIS-805 On Tue, Aug 5, 2014 at 10:07 PM, Peter <[email protected]> wrote: > Hi, > > I've generated a simple app using the simpleapp archetype. When building > (mvn install), the following error are logged: > > [Reflections main WARN ] could not create Dir using > directory from url file:/System/Library/Java/Extensions/libQTJNative.jnilib. > skipping. > java.lang.RuntimeException: cannot use dir /System/Library/Java/ > Extensions/libQTJNative.jnilib > at org.reflections.vfs.SystemDir.<init>(SystemDir.java:20) > .... > [Reflections main ERROR] 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/libQTJNative.jnilib] > 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:108) > .... > 22:00:46,999 [Reflections main WARN ] could not create > Dir using directory from url file:/System/Library/Java/Extensions/QTJava.zip. > skipping. > java.lang.RuntimeException: cannot use dir /System/Library/Java/ > Extensions/QTJava.zip > at org.reflections.vfs.SystemDir.<init>(SystemDir.java:20) > .... > 22:00:47,000 [Reflections main ERROR] 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:108) > .... > > and a few more. > > The build succeeds and i can run the application, but having loads of > error messages during building is very confusing and disturbing. > > Why am i getting these error? What can i do about it? > > Btw, i'm using a Mac (if you didn't notice from the file paths ;-)). > > Regards > Peter > >
