|
Fw: OpenMAMA and Avis building problem
----- Forwarded Message -----
----- Forwarded Message -----
|
By
shoyaib
·
#100
·
|
|
Market Data dictionary and Market Data publisher for OpenMAMDA
Hi,
I’m doing some studies on OpenMAMA and OpenMAMDA.
So far, I have configured OpenMAMA with Avis successfully. I can send and receive normal data with OpenMAMA now.
For the next step, I
Hi,
I’m doing some studies on OpenMAMA and OpenMAMDA.
So far, I have configured OpenMAMA with Avis successfully. I can send and receive normal data with OpenMAMA now.
For the next step, I
|
By
Hien Nguyen <hien.nguyen@...>
·
#102
·
|
|
Re: Fw: OpenMAMA and Avis building problem
Hi Shoyaib,
Can you make sure that you have the JAVA_HOME set to the home folder of the Java install, as the error seem to be around the missing jni.h header file.
mamajniutils.h:25:17: fatal error:
Hi Shoyaib,
Can you make sure that you have the JAVA_HOME set to the home folder of the Java install, as the error seem to be around the missing jni.h header file.
mamajniutils.h:25:17: fatal error:
|
By
Jacobraj Benet <JBenet@...>
·
#103
·
|
|
Algorithm (OpenMAMA)
Dear Sir/Madam
I am going to implement a software (data entry/routing) using OpenMAMA and Avis software. Can you kindly tell me what type of software algorithm will be the best to implement the
Dear Sir/Madam
I am going to implement a software (data entry/routing) using OpenMAMA and Avis software. Can you kindly tell me what type of software algorithm will be the best to implement the
|
By
shoyaib
·
#104
·
|
|
Re: Algorithm (OpenMAMA)
Hi Shoyaib,
That is quite an open ended question, and one that is probably beyond the scope of this list.
Can you give any more detail on what exactly you are trying to do and I'll try to answer your
Hi Shoyaib,
That is quite an open ended question, and one that is probably beyond the scope of this list.
Can you give any more detail on what exactly you are trying to do and I'll try to answer your
|
By
Glenn McClements <gmcclements@...>
·
#105
·
|
|
Times in the AVIS bridge
Hi All,
I recently grabbed the latest openmama and built it on CentOS 6.3. When I run the C unit tests using AVIS:
./UnitTestMamaC -m avis -p avismsg
It core dumps.
I've looked at the avis timer code
Hi All,
I recently grabbed the latest openmama and built it on CentOS 6.3. When I run the C unit tests using AVIS:
./UnitTestMamaC -m avis -p avismsg
It core dumps.
I've looked at the avis timer code
|
By
Mark Perkin <mark@...>
·
#106
·
|
|
Re: Times in the AVIS bridge
Hi Mark,
There are some know issues with the Avis support, some architectural, some issues in the bridge and some within Avis itself, all of which which is not good it has to be said. The two biggest
Hi Mark,
There are some know issues with the Avis support, some architectural, some issues in the bridge and some within Avis itself, all of which which is not good it has to be said. The two biggest
|
By
Glenn McClements <gmcclements@...>
·
#107
·
|
|
(No subject)
Dear Sir/Madam
When i use the following command then i am getting an error. Can you kindly help me out please.
/opt/openmama/bin$ ./mamapublisherc -mavis -tport sub
Starting Publisher With:
topic
Dear Sir/Madam
When i use the following command then i am getting an error. Can you kindly help me out please.
/opt/openmama/bin$ ./mamapublisherc -mavis -tport sub
Starting Publisher With:
topic
|
By
shoyaib
·
#108
·
|
|
(No subject)
Hi Shoyaib,
It seems that mamapublisherc is unable to load the libmamaavisimp.so shared object.
Can you verify the following:-
Check to see where libmamaavisimpl.so exist in the lib folder of the
Hi Shoyaib,
It seems that mamapublisherc is unable to load the libmamaavisimp.so shared object.
Can you verify the following:-
Check to see where libmamaavisimpl.so exist in the lib folder of the
|
By
Jacobraj Benet <JBenet@...>
·
#109
·
|
|
(No subject)
Hi Shoyaib,
Have you set the LD_LIBRARY_PATH correctly to point to the lib directory?
Section 2.1 of the Developer's Guide has some more details on running the examples on Linux:
Hi Shoyaib,
Have you set the LD_LIBRARY_PATH correctly to point to the lib directory?
Section 2.1 of the Developer's Guide has some more details on running the examples on Linux:
|
By
Glenn McClements <gmcclements@...>
·
#110
·
|
|
(No subject)
Dear Sir/Madam,
I have completed the first three steps however i have stuck in step - 4 and 5. I do not know how to set it WOMBAT_PATH and use the following command line $ export
Dear Sir/Madam,
I have completed the first three steps however i have stuck in step - 4 and 5. I do not know how to set it WOMBAT_PATH and use the following command line $ export
|
By
shoyaib
·
#111
·
|
|
(No subject)
Hi,
If you're using Linux then the steps include the commands to use from a
terminal:
WOMBAT_PATH
export WOMBAT_PATH=/var/userspace/mama/config
LD_LIBRARY_PATH:
export
Hi,
If you're using Linux then the steps include the commands to use from a
terminal:
WOMBAT_PATH
export WOMBAT_PATH=/var/userspace/mama/config
LD_LIBRARY_PATH:
export
|
By
Glenn McClements <gmcclements@...>
·
#112
·
|
|
Data Dictionary Developer Questions [I]
Classification: For internal use only
Dear openmama-users@...,
For my employer, I am investigating the work required to publish market data to internal consumers over the OpenMama
Classification: For internal use only
Dear openmama-users@...,
For my employer, I am investigating the work required to publish market data to internal consumers over the OpenMama
|
By
Joseph Sarbak
·
#113
·
|
|
Re: Data Dictionary Developer Questions [I]
Addressing each of your points in turn:
0. The default OpenMama topic model is the concatenation of
'namespace'##'symbol'. Can OpenMama support multiple symbols published
over a single topic?
Addressing each of your points in turn:
0. The default OpenMama topic model is the concatenation of
'namespace'##'symbol'. Can OpenMama support multiple symbols published
over a single topic?
|
By
Matthew Mulhern <MMulhern@...>
·
#114
·
|
|
Re: Data Dictionary Developer Questions [I]
Classification: For internal use only
Thank you very much for your answers, Matthew!
Joe
Classification: For internal use only
Thank you very much for your answers, Matthew!
Joe
|
By
Joseph Sarbak
·
#115
·
|
|
Re: Data Dictionary Developer Questions [I]
Hi Joe
Are you building your own middleware bridge? If so we would be interested in hearing more about it.
If you are building your own middleware bridge then a word of warning. As a
Hi Joe
Are you building your own middleware bridge? If so we would be interested in hearing more about it.
If you are building your own middleware bridge then a word of warning. As a
|
By
Tom Doust
·
#116
·
|
|
Re: Data Dictionary Developer Questions [I]
Classification:For internal use only
Hello Tom,
It looks as though I will need to write both transport and payload bridges.
We will be using LBM for transport with our own payload format.
Classification:For internal use only
Hello Tom,
It looks as though I will need to write both transport and payload bridges.
We will be using LBM for transport with our own payload format.
|
By
Joseph Sarbak
·
#117
·
|
|
.NET API?
Hi All,
I’m trying to start a POC with OpenMAMA using .NET, but I’m having trouble getting going.
I’m not clear on how to go about this as everything we’ve tried so far has not worked,
Hi All,
I’m trying to start a POC with OpenMAMA using .NET, but I’m having trouble getting going.
I’m not clear on how to go about this as everything we’ve tried so far has not worked,
|
By
paul.green <pgreen@...>
·
#118
·
|
|
(No subject)
Dear Sir/Madam
When I run the following commend then i get an error like [mamaavisimpl] is not found.
./mamapublisherc -m avis -sMAMA_INBOUND_TOPIC -tport pub -v -v -v -v
I have also attached my mama
Dear Sir/Madam
When I run the following commend then i get an error like [mamaavisimpl] is not found.
./mamapublisherc -m avis -sMAMA_INBOUND_TOPIC -tport pub -v -v -v -v
I have also attached my mama
|
By
shoyaib
·
#119
·
|
|
Re: .NET API?
Hi Paul,
Addressing your points inline below.
Regards,
Matt Mulhern.
From: "paul.green" <pgreen@...>
Date: Monday, 18 February 2013 04:29
To: "openmama-users@..." <openmama-users@...>
Subject:
Hi Paul,
Addressing your points inline below.
Regards,
Matt Mulhern.
From: "paul.green" <pgreen@...>
Date: Monday, 18 February 2013 04:29
To: "openmama-users@..." <openmama-users@...>
Subject:
|
By
Matt Mulhern
·
#120
·
|