Giter Club home page Giter Club logo

Comments (2)

rr83019 avatar rr83019 commented on July 28, 2024

Stack trace:

[info] org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Referential integrity constraint violation: "CONSTRAINT_45: PUBLIC.MAPID FOREIGN KEY(TOKEN) REFERENCES PUBLIC.CHALLENGE(TOKEN) ('9668bb65-0bf0-455a-866d-e8c7ebb272a4')"; SQL statement:
[info] INSERT INTO mapId(uuid, token) VALUES (?, ?) [23506-200]
[info] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:459)
[info] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
[info] 	at org.h2.message.DbException.get(DbException.java:205)
[info] 	at org.h2.message.DbException.get(DbException.java:181)
[info] 	at org.h2.constraint.ConstraintReferential.checkRowOwnTable(ConstraintReferential.java:319)
[info] 	at org.h2.constraint.ConstraintReferential.checkRow(ConstraintReferential.java:261)
[info] 	at org.h2.table.Table.fireConstraints(Table.java:1057)
[info] 	at org.h2.table.Table.fireAfterRow(Table.java:1075)
[info] 	at org.h2.command.dml.Insert.insertRows(Insert.java:211)
[info] 	at org.h2.command.dml.Insert.update(Insert.java:151)
[info] 	at org.h2.command.CommandContainer.update(CommandContainer.java:198)
[info] 	at org.h2.command.Command.executeUpdate(Command.java:251)
[info] 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:191)
[info] 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:152)
[info] 	at lc.Captcha.getUUID(Main.scala:118)
[info] 	at lc.Captcha.getChallenge(Main.scala:109)
[info] 	at lc.Server.$anonfun$new$1(Server.scala:75)
[info] 	at lc.HTTPServer.serve(Unknown Source)
[info] 	at lc.HTTPServer.handleMethod(Unknown Source)
[info] 	at lc.HTTPServer.handleTransaction(Unknown Source)
[info] 	at lc.HTTPServer.handleConnection(Unknown Source)
[info] 	at lc.HTTPServer$SocketHandlerThread$1.run(Unknown Source)
[info] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[info] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[info] 	at java.base/java.lang.Thread.run(Thread.java:834)

from lc-core.

hrj avatar hrj commented on July 28, 2024

Closed via 62b3a09

from lc-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.