Poui
Poui
RRailway
Created by Poui on 9/27/2024 in #✋|help
Gradle.kts implementation path incorrect
Error: Could not find or load main class com.example.MainKt Caused by: java.lang.ClassNotFoundException: com.example.MainKt
6 replies
RRailway
Created by Poui on 9/27/2024 in #✋|help
Gradle.kts implementation path incorrect
Update : I thought the issue came from the fact that I was using implementing Aspose.slides from a file but even when I use the typical way to implement aspose from a URL it still gives me the same error : repositories { mavenCentral() maven(url = "https://jitpack.io") maven(url = "https://releases.aspose.com/java/repo") } dependencies { implementation("com.aspose:aspose-slides:24.3:jdk16") }
6 replies
RRailway
Created by Poui on 9/27/2024 in #✋|help
Gradle.kts implementation path incorrect
Deployment error : "Removed translation from the doc" Deployment without error : "removed aspose"
6 replies
RRailway
Created by Poui on 9/27/2024 in #✋|help
Gradle.kts implementation path incorrect
d4c27e63-1666-4337-988d-6f7250261d1c
6 replies
RRailway
Created by Poui on 9/11/2024 in #✋|help
Website Domain
Okey I will look into it, thanks !
8 replies
RRailway
Created by Poui on 9/11/2024 in #✋|help
Website Domain
I don't have a domain, I just know that I can add a custom domain in the project tab
8 replies
RRailway
Created by Poui on 9/11/2024 in #✋|help
Website Domain
I don't think I need to post a project id, since this is just more of a question than direct help
8 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
HttpClient: REQUEST https://mprez.furious-squad.com/api/v2/project/?query= failed with exception: java.net.NoRouteToHostException: No route to host Exception in thread "Timer-4" java.net.NoRouteToHostException: No route to host at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:777) at io.ktor.network.sockets.SocketImpl.connect$ktor_network(SocketImpl.kt:50) at io.ktor.network.sockets.SocketImpl$connect$1.invokeSuspend(SocketImpl.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
I keep having this error once or twice per hour
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
I didn't understand your question then
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
No, except that one
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
I never had that specific error before
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
https://www.furious-squad.com/ but before I use the private link, both the db communication and the api call were throwing errors
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
The error is still occuring with API calls : Exception in thread "Timer-2" java.net.NoRouteToHostException: No route to host at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:777) at io.ktor.network.sockets.SocketImpl.connect$ktor_network(SocketImpl.kt:50) at io.ktor.network.sockets.SocketImpl$connect$1.invokeSuspend(SocketImpl.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
I removed the auto request retry with the NoRouteToHostException so I can have the alert and report back to you if I have that error again
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
It didn't need the 3 second sleep in EUW tho
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
Okey it worked with the 3 second sleep
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
Same error without the 3 second sleep in US West (Oregon, USA), the build with the sleep time is still deploying
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
I will switch back to the US West (Oregon, USA) to retry
64 replies
RRailway
Created by VeritableQuandary on 5/23/2024 in #✋|help
Intermittent network (DNS?) errors
always at the start of the app if i use the local url for the db, intermittently with the public URL
64 replies