[JBossCache] - Re: newbie question - ReplicationException
by aditsu
Hm, the forum system ate my reply, I'll try to write it again.
In my case, with both locking schemes, both nodes usually fail at the same time (but not always).
I don't necessarily want a specific type of locks (e.g. distributed), especially if they're "extremely non-scalable". Indeed, this situation is rare, and if you think a retry is the solution here then I can accept it. However, I would expect the cache to handle it transparently (and in a configurable way); failure is not acceptable.
Also, this is not about storing a heavily updated value. Say we have to make some changes in the cache based on some external real-time events (from a data feed), and we have 2 replicated caches, for failover.
Both caches should listen to the events and perform the same changes immediately (which basically means at the same time). This ensures that no data can be lost if one cache dies, but it also triggers the problem I found. How can this be handled?
Thanks
Adrian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118040#4118040
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118040
18 years, 3 months
[JBoss Portal] - Error accessing RemotePortlets
by rrahimunisa
I am using jboss-portal-2.6-CR3 distribution to develop my remote portlets. My producer wsrp has been created and i can view the remote portlets in my portal windows.
I aa getting below error while deploying my code which accesses the remote portlets
14:02:29,365 WARN [PortletAppDeployment] Failed to create instance HelloWorldPortletInstance of portlet /helloworldjsfportlet.TestWSRP1./portal.auth.helloworld
portlet.HelloWorldPortlet because portlet /helloworldjsfportlet.TestWSRP1./porta
l.auth.helloworldportlet.HelloWorldPortlet is not available
MY portlet_instance.xml
<instance-id>HelloWorldPortletInstance</instance-id>
<portlet-ref>TestWSRP1./helloworldportlet.HelloWorldPortlet</portlet-ref>
I did not give any entry in portlet.xml.
Please let me know if i am making any mistakes in my deployment descriptors.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118036#4118036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118036
18 years, 3 months