We have a strange problem with our application. Some of the data appears and disappears from the user interface of the application. The user interface is designed using rack, sleep, Spring. This is a sporadic event and cannot always be reproduced. The next page refresh returns data.
I mean, when you log into a web application, the list of entries is in one instance. Sometimes these records are missing, even when no one has modified or updated information
The following are the components of the environment: 1. Oracle 11g 2. JDBC driver for Oracle 10.2.0.2.0 3. Tomcat 5.0.28 4. Linux: 2.6.9-100.Elhugemem (i386) 5. JVM 1.5.0_05-b05
We also use the same tablespace in Oracle to host all users, and we have many of them.
One new information about this. I nailed it to the request level. We set the parameters in the request, and some of the request parameters are lost, and all this happens periodically.
Has anyone else had the same problem? If yes? Was it allowed and what was the decision.
source
share