CMDBuild Forum

Site cmdbuild doesn't start anymore after reboot

i succesfully installed openmaint on ubuntu 2204,
but after a reboot tomcat doesn’t start automatically
i manually launch script startup.sh to start tomcat and the last line of output is:

Using CATALINA_PID: /home/danesi/cmdbuild_30/bin/catalina.pid
./catalina.sh: 516: echo: echo: I/O error
Tomcat started.

now the webserver respond correctly (tomcat home page is showed)
but not the cmdbuil home (ipserver:port/cmdbuild)
it respond HTTP Status 404 – Not Found

how can i handle this problem?

thanks

Frank

Hi,
It seems that the user with which tomcat starts, does not have permissions to write to the file …/bin/catalina.pid.

Thanks for reply.
in the days after installation i reboot the machine several times,
and every time i restarted tomcat using the startup.sh script without problems.
suddenly now this issue happened
how can i check the user authorization ad change it?
thanks in advance

i solved the issue!
the problem was the disk full.

here the details:

Previously i extended the virtual disk (in a vmware esxi environment) from 10 to 40Gb
then i also extended the partition to 40Gb with Gparted,
but i didn’t notice that the logical volume was still 10gb and 100% full,

so i extended the phisical volume (command: pvresize)
then the logical volume (command: lvextend)
and finally resize the file system to fit the new volume (command: resize2fs)

i followed this online guide which gave me all the explanations and commands step by step:
h t t p s ://packetpushers.net/ubuntu-extend-your-default-lvm-space/

after reboot vm the startup.sh script run without error and the web application works correctly!

ciao

Francesco