-
Bug
-
Resolution: Fixed
-
P1
-
5.0
-
tiger
-
generic
-
generic
With tiger b15 swat bits, atg5.6.1 fails to start successfully on solaris sparc
and linux RedHat9 in C1 mode.
By comparion, atg5.6.1 starts succesfully when running with b15 in C2 mode.
How to reproduce the problem:
1. log on to stagger.sfbay ( root passwd is "stagger" )
2. export JAVA_HOME=/usr/j2se_b15
3. cd /bt
execute the script /bs/runatg.ksh -client
4. log files will be created under /bt/atg*client
cd /bt/atg*client/home
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 / Unable t
o resolve component /atg/dynamo/service/j2ee/J2EEContainer java.lang.NullPo
interException
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.beaninfo.GeneratedBeanInfo.methodSignature(GeneratedBeanInfo.java:679)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.beaninfo.GeneratedBeanInfo.mergeSuperclassMethodBeanInfos(GeneratedBeanIn
fo.java:661)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.j2ee.container.J2EEContainerServiceBeanInfo.generateMethodDescriptorData(
J2EEContainerServiceBeanInfo.java:1027)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.j2ee.container.J2EEContainerServiceBeanInfo.getMethodDescriptors(J2EECont
ainerServiceBeanInfo.java:1530)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.core.util.BeanUtils.getBeanInfo(BeanUtils.java:193)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.nucleus.SimpleComponentState.getComponentClassDescriptor(SimpleComponentS
tate.java:480)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.nucleus.SimpleComponentState.<init>(SimpleComponentState.java:89)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.nucleus.SimpleConfigurationState.<init>(SimpleConfigurationState.java:92)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 /
at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java
:418)
**** Error Wed Aug 13 16:14:11 PDT 2003 1060816451465 / ....stac
k trace CROPPED after 10 lines.
I did some investigation:
1. I swapped in b14's libjvm.so, the probelm is still reprodcible.
2. I swapped in b14's rt.jar, the problem went away.
###@###.### 2003-08-13
The changes in java.beans.Introspector.class causes the problem.
###@###.### 2003-08-14