Re: is this a bug?

2007-12-18 Thread bill richard
More exceptions are: Error encountered,will handle exception.Channel was inactive for too long: /10.61.0.212:61616Wed Dec 19 14:45:23 CST 2007 javax.jms.JMSException: Channel was inactive for too long: /10.61.0.212:61616 at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionS

is this a bug?

2007-12-18 Thread bill richard
WireFormatNegotiator.java public void oneway(Object command) throws IOException { try { if( !readyCountDownLatch.await(negotiateTimeout, TimeUnit.MILLISECONDS) ) throw new IOException("Wire format negociation timeout: peer did not send his wire format.");

Re: building NMS

2007-12-18 Thread Jim Gomes
OK, so now we are getting further. I develop on Windows with .NET 2.0, and it looks like the System.Net.Dns.GetHostEntry() is a newer 2.0 API. For the time being, you can probably downgrade that bit of code to the older equivalent using GetHostByName() or GetHostByAddress(), or some other variant

Re: building NMS

2007-12-18 Thread Nathan Mittler
Thanks Jim, That definitely helps :). FYI, it looks like I had to add this to my .bash_profile on OS X to get nant to work (this should probably end up in the instructions for OS X): export PKG_CONFIG_PATH="/Library/Frameworks/Mono.framework/Versions/ Current/lib/pkgconfig/:${PKG_CONFIG_PA

Re: building NMS

2007-12-18 Thread Jim Gomes
Hi Nathan, I think those instructions are a bit out of date. We have reorganized the project into separate projects based upon individual provider implementations. I have been following your bug report, and was going to try and duplicate it on my machine as well, since the problems you report ma

building NMS

2007-12-18 Thread Nathan Mittler
Hey guys, I'm trying to build NMS to debug issue http://issues.apache.org/activemq/browse/AMQCPP-157 and am getting the error: NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006) Copyright (C) 2001-2006 Gerry Shaw http://nant.sourceforge.net BUILD FAILED Could not find a '*.build' file in '

Re: Bug in activemq-cpp-2.1.3-src/src/examples/main.cpp

2007-12-18 Thread lano1106
stdio.h is also missing in activemq-cpp-2.1.3-src/src/examples/consumers/SimpleAsyncConsumer.cpp activemq-cpp-2.1.3-src/src/examples/producers/SimpleProducer.cpp Greetings, Olivier Langlois http://www.olivierlanglois.net http://blog.olivierlanglois.net -- View this message in context: http://

Bug in activemq-cpp-2.1.3-src/src/examples/main.cpp

2007-12-18 Thread lano1106
The code incorrectly assumes that will include underneath. I have compiled ActiveQ with GCC and STLPort and printf() declaration was missing. You should add #include in the header file list. Greetings, Olivier Langlois http://www.olivierlanglois.net http://blog.olivierlanglois.net -- Vie

[jira] Commented: (AMQCPP-157) Interoperability issues between C++ and .NET

2007-12-18 Thread Robert Winslow (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40886 ] Robert Winslow commented on AMQCPP-157: --- Here are the results of my testing. Ok, After spending hours testin

[jira] Commented: (AMQCPP-157) Interoperability issues between C++ and .NET

2007-12-18 Thread Robert Winslow (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40885 ] Robert Winslow commented on AMQCPP-157: --- Nathan, I have not been able to get the time to run the other tests.

[jira] Created: (CAMEL-268) apache-camel.jar's TypeConverter file is incorrect

2007-12-18 Thread Aaron Crickenberger (JIRA)
apache-camel.jar's TypeConverter file is incorrect -- Key: CAMEL-268 URL: https://issues.apache.org/activemq/browse/CAMEL-268 Project: Apache Camel Issue Type: Bug Affects Versions: 1.2.0,

[jira] Created: (AMQCPP-159) autogen.sh fails to create configure

2007-12-18 Thread Simone Piunno (JIRA)
autogen.sh fails to create configure Key: AMQCPP-159 URL: https://issues.apache.org/activemq/browse/AMQCPP-159 Project: ActiveMQ C++ Client Issue Type: Bug Components: CMS Impl Affects Versi

[jira] Issue Comment Edited: (AMQ-1490) Deadlocks (with JUnit tests)

2007-12-18 Thread Rainer Klute (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40870 ] rainer klute edited comment on AMQ-1490 at 12/18/07 1:52 AM: - Oh no! With the latest snaps