Hello,
I got this error message on working wowza server(it is working in our project and any errors are very sadly). Full log message:
It is a 32-bit system and I set Java max heap size to 1500M. After that I tunning all as described in General Tunning Instruction. And at error time there is no activity on wowza server, no application was started.PHP Code:2011-01-27 05:10:18 MSK comment server INFO 200 ...
2011-01-27 05:10:19 MSK comment server INFO 200 ...
2011-01-27 05:11:18 MSK comment server INFO 200 ...
2011-01-27 05:11:19 MSK comment server INFO 200 ...
2011-01-13 06:40:36 MSK
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocate(Unknown Source)
at org.apache.mina.common.SimpleByteBufferAllocator.allocate(Unknown Source)
at org.apache.mina.common.ByteBuffer.allocate(Unknown Source)
at org.apache.mina.transport.socket.nio.SocketIoProcessor.read(Unknown Source)
at org.apache.mina.transport.socket.nio.SocketIoProcessor.process(Unknown Source)
at org.apache.mina.transport.socket.nio.SocketIoProcessor.access$600(Unknown Source)
at org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(Unknown Source)
at org.apache.mina.util.NamePreservingRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2011-01-27 05:12:17 MSK comment server INFO 200 ...
2011-01-27 05:12:18 MSK comment server INFO 200 ...
Here is a very strange thing - date and time of error is not correspond with date and time of other log. So I have two questions:
1. How I can to avoid such errors at all ?
2. What is the strange date\time in log file ?
Thanks for help in advance.


Reply With Quote