IMQ java.lang.ExceptionInInitializerError problem

We're using IMQ bundled with Sun Java System Application Server Platform Edition 9.0_01 (build b14) as our JMS provider and now I'm trying to migrate one old application to this setup. It will run nicely with receiver on one queue, but in the moment I put some message into the queue this exception arises in the application:

javax.jms.JMSException: [C4089]: Caught JVM Error: java.lang.ExceptionInInitializerError

at com.sun.messaging.jmq.jmsclient.ReadChannel.fatalError(ReadChannel.java:789)

at com.sun.messaging.jmq.jmsclient.ReadChannel.run(ReadChannel.java:690)

at java.lang.Thread.run(Thread.java:619)

Problem is, that I can't find the real reason, there is no cause, nothing. Our application is standalone JVM application that initializes its queues from LDAP objects - the concept we used many times before with SJSAS 8.1.

Help desperately needed in this case, because I don't even see the way how to work it around.

Thanks... Virgo47

[996 byte] By [virgo47a] at [2007-11-26 22:17:18]
# 1
OK, forget it... it must have been my fault, although I don't know where but after reinstallation of our product the problem disappeared.Maybe mismatched libs or whatever. Sorry for bohtering. :-)
virgo47a at 2007-7-10 11:11:12 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...