could not create Dir using jarFile from url file:/D:/Servers/Oracle10.3.5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar. skipping.
java.lang.NullPointerException: null
at java.util.zip.ZipFile.<init>(ZipFile.java:108) ~[na:1.6.0_24]
at java.util.jar.JarFile.<init>(JarFile.java:135) ~[na:1.6.0_24]
at java.util.jar.JarFile.<init>(JarFile.java:99) ~[na:1.6.0_24]
at org.reflections.vfs.Vfs$DefaultUrlTypes$1.createDir(Vfs.java:207) ~[reflections-0.9.9-RC1.jar:na]
at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.9-RC1.jar:na]
at org.reflections.vfs.Vfs.fromURL(Vfs.java:91) [reflections-0.9.9-RC1.jar:na]
at org.reflections.Reflections.scan(Reflections.java:231) [reflections-0.9.9-RC1.jar:na]
at org.reflections.Reflections.scan(Reflections.java:204) [reflections-0.9.9-RC1.jar:na]
at org.reflections.Reflections.<init>(Reflections.java:129) [reflections-0.9.9-RC1.jar:na]|
The matter is that ....i n the "protected method scan" never is caugth the ReflectionsException .
|
} catch (Exception e) {
if (log != null && log.isWarnEnabled()) log.warn("<Exception>could not create Vfs.Dir from url " + url +" ignoring the exception and continuing", e);
throw new ReflectionsException(e):
} catch (Throwable e) {
if (log != null && log.isWarnEnabled()) log.warn("<Throwable>could not create Vfs.Dir from url " + url +" ignoring the exception and continuing", e);
throw new ReflectionsException(e):
}