Does anyone else notice Jane getting into a recursive loop that
it does not escape from when I add too many libraries to Jane.
If I have less libraries in Jane then it works well. Im okay with
4 libraries but when I add a 5th (different libraries) it starts
to get the recursive error...
[notice] SideKick #1: load context finder
[error] WorkThread: Exception in work thread:
[error] WorkThread: java.lang.StackOverflowError
[error] WorkThread: at java.util.TreeMap.compare(TreeMap.java:1081)
[error] WorkThread: at java.util.TreeMap.getEntry(TreeMap.java:341)
[error] WorkThread: at java.util.TreeMap.get(TreeMap.java:260)
[error] WorkThread: at
java.util.Collections$SynchronizedMap.get(Collections.java:1938)
[error] WorkThread: at
jane.DefaultClassInfoFinder.getClass(DefaultClassInfoFinder.java:158)
[error] WorkThread: at jane.ClassInfoFinder.findClass(ClassInfoFinder.java:131)
[error] WorkThread: at jane.ClassInfoFinder.findClass(ClassInfoFinder.java:132)
[error] WorkThread: at jane.ClassInfoFinder.findClass(ClassInfoFinder.java:132)
[error] WorkThread: at jane.ClassInfoFinder.findClass(ClassInfoFinder.java:132)
It could be some common code causing the same error.
|