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

