Search found 5 matches
- Tue May 13, 2014 7:55 am
- Forum: Support - RCF
- Topic: No Server-side object found exception
- Replies: 8
- Views: 28171
Re: No Server-side object found exception
Hi Jarl, thanks for the reply. It absolutely matches our observation and we don't want new connections on copy. Therefore, using shared pointers is the right solution for us and probably it could be even a general suggestion to use a shared pointer if session objects store connection related data. B...
- Fri May 09, 2014 9:46 am
- Forum: Support - RCF
- Topic: No Server-side object found exception
- Replies: 8
- Views: 28171
Re: No Server-side object found exception
Hi, I was able to track down the problem to code independent from ours. The following piece of code terminates with the known exception. #include <string> #include <iostream> #include <RCF/RCF.hpp> #include <boost/container/flat_map.hpp> #include <boost/lexical_cast.hpp> RCF_BEGIN(I_AlertClient, "I_...
- Tue May 06, 2014 6:27 am
- Forum: Support - RCF
- Topic: No Server-side object found exception
- Replies: 8
- Views: 28171
Re: No Server-side object found exception
Hi Jarl, I put a debug version of RCF on our target and tried to find out why the stub entry pointer is null, which seems to be the only reason for this exception. The relevant code in the MethodInvocation looks like this... if (!targetName.empty()) { ReadLock readLock(rcfServer.mStubMapMutex); cons...
- Mon May 05, 2014 9:22 am
- Forum: Support - RCF
- Topic: No Server-side object found exception
- Replies: 8
- Views: 28171
Re: No Server-side object found exception
Hi Jarl, thanks for your answer. Unfortunately this doesn't seem to fix it. I see the exception thrown in the very first remote call performed via an RCF client. This call registers an RCF client with a name stored in a session object. There is no indication that the creation of the session object f...
- Tue Apr 15, 2014 8:18 am
- Forum: Support - RCF
- Topic: No Server-side object found exception
- Replies: 8
- Views: 28171
No Server-side object found exception
Hi, we're running RCF-2.0.0.2685 on Linux and in a part of our application we get the following exception: Dynamic exception type: N3RCF15RemoteExceptionE std::exception::what: [Remote][25: Server-side object not found. Service: %1. Interface: %2. Function id: 2.][0: No sub system.][0: ][What: [25: ...