E811SP1; clean up cache memory

minime

Member
After running an application (any) it caches to the memory, log out, log in to another environment and the same application can be started from a cache. It can be corrected after clean up a cache on JAS server (cache spec through SAW), but not a good solution, any help? looking for second opinion.

Thank you and kind regards
 
Hi,
I hit the same effect on a E1 8.11SP1 with JAS on OAS a
while ago. Every program run in JPY811 is cached and later
when the user ran the same program in JDV811; it is the
same program (for JPY811) showing up in JDV811, which is
incorrect.
You will need to install multiple JAS (OC4J instances
in my case) instances for the one backend E1 instance.
Say, your E1 instance is named X01, then you'll need
to install OC4J instances X01_DV for DV811, X01_PY for
PY811 etc, with each OC4J instances listenering at
difference HTTP ports. Strange that this issue is not
addressed in the E1 8.11SP1 installation guide at all.

Ying-Jie Chen
Systex Corp, Taipei, Taiwan
 
You need to install different port for each environment on the JAS Server. Otherwise the spec will be loaded for the first environmnet where the user/developer/tester logs in.
 
Back
Top