Hi,
While trying to run the airavata server, I have got the following error message:
********************
[INFO] Server Arguments:
/home/pga/master-deployment/gfac-instance/logs/output.log
[INFO] Starting
[ERROR] Server Start Error:
org.apache.airavata.common.exception.AiravataStartupException: Gfac Server
Initialization error
at
org.apache.airavata.gfac.server.GfacServerHandler.<init>(GfacServerHandler.java:98)
at org.apache.airavata.gfac.server.GfacServer.start(GfacServer.java:101)
at
org.apache.airavata.server.ServerMain.startAllServers(ServerMain.java:372)
at
org.apache.airavata.server.ServerMain.performServerStart(ServerMain.java:221)
at org.apache.airavata.server.ServerMain.main(ServerMain.java:206)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /servers
at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1003)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1031)
at org.apache.curator.utils.ZKPaths.mkdirs(ZKPaths.java:215)
at org.apache.curator.utils.ZKPaths.mkdirs(ZKPaths.java:164)
at
org.apache.airavata.gfac.server.GfacServerHandler.initZkDataStructure(GfacServerHandler.java:124)
at
org.apache.airavata.gfac.server.GfacServerHandler.<init>(GfacServerHandler.java:94)
... 4 common frames omitted
********************
I ran the following two scripts:
go to
/home/pga/master-deployment/api-orchestrator/apache-airavata-server-<version>-SNAPSHOT/bin
and run ./airavata-server-start.sh -d api-orch
go to
/home/pga/master-deployment/gfac-instance/apache-airavata-server-<version>-SNAPSHOT/bin
and run ./airavata-server-start.sh -d gfac
Thanks.
Prashant