Skip to content

http 500 when registring #16

@SuperSandro2000

Description

@SuperSandro2000

When I want to register on my own dogbin instance or on https://del.dog then I get a http 500 as an answer.

I pulled the following log from my own hosted instance:

2020-04-11T02:00:57.993467360Z 2020-04-11 04:00:57.993 [nioEventLoopGroup-4-1] TRACE Application - 200 OK: GET - /register
2020-04-11T02:00:58.249525478Z 2020-04-11 04:00:58.249 [nioEventLoopGroup-4-1] TRACE Application - 200 OK: GET - /static/manifest.json
2020-04-11T02:01:03.234056743Z 2020-04-11 04:01:03.233 [nioEventLoopGroup-4-1] ERROR Application - Unhandled: POST - /register
2020-04-11T02:01:03.234090517Z java.lang.OutOfMemoryError: Java heap space
2020-04-11T02:01:03.234097974Z  at com.amdelamar.jhash.algorithms.SCrypt.scrypt(SCrypt.java:83)
2020-04-11T02:01:03.234103347Z  at com.amdelamar.jhash.algorithms.SCrypt.create(SCrypt.java:351)
2020-04-11T02:01:03.234108484Z  at com.amdelamar.jhash.algorithms.SCrypt.create(SCrypt.java:326)
2020-04-11T02:01:03.234113394Z  at com.amdelamar.jhash.Hash.create(Hash.java:230)
2020-04-11T02:01:03.234118218Z  at dog.del.data.base.model.user.XdUser.setPassword(XdUser.kt:68)
2020-04-11T02:01:03.234123238Z  at dog.del.data.base.model.user.XdUser.signUp(XdUser.kt:51)
2020-04-11T02:01:03.234127806Z  at dog.del.app.frontend.UserKt$user$1$3$1$success$1.invoke(User.kt:131)
2020-04-11T02:01:03.234132763Z  at dog.del.app.frontend.UserKt$user$1$3$1$success$1.invoke(User.kt)
2020-04-11T02:01:03.234137938Z  at com.jetbrains.teamsys.dnq.database.TransientEntityStoreExt.transactional(TransientEntityStoreExt.kt:51)
2020-04-11T02:01:03.234142944Z  at com.jetbrains.teamsys.dnq.database.TransientEntityStoreImpl.transactional(TransientEntityStoreImpl.kt:95)
2020-04-11T02:01:03.234147697Z  at jetbrains.exodus.database.TransientEntityStore$DefaultImpls.transactional$default(TransientEntityStore.kt:84)
2020-04-11T02:01:03.234152493Z  at dog.del.data.base.DatabaseKt$suspended$2.invokeSuspend(Database.kt:39)
2020-04-11T02:01:03.234157272Z  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
2020-04-11T02:01:03.234162087Z  at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
2020-04-11T02:01:03.234166682Z  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-04-11T02:01:03.234171317Z  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-04-11T02:01:03.234175938Z  at java.lang.Thread.run(Thread.java:748)
2020-04-11T02:01:03.249754745Z 2020-04-11 04:01:03.249 [nioEventLoopGroup-4-2] TRACE Application - 101 Switching Protocols: GET - /pw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions