Hey folks, has anyone run into this error message ...
# exposed
j
Hey folks, has anyone run into this error message before with Exposed?
Copy code
Unhandled exception: Infinite recursion (StackOverflowError) (through reference chain: org.jetbrains.exposed.sql.Column[0]->org.jetbrains.exposed.sql.Column["table"]->com.ridgelineapps.marketData.data.table.Cars["primaryKey"]->org.jetbrains.exposed.sql.Table$PrimaryKey["columns"]->org.jetbrains.exposed.sql.Column[0]->org.jetbrains.exposed.sql.Column["table"]->com.ridgelineapps.marketData.data.table.Cars["primaryKey"]->org.jetbrains.exposed.sql.Table$PrimaryKey["columns"]->org.jetbrains.exposed.sql.Column[0]->org.jetbrains.exposed.sql.Column["table"]->com.ridgelineapps.marketData.data.table.Cars["primaryKey"]->org.jetbrains.exposed.sql.Table$PrimaryKey["columns"]->org.jetbrains.exposed.sql.Column[0]->org.jetbrains.exposed.sql.Column["table"]->com.ridgelineapps.marketData.data.table.Cars["primaryKey"]->org.jetbrains.exposed.sql.Table$PrimaryKey["columns"]->org.jetbrains.exposed.sql.Column[0]
c
Hi @Jack G It's not one that we've come across so far. Have you by any chance resolved it ? If not, please feel free to share any relevant details about the table (here or on YouTrack) and we can attempt to assist.
j
I haven't yet. Seems to be related to high concurrency on the DB. Still trying to gather more information around the issue.