laxman954 / granule

Automatically exported from code.google.com/p/granule
0 stars 0 forks source link

Creting multiple cache files. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deploy .war folder to jboss-5.1.0.GA
2. Run Jboss.
3. After every new hit new cache file is creating. Because of this Jboss will 
crashed with the error "Out of memory."

What is the expected output? What do you see instead?
-> only single cache file should create, and granule should check if already 
exists then then it should pick the already existing file.

What version of the product are you using? On what operating system?
-> granule1.0.7

Original issue reported on code.google.com by sshirag...@gmail.com on 8 May 2011 at 10:06

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by granule...@gmail.com on 9 May 2011 at 4:32

GoogleCodeExporter commented 8 years ago
This bug was reproduced only in 1.0.6. 

But I did a preventive fix on possible problem by increasing threshold for 
comparing times of files. Zip stores times not very precise. Please download 
1.0.9 to check it out

Original comment by Jonathan...@gmail.com on 10 May 2011 at 4:00

GoogleCodeExporter commented 8 years ago
Hi,

By using granule1.0.9 issue is resolved if deploy the war file in Windows 
server. But if we deploy this same war in Linux server this issue reproduce.

Please check..

Original comment by sshirag...@gmail.com on 13 May 2011 at 11:41