You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Eroma (JIRA)" <ji...@apache.org> on 2016/05/16 14:36:12 UTC

[jira] [Created] (AIRAVATA-1970) Experiments in EXECUTING when there is a 'Remote Cluster initialization error

Eroma created AIRAVATA-1970:
-------------------------------

             Summary: Experiments in EXECUTING when there is a 'Remote Cluster initialization error
                 Key: AIRAVATA-1970
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1970
             Project: Airavata
          Issue Type: Bug
          Components: GFac, PGA PHP Web Gateway
    Affects Versions: 0.16
         Environment: All the environments has this issue
            Reporter: Eroma
            Assignee: Shameera Rathnayaka
             Fix For: 0.16


When the error [1] occurs jobs are not submitted to resource. Error exists in the gfac server log but experiment stays in EXECUTING state. These type of errors should trigger experiment failures.

[1]
2016-05-16 09:53:16,695 [pool-3-thread-4] ERROR org.apache.airavata.gfac.core.GFacException  - Remote cluster initialization error
org.apache.airavata.common.exception.AiravataException: JSch initialization error
        at org.apache.airavata.gfac.impl.Factory.getSSHSession(Factory.java:502)
        at org.apache.airavata.gfac.impl.HPCRemoteCluster.<init>(HPCRemoteCluster.java:67)
        at org.apache.airavata.gfac.impl.Factory.getJobSubmissionRemoteCluster(Factory.java:245)
        at org.apache.airavata.gfac.impl.GFacEngineImpl.populateProcessContext(GFacEngineImpl.java:189)
        at org.apache.airavata.gfac.impl.GFacWorker.<init>(GFacWorker.java:75)
        at org.apache.airavata.gfac.server.GfacServerHandler.submitProcess(GfacServerHandler.java:161)
        at org.apache.airavata.gfac.server.GfacServerHandler$ProcessLaunchMessageHandler.onMessage(GfacServerHandler.java:273)
        at org.apache.airavata.messaging.core.impl.RabbitMQProcessLaunchConsumer$2.handleDelivery(RabbitMQProcessLaunchConsumer.java:187)
        at com.rabbitmq.client.impl.ConsumerDispatcher$5.run(ConsumerDispatcher.java:144)
        at com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:99)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: com.jcraft.jsch.JSchException: Auth fail
        at com.jcraft.jsch.Session.connect(Session.java:512)
        at com.jcraft.jsch.Session.connect(Session.java:183)
        at org.apache.airavata.gfac.impl.Factory.getSSHSession(Factory.java:499)
        ... 12 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)