Class Loading issue in websphere -


we have production server websphere instance, copied jar (say, c.jar existing in ear , overriden now) ear deployed hot fix. have class a, referring class b in same jar c.jar, , while loading class a, class b unable find , resulting in noclassfounderror. hot deployment in server disabled. however, after restarting server able find b. property missing? why class b not found although present in same jar, after restart able find. also, before copying jar, old c.jar working fine class , class b loaded. using 6.1

when application server start creates class files of application deployed in jvm instance make available in runtime. explore application other classes gets loaded. when deleting/overwriting jar file breaking link , thats reason other classes not find classes there in c.jar. when restart jvm new class files gets loaded in jvm runtime , find available.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -