B4J Question b4j server down. which log file to watch

juvanum

Active Member
Licensed User
Longtime User
I installed my application (B4J SERVER using ABMATERIAL) on a DEBIAN GNU / Linux vps server.
every 15 days (more or less) unexpectedly my application goes down.

I looked in the nohup.out file but found nothing of significance.

What other logs should I look at to find the reason for the crash?

These are the files in the / var / log directory



thanks
 

juvanum

Active Member
Licensed User
Longtime User
What exactly happens? The process is killed? Check it with ps -ef |grep java

The process is killed.
When I check it with "ps -aux" the abj-server (alfa.jar) does not appear in the list.

I activate 2 abj-servers: alfa.jar and beta.jar
alfa.jar responds on port 5000
beta.jar responds on port 80

the app alfa.jar crashes
the app beta.jar run normally
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
more info
file log messages.1
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
I don't pretend to understand all that but it looks a bit like an out of memory problem. There are various references to "page fault", "oom" and "out of memory" and I particularly noted "oom_kill_process". But then I could be wrong!

I think you are right. thanks.
I found answers similar to yours on stackexchange.
(My server is an entry level vps.. I was hoping to see a warning from google).
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…