You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/10/03 21:19:00 UTC

[jira] [Commented] (AIRAVATA-2897) Job submission error in Django portal

    [ https://issues.apache.org/jira/browse/AIRAVATA-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16637509#comment-16637509 ] 

ASF subversion and git services commented on AIRAVATA-2897:
-----------------------------------------------------------

Commit 0ab3c5648d06d1b26f38bebdcb6f20b995202e13 in airavata's branch refs/heads/develop from [~marcuschristie]
[ https://gitbox.apache.org/repos/asf?p=airavata.git;h=0ab3c56 ]

AIRAVATA-2897 Bug fix: finding highest priority job sub interface


> Job submission error in Django portal
> -------------------------------------
>
>                 Key: AIRAVATA-2897
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2897
>             Project: Airavata
>          Issue Type: Bug
>          Components: Django Portal
>    Affects Versions: 0.18
>         Environment: https://django.simccs.scigap.org
>            Reporter: Eroma
>            Assignee: Marcus Christie
>            Priority: Major
>
> When an experiment is created and launched the job doesn't get submitted.
> In the portal experiment summary page the exp status is CREATED.
> in the api log has errors
> 2018-10-03 12:33:26,738 [pool-31-thread-4] ERROR o.a.a.o.s.OrchestratorServerHandler experiment_id=Cplex_on_Oct_3,_2018_8:33_AM_c05a2e52-ebf2-439b-8081-24ec673d677e, gateway_id=simccs - Experiment launch failed due to Thrift conversion error, experimentId: Cplex_on_Oct_3,_2018_8:33_AM_c05a2e52-ebf2-439b-8081-24ec673d677e, gatewayId: simccs
> org.apache.thrift.TException: Experiment 'Cplex_on_Oct_3,_2018_8:33_AM_c05a2e52-ebf2-439b-8081-24ec673d677e' launch failed. Unable to figureout execution type for application Cplex_041beead-fc34-46f8-9384-290207927235
>  at org.apache.airavata.orchestrator.server.OrchestratorServerHandler.launchExperiment(OrchestratorServerHandler.java:260)
>  at org.apache.airavata.orchestrator.server.OrchestratorServerHandler.launchExperiment(OrchestratorServerHandler.java:713)
>  at org.apache.airavata.orchestrator.server.OrchestratorServerHandler.access$500(OrchestratorServerHandler.java:76)
>  at org.apache.airavata.orchestrator.server.OrchestratorServerHandler$ExperimentHandler.onMessage(OrchestratorServerHandler.java:667)
>  at org.apache.airavata.messaging.core.impl.ExperimentConsumer.handleDelivery(ExperimentConsumer.java:84)
>  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:748)
> Caused by: org.apache.airavata.orchestrator.core.exception.OrchestratorException: Error during creating process
>  at org.apache.airavata.orchestrator.cpi.impl.SimpleOrchestratorImpl.createAndSaveTasks(SimpleOrchestratorImpl.java:361)
>  at org.apache.airavata.orchestrator.server.OrchestratorServerHandler.launchExperiment(OrchestratorServerHandler.java:228)
>  ... 9 common frames omitted
> Caused by: org.apache.airavata.orchestrator.core.exception.OrchestratorException: Error occurred while retrieving data from app catalog
>  at org.apache.airavata.orchestrator.core.utils.OrchestratorUtils.getPreferredJobSubmissionInterface(OrchestratorUtils.java:285)
>  at org.apache.airavata.orchestrator.cpi.impl.SimpleOrchestratorImpl.createAndSaveTasks(SimpleOrchestratorImpl.java:317)
>  ... 10 common frames omitted
> Caused by: org.apache.thrift.transport.TTransportException: null
>  at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
>  at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
>  at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:424)
>  at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:321)
>  at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:225)
>  at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:77)
>  at org.apache.airavata.registry.api.RegistryService$Client.recv_getGatewayComputeResourcePreference(RegistryService.java:6538)
>  at org.apache.airavata.registry.api.RegistryService$Client.getGatewayComputeResourcePreference(RegistryService.java:6524)
>  at org.apache.airavata.orchestrator.core.utils.OrchestratorUtils.getComputeResourcePreference(OrchestratorUtils.java:92)
>  at org.apache.airavata.orchestrator.core.utils.OrchestratorUtils.getComputeResourcePreference(OrchestratorUtils.java:130)
>  at org.apache.airavata.orchestrator.core.utils.OrchestratorUtils.getPreferredJobSubmissionInterface(OrchestratorUtils.java:252)
>  ... 11 common frames omitted



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)