Hello everyone,
I've downloaded the latest version from git repository and compiled airavata
without test (I've tried to build it normally but gives me error testing
app-catalog module). I managed to start airavata-server which but gave me some
issues about zookeeper and rabbitMQ.
However, the server seems to be running. After that I've tried to create my own
experiment for a simple Echo executed on localhost.
(I skip the calls to registerXSEDEHosts and rregisterGatewayResourceProfile and
commented all the reference to XSEDE resources elsewhere)
The echo application seems to be registered correctly, but when I try to create
a simple workflow through airavata-xbaya (that throws errors about RabbitMQ on
start) using the registered echo it gives me an exception Exception in thread
"AWT-EventQueue-0" java.lang.NullPointerException .
What did I miss? Is it necessary a particular configuration about
GatewayResourceProfile for localhost?
Thanks to all,
Alfredo