<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><HTML><head><META content="text/html; charset=utf-8" http-equiv="Content-Type">



<META content="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
<META CONTENT="MS Exchange Server version 6.5.7655.4" NAME="Generator">
<TITLE>Java Client library : RPCClient throws nullpointerexception</TITLE>
<META content="text/html; charset=utf-8" http-equiv="Content-Type">
</head><BODY>
<DIV>
<!-- Converted from text/rtf format -->
<UL>
<P><FONT FACE="Arial" SIZE=2>Hi</FONT>
</P>

<P><FONT FACE="Arial" SIZE=2>Iam getting the following EOF Exception when trying to cal the mapcall() on Rpcclient in java library. This is the same exception I get if trying to create a new instance of JsonRpcClient.</FONT></P>

<P><FONT FACE="Arial" SIZE=2>Similar call() in .net library works. Iam basically using the same example as in .net. There are no examples for java libraray.</FONT></P>

<P><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>Consumer com.rabbitmq.client.RpcClient$1@1ae9aaa method handleDelivery for channel AMQChannel(amqp://guest@GBWMAPPROPC01.emea.win.ml.com:5672/,1) threw an exception:</FONT></P>

<P><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>java.lang.NullPointerException</FONT></U>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>at com.rabbitmq.client.RpcClient$1.handleDelivery(</FONT><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>RpcClient.java:153</FONT></U><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>)</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>at com.rabbitmq.client.impl.ChannelN.processAsync(</FONT><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>ChannelN.java:223</FONT></U><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>)</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>at com.rabbitmq.client.impl.AMQChannel.handleCompleteInboundCommand(</FONT><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>AMQChannel.java:159</FONT></U><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>)</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>at com.rabbitmq.client.impl.AMQChannel.handleFrame(</FONT><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>AMQChannel.java:110</FONT></U><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>)</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(</FONT><U><FONT COLOR="#000080" FACE="Courier New" SIZE=2>AMQConnection.java:456</FONT></U><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>)</FONT>
</P>

<P><FONT COLOR="#FF0000" FACE="Courier New" SIZE=2>Following is the sample code which is raising the exception</FONT>

<BR><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>Connection _conn = Utility.createConnection(&quot;GBWMAPPROPC01.emea.win.ml.com&quot;, Constants.DEFAULT_HEARTBEAT);</FONT>

<BR><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>Channel _channel= _conn.createChannel();</FONT>
</P>

<P><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>RpcClient _rpcClient = </FONT>

<BR><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new RpcClient(_channel,&quot;amq.direct&quot;,&quot;Admin&quot;);</FONT>
</P>

<P><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>Map&lt;String, Object&gt; request = createRequest(requestType);</FONT>
</P>

<P><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>// this line throws the exception</FONT>

<BR><FONT COLOR="#0000FF" FACE="Arial" SIZE=2>Map&lt;String, Object&gt; reply = _rpcClient.mapCall(request);</FONT><FONT COLOR="#000000" FACE="Courier New" SIZE=2></FONT> 
</P>

<P><FONT COLOR="#000000" FACE="Courier New" SIZE=2>Thanks</FONT>

<BR><FONT COLOR="#000000" FACE="Courier New" SIZE=2>Rajesh</FONT>
</P>
</UL>
</DIV>
<DIV>
<HR COLOR="gray">
</DIV>
<DIV><FONT FACE="Arial" SIZE="2">This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. The information contained in this e-mail was obtained from sources believed to be reliable; however, the accuracy or completeness of this information is not guaranteed. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch.&nbsp; Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free.&nbsp; References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation.&nbsp; Securities and Insurance Products: * Are Not FDIC Insured&nbsp; * Are Not Bank Guaranteed&nbsp; *&nbsp; May Lose Value&nbsp; *&nbsp; Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency.&nbsp; Past performance is no guarantee of future results. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: <A HREF="http://www.ml.com/e-communications_terms/">http://www.ml.com/e-communications_terms/</A>.&nbsp; By messaging with Merrill Lynch you consent to the foregoing.</FONT></DIV>
<DIV>
<HR COLOR="gray">
</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>