JDBC rule make datasource connect stackoverflow
See original GitHub issueThis is not happened when not with specialagent.
Caused by: java.lang.StackOverflowError
at java.sql.DriverManager.getDrivers(Unknown Source) ~[java.sql:?]
at java.sql.DriverManager.getDrivers(Unknown Source) ~[java.sql:?]
at io.opentracing.contrib.jdbc.TracingDriver.findDriver(TracingDriver.java:229) ~[?:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:165) ~[?:?]
at io.opentracing.contrib.specialagent.rule.jdbc.JdbcAgentIntercept.connect(JdbcAgentIntercept.java:55) ~[?:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:47) ~[clickhouse-jdbc-0.2.jar:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:29) ~[clickhouse-jdbc-0.2.jar:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:173) ~[?:?]
at io.opentracing.contrib.specialagent.rule.jdbc.JdbcAgentIntercept.connect(JdbcAgentIntercept.java:55) ~[?:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:47) ~[clickhouse-jdbc-0.2.jar:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:29) ~[clickhouse-jdbc-0.2.jar:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:173) ~[?:?]
at io.opentracing.contrib.specialagent.rule.jdbc.JdbcAgentIntercept.connect(JdbcAgentIntercept.java:55) ~[?:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:47) ~[clickhouse-jdbc-0.2.jar:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:29) ~[clickhouse-jdbc-0.2.jar:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:173) ~[?:?]
at io.opentracing.contrib.specialagent.rule.jdbc.JdbcAgentIntercept.connect(JdbcAgentIntercept.java:55) ~[?:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:47) ~[clickhouse-jdbc-0.2.jar:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:29) ~[clickhouse-jdbc-0.2.jar:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:173) ~[?:?]
at io.opentracing.contrib.specialagent.rule.jdbc.JdbcAgentIntercept.connect(JdbcAgentIntercept.java:55) ~[?:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:47) ~[clickhouse-jdbc-0.2.jar:?]
at ru.yandex.clickhouse.ClickHouseDriver.connect(ClickHouseDriver.java:29) ~[clickhouse-jdbc-0.2.jar:?]
at io.opentracing.contrib.jdbc.TracingDriver.connect(TracingDriver.java:173) ~[?:?]
.......
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Create DataSource from JDBC URL - java - Stack Overflow
Is there a way to create a DataSource object from a single URL? For what it's worth, this seems to work for MySQL...
Read more >Clustering 4000 Stack Overflow tags with BigQuery k-means
So I'm going to create a string first that will define all the columns where I want to find co-occurrence. Then I can...
Read more >[Stackoverflow] [Progress OpenEdge ABL] Can I create a ...
I have an Oracle 18c database. From this DB I need to create a database link to a Progress/Openedge 11.7 database to retrieve...
Read more >stack-overflow-query - gists · GitHub
It was related with build configuration. When i add to js folder into exclude path, then problem solved. Thx to this link =>...
Read more >Spring Data JDBC - Reference Documentation
Spring Data on Stack Overflow is a tag for all Spring Data (not just Document) users to share information and help each other....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @xiemeilong, I have reproduced this error, and have checked in a fix that prevents the
StackOverflowError
. You can build SpecialAgent from source, or wait for release of v1.7.1, which is due on April 19th. Thank you for reporting this!Hi @xiemeilong, I wanted to check with you regarding this issue. Has release v1.7.1 resolved your
StackOverflowError
?