[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Messages posted by: dwai  XML
Profile for dwai -> Messages posted by dwai [14]
Author Message
Hi
Just a try please
Can u check the permsize parameter is set or not.
I am asking this bcoz normally classloading happens in that place and is not a part of the max heap size which can definitely bring down the objects in the heap as class will be getting loaded in the differnt space which will be mentioned in the permsize.

Few clarifications:
Did u notice any full GC to happen in the log
Hope there was a OOM issue, then also please share the log
Thnks for the detailed update
Hi,

Just wanted to know what u want to achieve
You have something as EhCache Monitor(not free for production env., but open src for development).

May be profiling can help you out, but never again in production environment.

Hi,

Just wanted to know, whether you are getting any errors, which you could possibly share.
for me the port number was 44001,and the multicast group address was
239.0.0.1 as far as I remember.

Although any port should work fine as long as there is no conflict in ports and the port is opened by the Network Admin.

Not to mislead ,but please do check the coding aspects, as I have faced once due to the code that in cluster it was not running fine but was working fine in single server instance.
THe issue was not with EhCache replication in my case

Please let know whether it works fine .
Hi,

Thanks for the update.
I had to try approx 5-6 times to completely get the files.
May be some connection issue.

Hi,

Thanks for the reply
I have already downloaded the code from the anonymous access.
I will also send the agreement within few days.

I have few questions regarding the patch/bug fix or Request for Enhancements

1. How do i know whether someone is already working on the bug/patch
2.I hope someone will be there to review my piece of code before it gets commited
3.Will i come to know , if my patch/fix is not applied

Since i am a first timer for contribution to open source I have these doubts.
Hi

Its possible
For us the weblogic instances were in cluster in 3 different boxes.
And it worked fine.

Dwaipayan
Hi,

It still throws an error.
Is there any time frame between which the checkout has to happen

"Error: REPORT of '/svn/ehcache/!svn/vcc/default': Could not read response body:
Error: connection was closed by server (http://svn.terracotta.org)

Dwaipayan

Thanks a lot for the immediate help
There is no such page as of to my notice but..

Previously when i tried with the mentioned URL it threw an exception statinf "the URL is relocated(www.teracotta.org") hence i tried with www instead of svn.

Dwaipayan
Hi,

I tried to checkout the source code of EhCache for anonymous access but it throws
Error: OPTIONS of 'http://www.terracotta.org/svn/ehcache/trunk': 200 OK (http://www.terracotta.org)
Even https didnot work out.

OS: WindowsXP
TortoiseSVN 1.6.11
Subversion 1.6.13.

Any sugestion would be helpful.

Dwaipayan
Hi

CustomBootstrapLoader extends BootstrapCacheLoaderFactory
This has the method named "createBootstrapCacheLoader" with java.util.Properties as its arguement/parameter.
U can read the properties before and then pass the properties to this method as argument.

This method returns BootstrapCacheLoader interface.
U can have this class or some other class implement this interface and override load() and create and instance to the interface and then called the load method.
Logically this should work out.
Please let me know whether this works out.



Hi,

Create a AppBootStrapCacheLoad that extends BootStrapCacheLoaderFactory.
Also u have the interface BootstrapCacheLoader which has the method load(EhCache ehcacheparam).
So once you get the same u can override that method and in the ehcache.sml configure your own defined class to bootstrapclassloader field.
Write the preloading mechanism in the load method and that should work fine.
Only thing is that it is a tightly couple mechanism

Regards,
Dwai
Hi ,

You can write a startup-class(servlet or something like that-load first) to load the entire cache with the data you require at the startup
Also please mention the server you are using if any.

Regards,
Dwaipayan
Hi ,

Very Eager to contribute to EhCache in form of patches/fix.
Have fair experience using EhCache.

It would be helpful if some one let me know how to start off for code contribution.

Regards
Dwaipayan
 
Profile for dwai -> Messages posted by dwai [14]
Go to:   
Powered by JForum 2.1.7 © JForum Team