Is there a workaround for coherence::net::messaging::ConnectionException in C++ client?

Hi,
When debugging our C++ app we often set Visual Studio 2012 to break on exception which we use to handle... well... exceptional circumstances. However, when connecting, Coherence always throws few (handled) exceptions such as below. Does anyone know a workaround?
Thank you!
Michal
First-chance exception at 0x000007FEFD73940D in cmd.exe: Microsoft C++ exception: coherence::lang::throwable_spec<coherence::net::messaging::ConnectionException,coherence::lang::extends<coherence::io::pof::PortableException,std::runtime_error>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::throwable_spec<coherence::io::pof::PortableException,coherence::lang::extends<coherence::lang::RuntimeException,std::runtime_error>,coherence::lang::implements<coherence::io::pof::PortableObject,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::throwable_spec<coherence::lang::RuntimeException,coherence::lang::extends<coherence::lang::Exception,std::runtime_error>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::throwable_spec<coherence::lang::Exception,coherence::lang::extends<coherence::lang::Object,std::exception>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::TypedHandle<coherence::lang::Object const > >::hierarchy>::hierarchy>::hierarchy>::bridge at memory location 0x0000000000156108.
First-chance exception at 0x000007FEFD73940D in cmd.exe: Microsoft C++ exception: coherence::lang::throwable_spec<coherence::io::InterruptedIOException,coherence::lang::extends<coherence::io::IOException,std::ios_base::failure>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::throwable_spec<coherence::io::IOException,coherence::lang::extends<coherence::lang::Exception,std::ios_base::failure>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::throwable_spec<coherence::lang::Exception,coherence::lang::extends<coherence::lang::Object,std::exception>,coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void>,coherence::lang::TypedHandle<coherence::lang::Object const > >::hierarchy>::hierarchy>::bridge at memory location 0x00000000062CED88.

JM140 wrote:
Hello,
when I delete an email, it deletes from all of my devices and none of hers (i have an iPad, macbook, and iPhone)
when she deletes an email it deletes from all of hers and none of mine. (she has an iPhone and macbook)
So its kind of like a POP3 server splitting to two separate IMAP servers;  my wife's and mine.
Any ideas everyone?
Nope, its a POP server acting like a pop server where the settings on each device have it so email is left on the server and only deleted from the devices.
This means all devices can download the email from the server, but its never really removed from the server, only from the devices upon deletion, unless one of the devices is set to have it deleted from the server when its deleted from the device. 
Basically, what you want is not possible, as you want an IMAP functionality on only specific devices. IMAP is designed to sync actions across all devices using the account.  Because basically what happens is actions take place on the server, and then trickle down to the devices.
On POP accounts its the opposite. Actions take place on the Devices and then if configured as such may move up to the server.

Similar Messages

  • Coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpA

    Hi
    I have installed coheI have installed coherence server "fmw_12.1.3.0.0_coherence_Disk1_1of1.zip" along with Examples on windows machine and C++ client coherence-cpp-12.1.3.0.0b51709-windows-x86-vs2012.zip on the same machine.
    I have built the "contacts" C++ Example successfully and while I execute this "contacts" using run I am facing TcpAcceptor error.
    On my coherence server the TcpAcceptor is listening on port 8088, so I have modified the extend-cache-config.xml file with values "ip address of my windows machine" and port as "8088".
    All the time I am getting below error,
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at class coherence::lang::TypedHandle<class coherence::component::net::extend::PofConnection> __thiscall coherence::component::util::TcpInitiator::openConne
    ction(void)(TcpInitiator.cpp:307)
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::net::messaging::ConnectionException: coherence::component::util::TcpInitiator::TcpConnection@029EAD78{Id=NULL, Open=1, LocalAddress=NULL,
    RemoteAddress=10.242.152.242/10.242.152.242:8088}: socket disconnect
        at class coherence::lang::TypedHandle<class coherence::net::messaging::Response> __thiscall coherence::component::net::extend::AbstractPofRequest::Status::g
    etResponse(void)(AbstractPofRequest.cpp:203)
        at coherence::component::net::extend::AbstractPofRequest::Status::getResponse
        at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse
        at coherence::component::util::Initiator::openConnection
        at coherence::component::net::extend::PofConnection::open
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object
    ,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void
    ,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::io::IOException: socket disconnect
        at unsigned int __thiscall coherence::net::Socket::readInternal(unsigned char *,unsigned int)(Socket.cpp:333)
        at coherence::net::Socket::readInternal
        at coherence::net::Socket::SocketInput::read
        at coherence::io::BufferedInputStream::fillBuffer
        at coherence::io::BufferedInputStream::read
        at coherence::component::util::TcpInitiator::readMessageLength
        at coherence::component::util::TcpInitiator::TcpConnection::TcpReader::onNotify
        at coherence::component::util::Daemon::run
        at coherence::lang::Thread::run
        on thread "ExtendTcpCacheService:coherence::component::util::TcpInitiator:coherence::component::util::TcpInitiator::TcpConnection::TcpReader"

    We are facing same issue.    Could you please provide us any working .Net sample code for the version 12.1.2.0.
    <ssl>
                  <protocol>Tls</protocol>
                  <local-certificates>
                    <certificate>
                      <url>c:\Cert\</url>
                      <password>password</password>
                      <flags>DefaultKeySet</flags>
                    </certificate>
                  </local-certificates>
                </ssl>
    thanks
    Bala

  • Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver d

    Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver design view?

    Have a look at this thread that should answer your query - http://forums.adobe.com/message/5231996.
    Thanks,
    Vinayak

  • I don't like itunes 10 and so I'm using itunes 9. However, now my phone can't connect to itunes because it says it requires itunes 10.5 or later.  Is there a workaround for this?

    I don't like itunes 10 and so I'm using itunes 9. However, now my phone can't connect to itunes because it says it requires itunes 10.5 or later.  Is there a workaround for this?

    No.
    If you don't want to update to the supported software you can't use the device.

  • 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will i have to continue using the previous version to complete older projects?

    Final Cut Pro X 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will I have to continue using the previous version to complete older projects? the only foreseeable solution is to begin any new projects on 10.2 or importing footage on 10.2 and starting form scratch--which is something i definitely don't want to do or have time to do. ANY advice, thoughts, or opinions would be greatly appreciated! Thank you!
    Running 10.10.3 // MacBook Pro (Retina, 15-inch, Early 2013) // 2.4 GHz Intel Core i7 // 8 GB 1600 MHz DDR3

    Exactly the same problem with me.
    Some other threads advice to remove fonts, clean the caches, remove add ins but nothing works consistenty, for some it looks like it works, for me it failed.
    What I did not try yet, was to move the Render files out of the malicious library to trash.

  • How can I backup my iphone 4 using iTunes 9.1.1? Is there a workaround for this?

    How can I backup my iphone 4 using iTunes 9.1.1? Is there a workaround for this? I need to backup my phone for replacement but it tells me I need 10.1 or later. All software is up to date, Operating system is 10.4.11. Thanks!

    No sorry. You need to upgrade to v10.5 Leopard (minimum) in order to sync an iPhone 4.
    iPhone minimum requirements:
    Mac computer with USB 2.0 port
    Mac OS X v10.5.8 or later
    iTunes 10.1 or later
    iTunes Store account
    Internet access
    You can upgrade to Leopard if your Mac meets v10.5 requirements.
    Requirements for Mac OS X v10.5
    If your Mac is Intel, you can upgrade directly to Snow Leopard if your Mac meets 10.6 Snow Leopard - Technical Specifications

  • Is there a workaround for the missing global track chords?

    Is there a workaround for the missing global track chords?  i.e. will Apple loops follow the chord progression in a track?

    I found sort of a work around.  I still have Logic Pro 9.  It turns out that if you go into global tracks, analyze the chords then go back to logic pro x the chord progression is preserved.  So the information is preserved there just seems no way to create it in X.

  • Is there a workaround for websites that use "frames" when Safari does not support?

    Is there a workaround for a website that requires "frames" when Safari (5.0.6) does not support it?

    Has anyone found a work-around for this that works?
    No. Any attempt to use an unsupported network device with Time Machine will probably result in data loss, even if it seems to be working at first. If you take data protection seriously, you won't try.
    Is it possible to get Time Machine to use SMB to make the backups?
    No.

  • JDev team: is there a workaround for bug1482140?

    I would like to know if anybody has figured out a workaround for bug 1482140 which is listed in the JDeveloper 3.2.2 readme. It states that it is not possible to deploy EJBs to 8.1.7 running on Solaris. It also indicates that it should have been fixed in 8.1.7.1 but the list of fixed bugs in 8.1.7.1 does not include this one. When is this going to be fixed? Why is there no status on it in Metalink? Is there something clever I can do similar to the workaround given for deploying BC4J?
    Thanks for any help,
    Matt

    Uh, dude? What are you talking about? I've seen the workaround for the aurora_client.jar bit but I thought it only applied to BC4J as it says in the HOWTO under the JDEV docs. As for the 8.1.7.1b patch, this is the first I've heard of it. It doesn't help that searching for this bug under Metalink doesn't produce any results. The way I see it is that I should be able to enter the Bug number in Metalink, and it tells me what patchset the bug is fixed in. That mechanism seems to have broken down here. oh well, I have no problem with having to be told something twice, I'm not perfect. At least I have the stones to post messages with my name and email address Mr d. cheers.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by d:
    Matt's been told about both of those options previously and he does not understand !!<HR></BLOCKQUOTE>
    null

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • Is there a workaround for the Safari "clickable hidden content" bug?

    Hi,
    I'm encountering a bug in Safari where hidden content (non-visible content hidden with the CSS attribute overflow:hidden) to be clickable. I did some googling and found other people who are having this same problem:
    http://www.dmxzone.com/forum/go/?35908
    http://archivist.incutio.com/viewlist/css-discuss/76660
    http://lists.macosforge.org/pipermail/webkit-dev/2005-November/000496.html
    But no one seems to have a workaround for this. The last post contains a reply by an Apple developer saying he checked in a bug fix for this, but his reply was posted two years ago and I'm still seeing the problem.
    Does anyone know of a workaround for this? Hacks or kludges welcome.
    Cheers,
    -bri
    Message was edited by: omega-

    Hi
    As Safari uses the WebKit structure, you may find an answer to your question at the FreeNode Network. You may also find help at the WebKit Open Source Project.

  • Is there a workaround for Officejet 6700 Premium for MacBook Air version 10.10

    Is there are a workaround for compatibility issue between OfficeJet 6700 Premium with MacBook Air OS X 10.10 Yosemite?

    Welcome to the forums @Bron15
    I read your post about wanting a work around for your Officejet 6700 to be used on 10.10.
    There is a Full Feature driver available for you to install on Yosemite, therefore it's fully compatible. Download the driver below. If there are any issues, please let me know what exactly the problems are.
    HP Officejet 6700 Premium e-All-in-One Printer series - H711 Full Feature Software and Driver
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Is there a workaround for Silverlight on an Ipad

    Is there a way to Stream movies from my Remote website to the iPad? I gave it a try and was able to log in and view all my files however, when trying to stream i get an error saying Silverlight is not supported. Is there a known workaround for this?

    well thats sad but ok thank you

  • Is there any workaround for Bug 6644652 ?

    Hi
    This issue is documented in DBAppTables GTC Connector at Known issues:
    "Bug 6644652
    Reconciliation of account deletion is not supported. In other words, if a record is
    deleted from the target database, then this deletion is not reconciled into Oracle
    Identity Manager"
    Is there any workaround that can be used ?
    Thank You in advanced,
    Ionut

    EHLO!
    Today I ALMOST finalized my delete-recon (is for AD objects, but I think it may work in many contexts). As the pals said, you have to use the createDeleteReconciliationEvent method from the operations API.
    I had a big problem: I spent a day looking for a NullPointerException that was raised just when this method is called. I realized that there is not a problem itself, the exception was raised because I was launching from the Eclipse project! So, instead of develop all the stuff and then pass it to OIM, I had to maje the jar, put it into the ScheduleTask folder, and execute it with the Task Scheduler from the Design Console, or from the Admin Console.
    For a brief:
    1) make a class that extends com.thortech.xl.scheduler.tasks.SchedulerBaseTask
    2) implement the execute() method
    3) for creating the operator, you can call (tcReconciliationOperationsIntf)getUtility("Thor.API.Operations.tcReconciliationOperationsIntf") (getUility is inherited from SchedulerBaseTask)
    4) Make some Map object, with key/value pairs. Keys have to be the same as they appear in the Reconciliation Fields of the Resource Object, and at least you have to put the required ones. Call the method, the first parameter is a String with the RO ("Xellerate User", "AD User", "Exchange", etc).
    For example, you can make something like this:
                   HashMap hm = new HashMap();
                   hm.put("User ID", "drldap");
                   hm.put("objectGUID", "12345679");
                   try {
                        reconOps.createDeleteReconciliationEvent("AD User", hm);
                   catch(Exception e) {
                        e.printStackTrace(System.out);
    Hope it was helpful. Enjoy!
    DrLDAP!

  • Is there any workaround for exporting 24 bit AAF of OMF in soundtrack?

    Hi
    Soundtrack pro seems to have only 16bit AAF export function. Is there any workaround to be able to export a multitrack session in higher bit (24bit industry standard) resolution, in AAF or OMF format?
    I know Final Cut has 24bit AAF export funcion, but sending clips from soundtrack to Final Cut seems not possible. Only sending mastermixes to FC is possible. But I want to send individual clips to FC.
    Or any other suggestions are welcome for solving this problem.
    Thanks!
    Xske

    If Premiere offers you the option to use hardware encoding, then your card is recognized. There is normally nothing more to do.  If I understand you correctly, you are concerned that Premiere is not using the card.  There are 2 ways to check if it is:
    1. Install someting like GPU-Z (google it, it's free) to monitor the GPU. Start to encode something that will actually use CUDA cores, and you should see some activity reported, given as a percentage.  Keep in mind that CUDA is only used for some specific tasks (some effects, resizing) when encoding.
    2. Export a file that will use CUDA when encoding 2 times, once with hardware encoding enabled, and then with software only. Is there a difference in the time needed to complete the export?

Maybe you are looking for

  • Open office Dictionary in Flex

    Hi all, I am trying to implement spell checker in my flex + AIR (desktop)application. I want to perform spell check in offline mode for that I need the data base of words. I have open office installed.Can I use the open office dictionary in my applic

  • How do I know if my computer has a SuperDrive?

    I am trying to use IDVD but it wont appear at all and then it said you needed a SuperDrive so I don't know if my computer has one?

  • Instrument i/o assistant express

    hi, i hav all ready installed the driver cds along the the labview7.1 software but i m not able to use the instrument i/o assistant express in my application then plz guide me how can get it.

  • Picts vs Tiffs for FCP 5?

    I'm doing a project where I'm using graphic overlays that super over my video. Based on a suggestion from one of the FCP threads, I followed the directions from a site <http://fcpbook.com/Photoshop1.html> that suggested using PICTs. I am very familia

  • Creating statistics based on two or more fields

    Hi! Curious if the functionality of Adobe Forms has the same possibilities with calculating stats based on several fields as one can do with Excel. For example, can I create a SUMPRODUCT formula to find all the replies that meet two or more critieria