Bug 880633
| Summary: | WSRP clustering - Unable to display portlet after failover with new consumer - Value cannot be found in storage for cached Property | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Michal Vanco <mvanco> | ||||||
| Component: | Portal | Assignee: | Default User <jbpapp-maint> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Martin Vecera <mvecera> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.0.0 | CC: | bdawidow, claprun, epp-bugs, mvecera, theute, vrockai | ||||||
| Target Milestone: | DR01 | ||||||||
| Target Release: | 6.1.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-05-08 23:17:18 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Michal Vanco
2012-11-27 13:15:05 UTC
Created attachment 652697 [details]
Error log
Unfortunately even the restart of both nodes doesn't help. I cannot reproduce this error with either GateIn master or JPP ER03… :( Here's the procedure I followed: - Loadbalancer - Clustered JPP: + Copied jboss-jpp-6.0 directory to gatein-node1 and gatein-node2 + Started H2 DB: java -cp gatein-node1/modules/com/h2database/h2/main/h2-1.3.168-redhat-1.jar + Started node 1: gatein-node1/bin/standalone.sh --server-config=standalone-ha.xml -Djboss.node.name=node1 -Djboss.socket.binding.port-offset=100 -Djgroups.bind_addr=192.168.1.100 + Started node 2: gatein-node2/bin/standalone.sh --server-config=standalone-ha.xml -Djboss.node.name=node2 -Djboss.socket.binding.port-offset=200 -Djgroups.bind_addr=192.168.1.100 + Added new consumer (add to work around JSF issues, WSRP admin UI doesn't work well in clustered mode) + And then followed procedure above. Hi Chris, seems like it's happening only if the remote producer has some registration properties because I haven't reproduced it with bea or netunity 1, but when I again tried netunity 2 which have some properties - I hit the issue again. Please try with following URL: http://www.netunitysoftware.com/wsrp2interop/WsrpProducer.asmx?Operation=WSDL&WsrpVersion=Two And it's important to stop active node otherwise you won't see the issue. If you start the previous node again and kill current one, it will work again with the node where you registered before. And as discussed I think that your PBR/UI issues are caused by usage of single machine with ports offset. There is a shared cookie which is causing expiration when you switch between nodes. I haven't seen any UI issues in WSRP admin if I have 2 cluster nodes on separate machines. Plus one more comment - use jvmRoute system property to see the active node suffix at jsessionid. Same here - reproduced on gatein master (only netunity 2 is causing this failure). On first access I also hit error attached at BZ 881004 - https://bugzilla.redhat.com/attachment.cgi?id=654188 I was able to reproduce the error on my local machine. I didn't use the port-offset, but virtual IPs on single machine (so I was able to use mod_jk loadbalancer) when running the JPP cluster. I've created a HOWTO doc on docspace how to setup such cluster: https://docspace.corp.redhat.com/docs/DOC-128322 false alarm - I'm getting other error than the one reported. I'm going to try to reproduce it with MySQL. I wasn't able to reproduce the error locally with MySQL. Created attachment 674887 [details]
FacesException during BZ reproduction
I've upload log with the error I'm getting while trying to reproduce this BZ.
This one I still can't reproduce, nor the FacesException. :( Unfortunately I have reproduced the issue with clustered JPP 6.0.0 ER05 (+ MySQL). This will need to be verified again Still can't reproduce this with WSRP 2.2.5.Final and EAP 6.1.0.ER5 (+ MySQL) |