It is getting hung up in the SocketFactory::createSocket on line 137. I seems like the ntdll.dll might be part of the problem (it is in the call stack). There is a broker running, but the program seems to be running some code before the main() where it is getting hung up.
Timothy Bish wrote: > > On Wed, 2009-08-12 at 14:53 -0700, asawilliams wrote: >> I found the location where my program is getting stuck. SocketFactory is >> throwing an exception but the DECAF_CATCH_EXCEPTION_CONVERT function is >> where the thread is getting stuck. > > Without some line numbers for where the exception is thrown I can't > really help you out to much. Is there a broker running? > > Regards > Tim. > >> >> >> Timothy Bish wrote: >> > >> > On Tue, 2009-08-11 at 14:11 -0700, asawilliams wrote: >> >> I am able to compile/build the vs2005-activemq-example in vs2008, but >> >> when I >> >> try to run it, a console shows up and its blank. I should at least >> see >> >> the >> >> "Starting the example:", but I dont even get that. I have not changed >> >> the >> >> original code and here are the versions of the includes: >> >> apr 1.3.8 >> >> apr util 1.3.9 >> >> activemq-cpp-library-3.0.1 >> > >> > We haven't tested the CPP client with versions of APR later than 1.3.5 >> > >> > Not sure what could be going wrong that aren't at least seeing the >> > initial output from the example. You might want to run in the debugger >> > and see where the code is stalling. >> > >> > Regards >> > Tim. >> > >> > >> > -- >> > Tim Bish >> > http://fusesource.com >> > http://timbish.blogspot.com/ >> > >> > >> > >> > >> > >> > > > -- View this message in context: http://www.nabble.com/vs2005-activemq-example-blank-console-tp24925853p24957763.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.