|
Re: problems compiling mama jni component
Hi Mike,
Resolved my issue. I was trying to compile this from the src in the
git repository. I had also previously downloaded the source for the
OpenMAMA release 2.1.1.2. When I looked for the
Hi Mike,
Resolved my issue. I was trying to compile this from the src in the
git repository. I had also previously downloaded the source for the
OpenMAMA release 2.1.1.2. When I looked for the
|
By
Roan Horning
·
#52
·
|
|
Re: problems compiling mama jni component
Mike,
Thank you for your response. I did have OpenJDK and not a valid JDK
from Oracle. I downloaded JDK 6 from Oracle, and have followed your
suggestion to make sure it is the system default:
$
Mike,
Thank you for your response. I did have OpenJDK and not a valid JDK
from Oracle. I downloaded JDK 6 from Oracle, and have followed your
suggestion to make sure it is the system default:
$
|
By
Roan Horning
·
#51
·
|
|
Re: problems compiling mama jni component
Roan,
You need a valid JDK 5 or 6 from Oracle installed on your machine as well as ant. The JDK bin directory, and ant should be in your path before any other directories that may have a javac (from
Roan,
You need a valid JDK 5 or 6 from Oracle installed on your machine as well as ant. The JDK bin directory, and ant should be in your path before any other directories that may have a javac (from
|
By
Mike Schonberg <mschonberg@...>
·
#50
·
|
|
problems compiling mama jni component
Hi,
I am having a problem compiling the mama jni code. I receive the
following error message:
mamasubscriptionjni.c:33:36: fatal error: mamajni/dictionaryimpl.h:
No such file or directory
Double
Hi,
I am having a problem compiling the mama jni code. I receive the
following error message:
mamasubscriptionjni.c:33:36: fatal error: mamajni/dictionaryimpl.h:
No such file or directory
Double
|
By
Roan Horning
·
#49
·
|
|
Re: missing lib mamamwmimpl
Hey Aidan,
I'd reach out to NYSE Technologies themselves to discuss the requirements for SuperFeed. To the best of my knowledge the platform leverages the NYSE Technologies Data Fabric middleware
Hey Aidan,
I'd reach out to NYSE Technologies themselves to discuss the requirements for SuperFeed. To the best of my knowledge the platform leverages the NYSE Technologies Data Fabric middleware
|
By
Damian Maguire
·
#48
·
|
|
Re: missing lib mamamwmimpl
Hi Damian,
Another question on MAMA bridge modules - which bridge module is needed to implement a MAMA / MAMDA client for the SuperFeed Data Fabric middleware ? In this case, this means an
Hi Damian,
Another question on MAMA bridge modules - which bridge module is needed to implement a MAMA / MAMDA client for the SuperFeed Data Fabric middleware ? In this case, this means an
|
By
Aidan Russell
·
#47
·
|
|
Re: 2.1.1.2 install problem and version compatibility question
You should use:
wget http://www.openmama.org/sites/openmama.org/files/openmama-src-2.1.tar.bz2
The "tar_0.bz2" file is an incorrect version where I neglected to run
getnerateBuildFiles.sh before
You should use:
wget http://www.openmama.org/sites/openmama.org/files/openmama-src-2.1.tar.bz2
The "tar_0.bz2" file is an incorrect version where I neglected to run
getnerateBuildFiles.sh before
|
By
mschonberg <mschonberg@...>
·
#46
·
|
|
Re: missing lib mamamwmimpl
Thanks all.
The README actually says "./configure --with-avis=/usr/local" and "--avis-path=${AVIS_HOME}"; the build seems to work only with the latter.
regards,
Aidan
Thanks all.
The README actually says "./configure --with-avis=/usr/local" and "--avis-path=${AVIS_HOME}"; the build seems to work only with the latter.
regards,
Aidan
|
By
Aidan Russell
·
#44
·
|
|
Re: missing lib mamamwmimpl
Hi Damian,
What is the compilation error you are getting when compiling the avis middleware.
Do you have the avis middleware installed on your platform.
Make sure to follow the instructions on this
Hi Damian,
What is the compilation error you are getting when compiling the avis middleware.
Do you have the avis middleware installed on your platform.
Make sure to follow the instructions on this
|
By
Jacobraj Benet <JBenet@...>
·
#43
·
|
|
Re: missing lib mamamwmimpl
Hi,
I built and installed mama from the source for our platform. Where do I find the avis bridge to build ?
I tried building .../OpenMAMA-2.1/mama/c_cpp/src/c/bridge/avis, which fails to compile.
Hi,
I built and installed mama from the source for our platform. Where do I find the avis bridge to build ?
I tried building .../OpenMAMA-2.1/mama/c_cpp/src/c/bridge/avis, which fails to compile.
|
By
Aidan Russell
·
#42
·
|
|
Re: missing lib mamamwmimpl
Hi Damian,
I would recommend that you build the mama and the bridge shared object from the source code to your specific operating system and then make sure to export the LD_LIBRARY_PATH to the
Hi Damian,
I would recommend that you build the mama and the bridge shared object from the source code to your specific operating system and then make sure to export the LD_LIBRARY_PATH to the
|
By
Jacobraj Benet <JBenet@...>
·
#41
·
|
|
Re: missing lib mamamwmimpl
Hi Damian,
Thanks for the response. I'm just getting up-to-speed on OpenMAMA. I tried the test program as supplied, I think this is looking for the wombat bridge. I'm not sure yet which bridge would
Hi Damian,
Thanks for the response. I'm just getting up-to-speed on OpenMAMA. I tried the test program as supplied, I think this is looking for the wombat bridge. I'm not sure yet which bridge would
|
By
Aidan Russell
·
#40
·
|
|
Re: missing lib mamamwmimpl
Hi Aidan,
Which middleware are you attempting to make use of here? The NYSE Enterprise Edition will support LBM, Tibrv and WMW, but OpenMAMA presently only supports the Avis bridge out of the box
Hi Aidan,
Which middleware are you attempting to make use of here? The NYSE Enterprise Edition will support LBM, Tibrv and WMW, but OpenMAMA presently only supports the Avis bridge out of the box
|
By
Damian Maguire
·
#39
·
|
|
missing lib mamamwmimpl
Hi,
I downloaded the OpenMAMA-2.1 source, installed and built the source on Linux (32 bit); I tried the following test program, but with the following error:
bash-3.2$ mamapublisherc -tport
Hi,
I downloaded the OpenMAMA-2.1 source, installed and built the source on Linux (32 bit); I tried the following test program, but with the following error:
bash-3.2$ mamapublisherc -tport
|
By
Aidan Russell
·
#38
·
|
|
Re: 2.1.1.2 install problem and version compatibility question
Hi Mike,
Here's what I did (abridged to ignore Avis, GTest, ...). I stopped at the ./configure command assuming there's no point continuing to make/install...
$ wget
Hi Mike,
Here's what I did (abridged to ignore Avis, GTest, ...). I stopped at the ./configure command assuming there's no point continuing to make/install...
$ wget
|
By
Bill Nokes <bill.nokes@...>
·
#45
·
|
|
Re: OpenMAMA doesn't seem to work with WOMBAT tibrv bridge
Mike,
I forgot 1 more thing with the build.
When building on my VS2010 there is a setting under Tools->Options->Projects and Solutions->Build and Run called “maximum number of parallel
Mike,
I forgot 1 more thing with the build.
When building on my VS2010 there is a setting under Tools->Options->Projects and Solutions->Build and Run called “maximum number of parallel
|
By
Slavomir Kundrik
·
#37
·
|
|
Re: 2.1.1.2 install problem and version compatibility question
Bill,
You are correct, you should not have to run generateBuildFiles.sh if you download the source tar ball from openmama.org as we run the script prior to creating the archive.
I verified
Bill,
You are correct, you should not have to run generateBuildFiles.sh if you download the source tar ball from openmama.org as we run the script prior to creating the archive.
I verified
|
By
Mike Schonberg <mschonberg@...>
·
#36
·
|
|
Re: OpenMAMA doesn't seem to work with WOMBAT tibrv bridge
Hi Slavomir,
The OpenMAMA source code doesn't include the bridge implementation of the Tibrv middleware. It only have the bridge implementation of avis and so wouldn't be able to run it on
Hi Slavomir,
The OpenMAMA source code doesn't include the bridge implementation of the Tibrv middleware. It only have the bridge implementation of avis and so wouldn't be able to run it on
|
By
Jacobraj Benet <JBenet@...>
·
#35
·
|
|
Re: OpenMAMA doesn't seem to work with WOMBAT tibrv bridge
Slavomir,
At this time the commercial bridges for TIBRV, LBM and NYSE Data Fabric supplied by NYSE as part of the MAMA 4.x and 5.x releases are not compatible with OpenMAMA; however, they will be
Slavomir,
At this time the commercial bridges for TIBRV, LBM and NYSE Data Fabric supplied by NYSE as part of the MAMA 4.x and 5.x releases are not compatible with OpenMAMA; however, they will be
|
By
Mike Schonberg <mschonberg@...>
·
#34
·
|
|
OpenMAMA doesn't seem to work with WOMBAT tibrv bridge
Hi,
I have finally got around to build the OpenMAMA 2.1 on Windows and all worked great. Perhaps just a small thing. In avis project post-build event I had to change the CommandLine to
copy
Hi,
I have finally got around to build the OpenMAMA 2.1 on Windows and all worked great. Perhaps just a small thing. In avis project post-build event I had to change the CommandLine to
copy
|
By
Slavomir Kundrik
·
#33
·
|