StackOverflowError on /dashboard/pulls
See original GitHub issuei use version 3.8.
java.lang.StackOverflowError
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder.expr(JdbcStatementBuilderComponent.scala:338)
at scala.slick.driver.H2Driver$QueryBuilder.scala$slick$driver$JdbcStatementBuilderComponent$OracleStyleRowNum$$super$expr(H2Driver.scala:70)
at scala.slick.driver.JdbcStatementBuilderComponent$OracleStyleRowNum$class.expr(JdbcStatementBuilderComponent.scala:509)
at scala.slick.driver.H2Driver$QueryBuilder.expr(H2Driver.scala:76)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
at scala.slick.util.SQLBuilder$$anonfun$sep$1.apply(SQLBuilder.scala:39)
at scala.slick.util.SQLBuilder$$anonfun$sep$1.apply(SQLBuilder.scala:37)
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
at scala.slick.util.SQLBuilder.sep(SQLBuilder.scala:37)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder.expr(JdbcStatementBuilderComponent.scala:342)
at scala.slick.driver.H2Driver$QueryBuilder.scala$slick$driver$JdbcStatementBuilderComponent$OracleStyleRowNum$$super$expr(H2Driver.scala:70)
at scala.slick.driver.JdbcStatementBuilderComponent$OracleStyleRowNum$class.expr(JdbcStatementBuilderComponent.scala:509)
at scala.slick.driver.H2Driver$QueryBuilder.expr(H2Driver.scala:76)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
:
at scala.slick.driver.H2Driver$QueryBuilder.scala$slick$driver$JdbcStatementBuilderComponent$OracleStyleRowNum$$super$expr(H2Driver.scala:70)
at scala.slick.driver.JdbcStatementBuilderComponent$OracleStyleRowNum$class.expr(JdbcStatementBuilderComponent.scala:509)
at scala.slick.driver.H2Driver$QueryBuilder.expr(H2Driver.scala:76)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder$$anonfun$expr$9.apply(JdbcStatementBuilderComponent.scala:342)
at scala.slick.util.SQLBuilder$$anonfun$sep$1.apply(SQLBuilder.scala:39)
at scala.slick.util.SQLBuilder$$anonfun$sep$1.apply(SQLBuilder.scala:37)
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
at scala.slick.util.SQLBuilder.sep(SQLBuilder.scala:37)
at scala.slick.driver.JdbcStatementBuilderComponent$QueryBuilder.expr(JdbcStatementBuilderComponent.scala:342)
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Setting up data refreshing in Shiny app connected to ...
I have built a dashboard using R and Shiny, and said dashboard pulls in data from a Postgres db using the RPostgreSQL package....
Read more >gitbucket/gitbucket - Gitter
/dashboard/pulls shows StackOverflowError. never mind, when accessed again after a while the error disappeared. Pablo. @pablottz_twitter.
Read more >The StackOverflowError in Java - Baeldung
Learn how one of Java's most common errors - StackOverflowError - occurs, and how to resolve it.
Read more >Power outage wiped my node config, then more woes came
The dashboard pulls up now and I'm showing all of my previous satellites online. I think when I installed the node, it was...
Read more >Tweets with replies by Polkahontas (@emilyostbo) / Twitter
The Artemis dashboard pulls data from electric capital ... stackoverflow.com. Stack Overflow - Where Developers Learn, Share, & Build Careers.
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
Getting the same issue, the gitbucket/dashboard/pulls page gives a 500 error. Was getting this on 4.1.0, upgraded to 4.3.0 and still having the same issue. Closed all open pull requests and rebooted as suggested above - but it didn’t fix it.
From log:
Hmm… I will consider to replace Slick query with native SQL.