Hi,

I am getting the below error when executing commands on the Roo shell. Please advise.

Thanks,

Karen

Exception in thread "Spring Roo JLine Shell" java.lang.StackOverflowError
at java.lang.String.indexOf(String.java:1533)
at java.net.URLStreamHandler.parseURL(URLStreamHandle r.java:144)
at java.net.URL.<init>(URL.java:612)
at java.net.URL.<init>(URL.java:480)
at sun.misc.URLClassPath$Loader.findResource(URLClass Path.java:473)
at sun.misc.URLClassPath.findResource(URLClassPath.ja va:162)
at java.net.URLClassLoader$2.run(URLClassLoader.java: 379)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoade r.java:376)
at java.lang.ClassLoader.getResource(ClassLoader.java :977)
at java.lang.ClassLoader.getResourceAsStream(ClassLoa der.java:1159)
at javax.xml.parsers.SecuritySupport$4.run(SecuritySu pport.java:94)
at java.security.AccessController.doPrivileged(Native Method)
at javax.xml.parsers.SecuritySupport.getResourceAsStr eam(SecuritySupport.java:87)
at javax.xml.parsers.FactoryFinder.findJarServiceProv ider(FactoryFinder.java:248)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder .java:221)
at javax.xml.parsers.SAXParserFactory.newInstance(SAX ParserFactory.java:126)
at org.springframework.roo.addon.dbre.model.DatabaseX mlUtils.readDatabase(DatabaseXmlUtils.java:43)
at org.springframework.roo.addon.dbre.model.DbreModel ServiceImpl.getDatabase(DbreModelServiceImpl.java: 100)
at com.chase.es.parameters.roo.addon.operations.impl. KeyFieldsFinderOperationsImpl.getTableForEntity(Ke yFieldsFinderOperationsImpl.java:200)
at com.chase.es.parameters.roo.addon.operations.impl. KeyFieldsFinderOperationsImpl.lookupKeyFieldInDbre BySymbolName(KeyFieldsFinderOperationsImpl.java:13 7)
at com.chase.es.parameters.roo.addon.operations.impl. KeyFieldsFinderOperationsImpl.populateFieldTypeMap ForFieldSymbolNames(KeyFieldsFinderOperationsImpl. java:119)
at com.chase.es.parameters.roo.addon.operations.impl. KeyFieldsFinderOperationsImpl.getKeyFields(KeyFiel dsFinderOperationsImpl.java:107)