| Summary: | Server does not expose MBean for registering server-side serialization context | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Martin Gencur <mgencur> |
| Component: | Server | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | VERIFIED --- | QA Contact: | Martin Gencur <mgencur> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jdg-bugs |
| Target Milestone: | ER3 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1010419 | ||
|
Description
Martin Gencur
2013-10-04 07:41:33 UTC
Adrian Nistor <anistor> made a comment on jira ISPN-3582 [~mgencur] Is the cache manager in question running? Its component registry has to be started before the query related and protobuf metadata mbeans are visible. To ensure it is started just get a cache from it. Martin Gencur <mgencur> made a comment on jira ISPN-3582 It is running now that Will sorted out the dependencies in modules. It was not running before that. You can see the updated branch with Will's fixes and updated test here: https://github.com/mgencur/infinispan-server/commits/ISPN-3582/remote_query_mbean Adrian Nistor <anistor> made a comment on jira ISPN-3582 [~mgencur] And If you put a breakpoint in org.infinispan.query.remote.LifecycleManager.cacheManagerStarting, is it ever hit? Adrian Nistor <anistor> made a comment on jira ISPN-3582 Can you confirm infinispan-remote-query-server.jar (and its transient deps) are present in the server module? If the previously mentioned breakpoint is not hit, I would say no. Please add them. William Burns <wburns> updated the status of jira ISPN-3582 to Resolved William Burns <wburns> made a comment on jira ISPN-3582 This is fixed with ISPN-3587 The server contains wrong version of hibernate-search so the existing tests fail and remote querying is not working. Setting back to ASSIGNED. |