[Quickfix-developers] call to DefaultMessageFactory hangs
Brought to you by:
orenmnero
|
From: Anshu N. <ans...@ya...> - 2006-03-23 20:33:33
|
Hi ,
When I try to run quickfix ( 1.9.4 ) on weblogic (
6.1) my call hangs at MessageFactory messageFactory =
new DefaultMessageFactory(); line .
Can anybody tell me what could be wrong .
Application app = new FixReceiver(configuration);
SessionSettings settings =
configuration.getFixSessions().getSettings();
MessageStoreFactory messageStoreFactory =
configuration.createMessageStoreFactory();
quickfix.LogFactory logFactory =
configuration.createLogFactory();
MessageFactory messageFactory = new
DefaultMessageFactory();
acceptor = new ThreadedSocketAcceptor(app,
messageStoreFactory, settings, logFactory,
messageFactory);
Thanks in advance.
Regards,
Anshu
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|