Kbase 37604: Object not found error when reading an object from a queue using WebLogic 6.1 SP2
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/04/2001 |
|
Solution ID: P7604
FACT(s) (Environment):
SonicMQ 4.x
SYMPTOM(s):
Object not found error when reading an object from a queue using WebLogic 6.1 SP2
CAUSE:
We retrieved the class object with the method, Class.forName(String classname), instead of the method, Class.forName(String classname, boolean initialize, Classloader loader) which BEA requires.
FIX:
Fixed with SonicMQ 4.02 build 136.
A workaround is to add the class to which the object belongs to the system classpath.