To many errors after upgrade 3.5.2 -> 3.6.1

Hello!

Yesterday i did upgrade openfire 3.5.2 to 3.6.1.
Unfortunatly automatic database update was not successful and i did manual upgrade microsoft sql database with query analyzer running scripts by parts.

After that 3.6.1 started and running fine (?).

But now my error log full of messages like this

2008.11.19 09:41:21 [org.jivesoftware.openfire.nio.ConnectionHandler.exceptionCaught(ConnectionHand ler.java:110)
]
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at com.jcraft.jzlib.ZStream.read_buf(ZStream.java:199)
at com.jcraft.jzlib.Deflate.fill_window(Deflate.java:983)
at com.jcraft.jzlib.Deflate.deflate_slow(Deflate.java:1120)
at com.jcraft.jzlib.Deflate.deflate(Deflate.java:1567)
at com.jcraft.jzlib.ZStream.deflate(ZStream.java:133)

2008.11.19 09:43:54 [org.jivesoftware.openfire.nio.ConnectionHandler.exceptionCaught(ConnectionHand ler.java:110)
]
java.lang.ArrayIndexOutOfBoundsException: 6939909
at com.jcraft.jzlib.Deflate.deflate_slow(Deflate.java:1131)
at com.jcraft.jzlib.Deflate.deflate(Deflate.java:1567)
at com.jcraft.jzlib.ZStream.deflate(ZStream.java:133)
at org.apache.mina.filter.support.Zlib.deflate(Zlib.java:176)
at org.apache.mina.filter.CompressionFilter.filterWrite(CompressionFilter.java:191 )

How get rid of this errors?

My setup is windows 2003 server, MSDE 2000 SP4, JRE 1.6.10, users reads from active directory.
A attached 1 erorr file.
error_1.zip (11212 Bytes)

Do you using any plugins? If yes, try to remove them one by one to find out which plugin it is.

Also you could try to disable packet compression in Admin console:

https://localhost:9091/compression-settings.jsp

Please report if the problem remains or not.

Hello.

You pushed me to right direction.

In administration console i saw that problem in java memory shortage.

I’m increased java memory to 128Mb and disable compression.

After restart this messages go away.

Thank you.