Note that there are some explanatory texts on larger screens.

plurals
  1. POzeromq: "External component has thrown an exception" at the time of creation of new Context - on one particular system
    primarykey
    data
    text
    <p>I am using 0mq with clr binding - version 3.2.2 - on Windows OS. On one particular Windows 7 64-bit system, 0mq always fails at the time of creation of a new Context. I initially thought it had something to do with windows services / IIS but it fails even for a simple console application </p> <p>Error message below </p> <pre><code>Assertion failed: Connection timed out (..\..\..\signaler.cpp:260) External component has thrown an exception. </code></pre> <p>Last error code (I am calling GetLastError from C#) is <strong>10060</strong> (which is connection tiemout)</p> <p>Code below</p> <pre><code>var ctx = new Context(1); </code></pre> <p>I have checked the following links and tried the suggestions but no luck<br> <a href="http://grokbase.com/t/zeromq/zeromq-dev/126jmgg0aq/sehexception-when-calling-zmq-init-from-clrzmq" rel="nofollow noreferrer">http://grokbase.com/t/zeromq/zeromq-dev/126jmgg0aq/sehexception-when-calling-zmq-init-from-clrzmq</a> <a href="https://github.com/zeromq/clrzmq/issues/81" rel="nofollow noreferrer">https://github.com/zeromq/clrzmq/issues/81</a><br> <a href="https://stackoverflow.com/questions/11118493/calling-win32-createevent-fails-from-an-iis-7-5-web-application">Calling Win32 CreateEvent() fails from an IIS 7.5 web application</a></p> <p>I have tried the following</p> <ul> <li>Used dependencychecker and ensured all referenced DLLs are present</li> <li>Ensured VC++ 2010 runtime is installed</li> <li>The account under which the console application ran has administrator privileges and I also gave explicit permissions to create global objects (one of the suggestions) in user account management</li> </ul> <p>I am baffled by this bug. 0mq has worked great so far and I wanted to deploy it on a larger scale. Now this error is giving me second thoughts on the same. Any help will be greatly appreciated</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload