-
Bug
-
Resolution: Done
-
Blocker
-
2.5.1.GA
-
None
Trying to execute query: select * from nt_file thru Teiid (using SQuirrel), and the server StackOverflowError is seen.
[JDBCExecutionException] 0: Error Code:0 Message:'Error; - nested throwable: (java.lang.StackOverflowError)' error executing statement(s): [SQL: SELECT g_0."jcr:created", g_0."jcr:createdBy", g_0."jcr:name", g_0."jcr:path", g_0."jcr:primaryType", g_0."jcr:score", g_0."mode:depth", g_0."mode:localName" FROM "nt:file" AS g_0]
1 [NestedSQLException]Error; - nested throwable: (java.lang.StackOverflowError)
2 [StackOverflowError]
Caused by: org.jboss.util.NestedSQLException: Error; - nested throwable: (java.lang.StackOverflowError)
at org.jboss.resource.adapter.jdbc.WrappedConnection.checkException(WrappedConnection.java:889)
at org.jboss.resource.adapter.jdbc.WrappedStatement.checkException(WrappedStatement.java:852)
at org.jboss.resource.adapter.jdbc.WrappedStatement.executeQuery(WrappedStatement.java:231)
at org.teiid.translator.jdbc.JDBCQueryExecution.execute(JDBCQueryExecution.java:82)
... 14 more
Caused by: java.lang.StackOverflowError
at java.util.Locale.equals(Locale.java:910)
at java.util.concurrent.ConcurrentHashMap$Segment.put(ConcurrentHashMap.java:426)
at java.util.concurrent.ConcurrentHashMap.putIfAbsent(ConcurrentHashMap.java:897)
at org.modeshape.jdbc.util.I18n.localize(I18n.java:206)
at org.modeshape.jdbc.util.I18n.rawText(I18n.java:383)
at org.modeshape.jdbc.util.I18n.text(I18n.java:415)
at org.modeshape.jdbc.util.I18n.text(I18n.java:402)
at org.modeshape.jdbc.util.StringUtil.createString(StringUtil.java:86)
at org.modeshape.jdbc.util.I18n.text(I18n.java:416)
at org.modeshape.jdbc.util.I18n.text(I18n.java:402)
at org.modeshape.jdbc.util.StringUtil.createString(StringUtil.java:86)
at org.modeshape.jdbc.util.I18n.text(I18n.java:416)
at org.modeshape.jdbc.util.I18n.text(I18n.java:402)
......