Please explain how to do it!
Even better provide some sample code for it...


---

** [tickets:#342] amf: proxy/proxied components not supported.**

**Status:** wontfix
**Created:** Mon May 27, 2013 06:00 AM UTC by Praveen
**Last Updated:** Thu Aug 29, 2013 11:09 AM UTC
**Owner:** Nagendra Kumar

Migrated from http://devel.opensaf.org/ticket/1585.

when I configure saAmfCtCompCategory = 2 for PROXY component in imm as below - 

<object class="SaAmfCompType?">
 


<dn>safVersion=4.0.0,safCompType=CompT_PRX</dn>
 <attr>
 


<name>saAmfCtCompCategory</name>
 <value>2</value>
 

</attr> 



I get the following error - 

 immcfg -f proxy.xml 
Failed to apply object creations 21 
I see the following message in syslog - 
Nov 8 08:54:24 CapcNodeHostname? osafamfd[6954]: Unsupported 
saAmfCtCompCategory value '2' for 'safVersion=4.0.0,safCompType=CompT_PRX'
 Nov 8 08:54:24 CapcNodeHostname? osafimmnd[6879]: implementer returned error, 
Ccb aborted with error: 20 

>From the AVSV code in services/saf/avsv/avd/avd_comptype.c, I see the 
>following - 
/* We do not support Proxy, Container and Contained as of now. */
 



if (IS_COMP_PROXY(category) IS_COMP_CONTAINER(category) 
IS_COMP_CONTAINED(category)) {
 


LOG_ER("Unsupported saAmfCtCompCategory value '%u' for '%s'", category, 
dn->value);
 return 0;
 

} 


Does it mean that Proxy components/configurations are not supported as of now - 
Is there a workaround ? 



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to