From 1 day to another I am not able to launch my app anymore; I get the message
HSQLDB connection error
java.sql.SQLTransientConnectionException: connection exception: connection failure: java.lang.OutOfMemoryError: Java heap space
connection exception: connection failure: java.lang.OutOfMemoryError: Java heap space
If I try to lanch it I get:
Could not connect to MAIN
The project is quite simple and doesn’t use so much memory. Any idea for the root cause and mainly on the way to get it back on track ?
Any help very appreciated.
First sorry for the late answer: my PC went to the IT to be fully reformatted.
Then the same project I had trouble with was working correctly. But this afternoon a similar issue happened:
I have no compilation errors, the server starts and when I launch a session on the client I’ve this message:
HTTP status 410 - Disappeared
Type: status report
Message: session expired
Description: the requested resource is not available and no forwarding address is found.
I’m attaching below the logs
Hi
Thanks for your reply. The issue remains on my “work” computer while I can run the same project on my “Home” PC without any problems.
The HSQLDB issue is gone, but the project still doesn’t start well.
I launch CUBA studio and open my project: no warning nor errors.
I try to run the project. I got the expected output in the console
I attache the catalina.out file, but I didn’t find any weird things catalina.out.txt (9.8 KB)
However the project doesn’t behave as expected in the browser
Meaning that the requested resource isn’t available and no forwarding address is found.
I(m going to setup a brand new IntelliJ + CUBA plug-in and let you know.
Hi again.
Meanwhile I think I was able to fix my problem by changing the project’s ports. Setting 8100 instead of 6100 for the HTTP port was enough to let the program start well.
Issue fixed. May be something to add to your knowledge base in case it happens to another developer.
Thanks for your time. I think this ticket can be closed now