Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
5.4.2
-
None
-
None
-
Ubuntu 15.04
Java 8
Tomcat 8
Maven 3.3.3
Description
My Log file gets spammed with the following exception, probably because there is no UrlType defined for *.so files.
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.13
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)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at info.magnolia.classpathwatch.ClasspathScanner.run(ClasspathScanner.java:91)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)