Re: Orders not going through

2 messages Options
Embed this post
Permalink
toli

Re: Orders not going through

Reply Threaded More More options
Print post
Permalink
Andrei,

Looks like the one change that you had that got clobbered was the JMS
Queue address in the oms.properties file.

if i remember correctly you had issues using the peer://development
JMS address and we had switched you to using a running instance of
ActiveMQ.

the file i checked in went back to having:
jms.url=peer://development

so you need to replace it with whatever you had before:
jms.url=tcp://<yourserver>:61616

Here's the relevant part of the output for future reference:
> 19:33:27,017 DEBUG [main] marketcetera.jms.JMSAdapter> (JMSAdapter.java:82) - creating a JMSAdapter for url peer://development


On 8/29/06, Andrei Lissovski <[hidden email]> wrote:

> Hey guys,
> None of my orders go through anymore after I have
> updated oms.properties with the latest from SVN (and
> resolved the conflicts). I am seeing new messages with
> MsgType of 'D' in the Messages editor but nothing
> shows up in the Open Orders. It also doesn't look like
> OMS is receiving the orders. I have stepped through
> the code in debugger in Photon and it looks like JMS
> messages are being sent. I don't think anything has
> changed in my config except the new oms.properties and
> the patch for ExecID. Any ideas?
>
> Just in case, the OMS output below.
>
--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-dev mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev
Andrei Lissovski

Re: Orders not going through

Reply Threaded More More options
Print post
Permalink
Thanks Toli.

BTW, finding it hard to believe that I could have
messed up merging these simple changes, I looked at my
Local History in Eclipse it looks like the jms.url
line got clobbered during SVN update. Very strange
since other lines to which I had made changes locally
-- fix.sendercompid, etc. -- were marked as conflicts,
as I expected.

--- Toli Kuznets <[hidden email]> wrote:

> Andrei,
>
> Looks like the one change that you had that got
> clobbered was the JMS
> Queue address in the oms.properties file.
>
> if i remember correctly you had issues using the
> peer://development
> JMS address and we had switched you to using a
> running instance of
> ActiveMQ.
>
> the file i checked in went back to having:
> jms.url=peer://development
>
> so you need to replace it with whatever you had
> before:
> jms.url=tcp://<yourserver>:61616
>
> Here's the relevant part of the output for future
> reference:
> > 19:33:27,017 DEBUG [main]
> marketcetera.jms.JMSAdapter> (JMSAdapter.java:82) -
> creating a JMSAdapter for url peer://development
>
>
> On 8/29/06, Andrei Lissovski <[hidden email]>
> wrote:
> > Hey guys,
> > None of my orders go through anymore after I have
> > updated oms.properties with the latest from SVN
> (and
> > resolved the conflicts). I am seeing new messages
> with
> > MsgType of 'D' in the Messages editor but nothing
> > shows up in the Open Orders. It also doesn't look
> like
> > OMS is receiving the orders. I have stepped
> through
> > the code in debugger in Photon and it looks like
> JMS
> > messages are being sent. I don't think anything
> has
> > changed in my config except the new oms.properties
> and
> > the patch for ExecID. Any ideas?
> >
> > Just in case, the OMS output below.
> >
> --
> Toli Kuznets
> http://www.marketcetera.com: Open-Source Trading
> Platform
> download.run.trade.
>

_______________________________________________
m-etc-dev mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev