-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
rc1
-
generic
-
generic
-
Verified
With Merlin b81, atg failed on solaris and linux platforms with both -server and -client flags.
errors in atgserver.log file:
javax.servlet.ServletException: atg.droplet.DropletResou
rces->dropletDescriptorIllegalArgGet : Illegal argument trying to get value of P
ersonBean.infoState
1. I replaced libjvm.so with build 80's libjvm.so and retested with -Xint flag,
atg still failed in the same way.
2. I replaced rt.jar with b80's rt.jar, atg runs well.
That proves that the problem is in jdk (rt.jar), not in hotspot(libjvm.so)
I have attached atgserver.log file in the bug report.
How to run atg:
1. telnet to machine jtgb4u2c
2. export JAVA_HOME=<jdk installation>
3. /bs/runatg.ksh -server ( or -client, or -Xint ...)
4. log files are under /bt
check atgserver.log file.
Note: please do not use /usr/j2se_b81 on jtgb4u2c, rt.jar file is not
the original one from b81. If you need to reinstall jdk on the machine,
please contact me.
###@###.### 2001-09-28
On x86 (machine jtg-i110) , replace build 81's rt.jar with build 80's rt.jar and retest. atg has no immediate failure with -server flag.
However on sparc (machine jtgb4u2c), the trick will not work with -server flag.
with -client flag , there is no immediate error with build 80' rt.jar
###@###.### 2001-10-01
Yesterday I tried with # of THREADS=1 (export THREADS=${THREADS:=1}, and atg
passed a few iterations with merlin b83. The # of COUNTS, whether set to 1 or 100, does not cause any difference. When I set # of THREADS=2, atg began to fail.
###@###.### 2001-10-18
I checked back our bigapps log, we did not test build 80 because we were
requested to test engineering build.
The last time atg passed was with build 79.
###@###.### 2001-10-18
I tried b80 for a few iterations with -server on Solaris Sparc, did not
find problem.
###@###.### 2001-10-18
- relates to
-
JDK-6582164 JavaBeans tests should be open source
- Resolved