You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Sneha Tilak <sn...@gmail.com> on 2017/06/23 20:48:33 UTC

Error while configuring Airaveata server locally

Hi dev,

I am facing issues while trying to run the Airavata server locally. The
error is while starting the API server. Everything else seems to be working
fine. My rabbitmq and zookeeper processes are running.

The error is as follows -


[ERROR] Error creating the transport

[ERROR] Failed to start API server ...

[ERROR] Server Start Error:

org.apache.airavata.model.error.AiravataSystemException: null

        at
org.apache.airavata.api.server.AiravataAPIServer.startAiravataServer(AiravataAPIServer.java:161)

        at
org.apache.airavata.api.server.AiravataAPIServer.start(AiravataAPIServer.java:189)

        at
org.apache.airavata.server.ServerMain.startAllServers(ServerMain.java:370)

        at
org.apache.airavata.server.ServerMain.performServerStart(ServerMain.java:219)

        at org.apache.airavata.server.ServerMain.main(ServerMain.java:204)


Attaching my airavata-server.properties file for reference. Any help would
be appreciated.

Regards,
*Sneha Tilak*

Re: Error while configuring Airaveata server locally

Posted by "Shenoy, Gourav Ganesh" <go...@indiana.edu>.
Sneha,

The logs indicate a Thrift transport error – something went wrong while starting the API server. If I can guess right, since you have “TLS” enabled for the API server; you might want to re-confirm the truststore and keystore paths defined in the settings file. In my experience, either this path(s) is broken or the password for the key/trust store do not match.

A second possibility is, the ports are in use.

Thanks and Regards,
Gourav Shenoy

From: "Christie, Marcus Aaron" <ma...@iu.edu>
Reply-To: "dev@airavata.apache.org" <de...@airavata.apache.org>
Date: Monday, June 26, 2017 at 9:54 AM
To: "dev@airavata.apache.org" <de...@airavata.apache.org>
Subject: Re: Error while configuring Airaveata server locally

Sneha,

I’m not seeing enough information in that log to tell what the problem is. I can meet with you today to get this working.

On Jun 23, 2017, at 5:40 PM, Sneha Tilak <sn...@gmail.com>> wrote:

Gourav,

Sure. Attaching the output.log file that was generated.

Regards,
Sneha Tilak

On Fri, Jun 23, 2017 at 5:03 PM, Shenoy, Gourav Ganesh <go...@indiana.edu>> wrote:
Sneha,

Can you attach a dump of your logs? On the face of it, looks like a Thrift issue while starting the server.

Thanks and Regards,
Gourav Shenoy

From: Sneha Tilak <sn...@gmail.com>>
Reply-To: "dev@airavata.apache.org<ma...@airavata.apache.org>" <de...@airavata.apache.org>>
Date: Friday, June 23, 2017 at 4:48 PM
To: "dev@airavata.apache.org<ma...@airavata.apache.org>" <de...@airavata.apache.org>>
Subject: Error while configuring Airaveata server locally

Hi dev,

I am facing issues while trying to run the Airavata server locally. The error is while starting the API server. Everything else seems to be working fine. My rabbitmq and zookeeper processes are running.

The error is as follows -


[ERROR] Error creating the transport
[ERROR] Failed to start API server ...
[ERROR] Server Start Error:
org.apache.airavata.model.error.AiravataSystemException: null
        at org.apache.airavata.api.server.AiravataAPIServer.startAiravataServer(AiravataAPIServer.java:161)
        at org.apache.airavata.api.server.AiravataAPIServer.start(AiravataAPIServer.java:189)
        at org.apache.airavata.server.ServerMain.startAllServers(ServerMain.java:370)
        at org.apache.airavata.server.ServerMain.performServerStart(ServerMain.java:219)
        at org.apache.airavata.server.ServerMain.main(ServerMain.java:204)


Attaching my airavata-server.properties file for reference. Any help would be appreciated.

Regards,
Sneha Tilak

<output.log>


Re: Error while configuring Airaveata server locally

Posted by "Christie, Marcus Aaron" <ma...@iu.edu>.
Sneha,

I’m not seeing enough information in that log to tell what the problem is. I can meet with you today to get this working.

On Jun 23, 2017, at 5:40 PM, Sneha Tilak <sn...@gmail.com>> wrote:

Gourav,

Sure. Attaching the output.log file that was generated.

Regards,
Sneha Tilak

On Fri, Jun 23, 2017 at 5:03 PM, Shenoy, Gourav Ganesh <go...@indiana.edu>> wrote:
Sneha,

Can you attach a dump of your logs? On the face of it, looks like a Thrift issue while starting the server.

Thanks and Regards,
Gourav Shenoy

From: Sneha Tilak <sn...@gmail.com>>
Reply-To: "dev@airavata.apache.org<ma...@airavata.apache.org>" <de...@airavata.apache.org>>
Date: Friday, June 23, 2017 at 4:48 PM
To: "dev@airavata.apache.org<ma...@airavata.apache.org>" <de...@airavata.apache.org>>
Subject: Error while configuring Airaveata server locally

Hi dev,

I am facing issues while trying to run the Airavata server locally. The error is while starting the API server. Everything else seems to be working fine. My rabbitmq and zookeeper processes are running.

The error is as follows -


[ERROR] Error creating the transport
[ERROR] Failed to start API server ...
[ERROR] Server Start Error:
org.apache.airavata.model.error.AiravataSystemException: null
        at org.apache.airavata.api.server.AiravataAPIServer.startAiravataServer(AiravataAPIServer.java:161)
        at org.apache.airavata.api.server.AiravataAPIServer.start(AiravataAPIServer.java:189)
        at org.apache.airavata.server.ServerMain.startAllServers(ServerMain.java:370)
        at org.apache.airavata.server.ServerMain.performServerStart(ServerMain.java:219)
        at org.apache.airavata.server.ServerMain.main(ServerMain.java:204)


Attaching my airavata-server.properties file for reference. Any help would be appreciated.

Regards,
Sneha Tilak

<output.log>


Re: Error while configuring Airaveata server locally

Posted by Sneha Tilak <sn...@gmail.com>.
Gourav,

Sure. Attaching the output.log file that was generated.

Regards,
*Sneha Tilak*

On Fri, Jun 23, 2017 at 5:03 PM, Shenoy, Gourav Ganesh <goshenoy@indiana.edu
> wrote:

> Sneha,
>
>
>
> Can you attach a dump of your logs? On the face of it, looks like a Thrift
> issue while starting the server.
>
>
>
> Thanks and Regards,
>
> Gourav Shenoy
>
>
>
> *From: *Sneha Tilak <sn...@gmail.com>
> *Reply-To: *"dev@airavata.apache.org" <de...@airavata.apache.org>
> *Date: *Friday, June 23, 2017 at 4:48 PM
> *To: *"dev@airavata.apache.org" <de...@airavata.apache.org>
> *Subject: *Error while configuring Airaveata server locally
>
>
>
> Hi dev,
>
>
>
> I am facing issues while trying to run the Airavata server locally. The
> error is while starting the API server. Everything else seems to be working
> fine. My rabbitmq and zookeeper processes are running.
>
>
>
> The error is as follows -
>
>
>
>
>
> [ERROR] Error creating the transport
>
> [ERROR] Failed to start API server ...
>
> [ERROR] Server Start Error:
>
> org.apache.airavata.model.error.AiravataSystemException: null
>
>         at org.apache.airavata.api.server.AiravataAPIServer.
> startAiravataServer(AiravataAPIServer.java:161)
>
>         at org.apache.airavata.api.server.AiravataAPIServer.
> start(AiravataAPIServer.java:189)
>
>         at org.apache.airavata.server.ServerMain.startAllServers(
> ServerMain.java:370)
>
>         at org.apache.airavata.server.ServerMain.performServerStart(
> ServerMain.java:219)
>
>         at org.apache.airavata.server.ServerMain.main(ServerMain.java:204)
>
>
>
>
>
> Attaching my airavata-server.properties file for reference. Any help would
> be appreciated.
>
>
>
> Regards,
>
> *Sneha Tilak*
>

Re: Error while configuring Airaveata server locally

Posted by "Shenoy, Gourav Ganesh" <go...@indiana.edu>.
Sneha,

Can you attach a dump of your logs? On the face of it, looks like a Thrift issue while starting the server.

Thanks and Regards,
Gourav Shenoy

From: Sneha Tilak <sn...@gmail.com>
Reply-To: "dev@airavata.apache.org" <de...@airavata.apache.org>
Date: Friday, June 23, 2017 at 4:48 PM
To: "dev@airavata.apache.org" <de...@airavata.apache.org>
Subject: Error while configuring Airaveata server locally

Hi dev,

I am facing issues while trying to run the Airavata server locally. The error is while starting the API server. Everything else seems to be working fine. My rabbitmq and zookeeper processes are running.

The error is as follows -



[ERROR] Error creating the transport

[ERROR] Failed to start API server ...

[ERROR] Server Start Error:

org.apache.airavata.model.error.AiravataSystemException: null

        at org.apache.airavata.api.server.AiravataAPIServer.startAiravataServer(AiravataAPIServer.java:161)

        at org.apache.airavata.api.server.AiravataAPIServer.start(AiravataAPIServer.java:189)

        at org.apache.airavata.server.ServerMain.startAllServers(ServerMain.java:370)

        at org.apache.airavata.server.ServerMain.performServerStart(ServerMain.java:219)

        at org.apache.airavata.server.ServerMain.main(ServerMain.java:204)


Attaching my airavata-server.properties file for reference. Any help would be appreciated.

Regards,
Sneha Tilak