-
>even know that you can't call the destructor method directly.
Oh I know it...but reaching for straws.
thanks anyway...
2007-12-21 18:36:32 UTC in omniEvents
-
Howdy:
I have a pull_consumer reading events. Every time that the consumer method is called, several k of memory are not released (the data is coming across as expected). What am I doing wrong?
Thanks,
// Registered as a pull_consumer....
CosEventChannelAdmin::ProxyPullSupplier_var TheEntityPositionEventChannelConsumer ;
....
bool ReadEventChannel()
{
CORBA::Boolean...
2007-12-21 18:06:26 UTC in omniEvents
-
Howdy:
I note in the documentation that Windows XP is not listed as either a supported or tested platform for omniEvents. Has anyone tried it yet?
Thanks,
2006-12-13 20:59:08 UTC in omniEvents
-
Ok, found out the problem was in creating the eventChannelName object. I guess I did not understand what the str2name method in the example code was actually doing. Got it to resolve after changing to use
omni::omniURI::stringToName
to build the object.
2006-04-20 22:18:49 UTC in omniEvents
-
I am still unable to access the EventServer. I have tried two approaches.
1. I have set up omniOrb/omniNames using default port values and no registry entry for the EventService InitRef. I have installed and ran omniEvents using the default port value and channel name. I have been able to run the pushsupp and pushcons example programs.
In my program, I copied the code in the pushsupp.cc...
2006-04-19 17:08:12 UTC in omniEvents
-
Howdy:
I'm still having trouble getting an eventChannel setup. At this point, I have been able to run (using default settings) omniNames, omniEvents, and eventc (although in the case of eventc I am not getting any output displayed, so perhaps it is not running successfully). If I am reading correctly, at this point there should exist an active channel called "EventChannel."
Using...
2006-04-14 18:54:30 UTC in omniEvents
-
Howdy:
Thanks again for your time.
I was finally able to get my apps running again and communicating through omniOrb. Now I need to revisit installing omniEvents. This is where I got into trouble last time...But at least now I am running the same version of omniOrb as that used by the pre-compiled omniEvents release.
Take care,
Honus.
2006-04-12 22:38:22 UTC in omniEvents
-
Regarding running nameclt -ORBInitRef Nameservice<...>
there is no output from this command--I assume it should be listing the nameservice?.
2006-04-12 20:26:38 UTC in omniEvents
-
Thanks for the reply.
When I originally set up omniOrb, I was not using the config file, and had set the nameservice via the registry as you suggested. I used the sample.reg file that came with omniOrb. In attempting to install and run omniEvents, I thought from my reading that it was a requirement to have a config file with the settings I specified. The port number portion was from an...
2006-04-12 20:00:50 UTC in omniEvents
-
I subsequently was able to kill the daemon, and also uninstalled omnievents. However, my corba app, which was working fine prior to my abortive experiment with this tool, can still not find the omniORB nameservice. Very disheartening.
2006-04-07 23:18:24 UTC in omniEvents