I can't see anything obvious, but can I check you are executing that NameRogistrar.getIfExists within the vm you have q2 deployed in?
Does your q2 log show the MUXPool being deployed correctly too as well as the MUXs that form the pool, are these deployed before the MUXPool successfully?
--
Mark
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/a7b83b86-501e-48e7-874f-b9857f13052fn%40googlegroups.com.
Is any of the connected?
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/a7b83b86-501e-48e7-874f-b9857f13052fn%40googlegroups.com.
Andrés Alcarraz
Sorry, I didn’t see the last line in the code extract. The question then, is not why the mux is not connecting, but why is null?
In that case, in
addition to what Mark says, other possibility is you are trying
to get the mux before it is registered. Resgistration is done in
the start
phase, most objects are configured during the init
which is earlier.
So, if you are trying
to get the mux, for instance, in the setConfiguration
method of a transaction participant, you will not get it.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/1UubB6ipjO70WPExgHf9bZY9XvJh47AV-4RM4-A_0NgsQmsaFmQdmx0-XArPXz5cQXPaUcJqAkJ_AvFt9XejdhM4AmJIFF7PBd0lamga0as%3D%40pm.me.
Andrés Alcarraz