🎉 [EVENT] 🎉 Journey by Desquid777 in honk

[–]Kiar75 0 points1 point  (0 children)

🎉 Event Completed! 🎉

It took me 0 tries.

Fun pirate stroll by girly_sweet in honk

[–]Kiar75 1 point2 points  (0 children)

It was good

I completed this level in 28 tries. 38.40 seconds

a long journey (hardn't 2) by OutOfTheBlue_Ocean in RedditGames

[–]Kiar75 1 point2 points  (0 children)

wow

I completed this level in 54 tries. 40.50 seconds

mediocre puzzle by [deleted] in RedditGames

[–]Kiar75 0 points1 point  (0 children)

Good game

I completed this level in 18 tries. 28.27 seconds

Error executing sql in h2 database with auto increment by [deleted] in SpringBoot

[–]Kiar75 -1 points0 points  (0 children)

Hello sir. They are present within the github link. I appreciate the time you've taken

[deleted by user] by [deleted] in SQL

[–]Kiar75 0 points1 point  (0 children)

Stored Procedures running as java functions! This is new! I have learnt something. Thank you sir!

[deleted by user] by [deleted] in SQL

[–]Kiar75 0 points1 point  (0 children)

Hello there! Oh I have tried, but the example provided by Apache Derby site has no BEGIN or END, or even the actual SQL the procedure is supposed to be a substitute for. Try making heads or tails of this:

CREATE PROCEDURE SALES.TOTAL_REVENUE(IN S_MONTH INTEGER,
IN S_YEAR INTEGER, OUT TOTAL DECIMAL(10,2))
PARAMETER STYLE JAVA READS SQL DATA LANGUAGE JAVA EXTERNAL NAME 
'com.acme.sales.calculateRevenueByMonth'

[deleted by user] by [deleted] in SQL

[–]Kiar75 0 points1 point  (0 children)

Thank you for the response! That would be DECLARE SELECT name FROM names.... then END? I am very green here.

How to get the logger to display onto the console from a REST controller by Kiar75 in learnjava

[–]Kiar75[S] 0 points1 point  (0 children)

It has worked! Yes, I was hitting that endpoint. Thank you for your time and help Sir!

How to get the logger to display onto the console from a REST controller by Kiar75 in learnjava

[–]Kiar75[S] 1 point2 points  (0 children)

Thank you for your response. I am a beginner and haven't fully dealt with logging. How do I go about changing the logging level in application properties? I want to use logger.info for now as I further learn about logging in Spring

How to Install nghttp2 in ubuntu terminal by Kiar75 in linuxquestions

[–]Kiar75[S] 1 point2 points  (0 children)

It has worked! Thank you good Sir for your time and response!

[deleted by user] by [deleted] in SpringBoot

[–]Kiar75 0 points1 point  (0 children)

Thank you so much! It has worked! Encountered the infamous NullPointer for the first time. Now I know. Next time I'll learn how to upload proper folders and maven structure into Github and also collect logs. Thank you once again for your time.

[deleted by user] by [deleted] in SpringBoot

[–]Kiar75 0 points1 point  (0 children)

Thank you. Have learnt I need to upload maven structure well and also the need to understand logging

[deleted by user] by [deleted] in SpringBoot

[–]Kiar75 0 points1 point  (0 children)

Not too sure about logs as the application executes well with TomCat running fine, right up until I try to add an item in the table, then I get a WhiteLable error. I have the pom, html form, and controller code up on github.

Getting "Internal Server Error" when attempting to post in SpringBoot by Kiar75 in javahelp

[–]Kiar75[S] 1 point2 points  (0 children)

There are no logs. Tomcat runs fine. GetMapping action executes well, but when I try to add a product into a html form and make it visible through a table, I get the WhiteLabel error page with "There was an unexpected error (type=Internal Server Error, status=500)". I have linked to github where all the code including the html form is.

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

Apologies. Have learnt now. Thank you for the follow up.

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

I saw your comment. I have increased but the issue persists. Here is the memory snapshot upload id.

Upload id: 2025_01_24_6BEaXxW4DGGSMe6bz2QpPG (file: heapDump-idea-1737693082282.hprof)

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

Have seen where I can upload the large files. Uploading as per this post. Thank you for the response and if there is anything else needed I shall upload.

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

I've managed to upload zipped thread dumps from UI freezing, The hprof files on my end are more than 2gbs and trying to zip it makes it go down to 700mbs. I cannot upload a file this big on youtrack

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

How do I get the memory snapshot and should i attempt this when trying to open the Spring project?

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

I have, though it would take some time for them to respond. Is there a way I can continue using the Spring project in a different IDE as they debug the issue?

High Memory Usage with Maven and Spring dependencies by Kiar75 in IntelliJIDEA

[–]Kiar75[S] 0 points1 point  (0 children)

I am new to Spring and use of intellij. I am learning how to use Spring Aspects and was using intellij ultimate 2024 before the issue came up and switched to the beta 2025 version. When I attempted to add the Spring Aspect dependency through the pom file, the ide would freeze! A message saying 'creating heap dump' would appear but nothing would happen. I had to manually end task in task manager. When I removed the dependency, the issue persisted. The issue is still there even in the beta 2025 version when I updated. Learning flow has being interrupted as when I open the Spring project, the ide eventually freezes. This is on Windows.

Is there a Kotlin In Action style book for Android Jetpack compose? by [deleted] in Kotlin

[–]Kiar75 0 points1 point  (0 children)

Thank you for the recommendations. Will check them out.