Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Catalina.out log is growing too fast

Michael March 26, 2020

Hi,

  Is there any way to check how come Catalina.out log file is suddenly
growing too fast? It's growing every 1 hour about 4GB. Please help me to
advise.

 

Thanks,

Michael

3 answers

2 accepted

0 votes
Answer accepted
Michael March 31, 2020

Hi,

 

    Anyone can help & suggest?

 

Thanks,

Michael

Daniel Ebers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2020

Hi Michael,

Nic actually did. He perfectly explained the steps that are now needed. In case you have nobody available to debug it you would have to do it on your own or recruit a sys admin.

Nobody from here can fix it for you directly as we do not have access to your system.

Cheers,
Daniel

Like Nic Brough -Adaptavist- likes this
0 votes
Answer accepted
Daniel Ebers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 27, 2020

Hi Michael,

welcome to Atlassian community!

If the growth came all of a sudden I'd recommend to compare an old catalina.out with one that is growing rapidly. There must be something in your setup that leads to let the file grow that rapidly in the past.

Please also check which Jira version you are currently using. It more recent versions the amount of data logged to catalina.out has been reduced. (Please see https://jira.atlassian.com/browse/JRASERVER-67796)

Cheers,
Daniel

Michael March 27, 2020

My JIRA version is v6.0.2. Catalina.out  is suddenly growing too fast since last month ago. Every 4 days I need to clear Catalina.out. Please advise. 

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 29, 2020

The question remains "what did you change that triggered the sudden increase?"

If you can't remember what you did, then I would take a look at the log to see exactly what is going into it.  Rapid growth usually indicates something repeatedly failing frequently, and I expecy you will see a lot of the same error over and over.  That error is a good pointer to what is going wrong.

Michael March 30, 2020

I did change any setting on JIRA Server. Could you please advise how can i check for this issue? 

 

Thanks,

Michael

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 11, 2020

You will need to do some log analysis - look at how the logs behaved before your change and afterwards.  The new stuff appearing in the log should point you towards what is now being logged that was not before.

0 votes
Michael May 21, 2020

Hi, Anyone can advise for this issue. I saw a lot of below error in catalina.out?

 

java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureReadOpen(SocketChannelImpl.java:257)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:300)
at org.apache.http.nio.reactor.ssl.SSLIOSession.receiveEncryptedData(SSLIOSession.java:340)
at org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady(SSLIOSession.java:366)
at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:118)
at org.apache.http.impl.nio.reactor.BaseIOReactor.validate(BaseIOReactor.java:220)
at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:284)
at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
at java.lang.Thread.run(Thread.java:745)
2020-05-20 10:30:04,428 webhooks-http-retriever:thread-1 ERROR [http.nio.protocol.HttpAsyncRequestExecutor] http-outgoing-11 [CLOSED] HTTP protocol exception: null
java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureReadOpen(SocketChannelImpl.java:257)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:300)
at org.apache.http.nio.reactor.ssl.SSLIOSession.receiveEncryptedData(SSLIOSession.java:340)
at org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady(SSLIOSession.java:366)
at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:118)
at org.apache.http.impl.nio.reactor.BaseIOReactor.validate(BaseIOReactor.java:220)
at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:284)
at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
at java.lang.Thread.run(Thread.java:745)
2020-05-20 10:30:04,429 webhooks-http-retriever:thread-1 ERROR [http.nio.protocol.HttpAsyncRequestExecutor] http-outgoing-1 [CLOSED] HTTP protocol exception: null
java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureReadOpen(SocketChannelImpl.java:257)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:300)
at org.apache.http.nio.reactor.ssl.SSLIOSession.receiveEncryptedData(SSLIOSession.java:340)
at org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady(SSLIOSession.java:366)
at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:118)
at org.apache.http.impl.nio.reactor.BaseIOReactor.validate(BaseIOReactor.java:220)
at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:284)
at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
at java.lang.Thread.run(Thread.java:745)
2020-05-20 10:30:04,428 webhooks-http-retriever:thread-9 ERROR [http.nio.protocol.HttpAsyncRequestExecutor] http-outgoing-9 [CLOSED] HTTP protocol exception: null

 

Thanks,

Michael

Suggest an answer

Log in or Sign up to answer