[Iplant-api-dev] Hibernate error when launching jobs through agave cli
Jennewein, Douglas M
Doug.Jennewein at usd.edu
Thu Feb 6 17:00:34 MST 2014
I’m seeing the following error when attempting to submit a job:
$ jobs-submit -v -F jobtest.json
{
"status" : "error",
"message" : "org.hibernate.exception.DataException: could not insert: [org.iplantc.service.jobs.model.Job]",
"version" : "2.0.0-SNAPSHOT-r8042c"
}
The Job’s json is:
{
"appId": "djennewe-blastp-agave-2014013100-1.0",
"archive": false,
"archivePath": null,
"name": "blastp-agave-test-2014020600",
"inputs":{
"_query":"/djennewe/tmp/18.fasta"
},
"parameters": {
"_options": "-out blastp_output_agave.txt"
}
}
The App’s json is:
{
"name": "djennewe-blastp-agave-2014013100",
"version": "1.0",
"label": "Blastp",
"executionType": "HPC",
"parallelism": "SERIAL",
"checkpointable": false,
"executionSystem": "doug.stampede-clushbou.irods-djennewe",
"deploymentPath": "/djennewe/applications/blastp-2.2.28",
"deploymentSystem": "data.iplantcollaborative.org",
"templatePath": "stampede.sh",
"testPath": "test/test.sh",
"inputs": [
{
"id": "_query",
"details": {
"label": "Input File",
"description": "FASTA file",
"attribute": "-query",
"showAttribute": true
},
"semantics": {
"minCardinality": 1,
"ontology": [
"http://sswapmeet.sswap.info/mime/text/X-fasta"
],
"fileTypes": [
"FASTA-0"
]
},
"value": {
"required": true,
"visible": true,
"order": 0
}
}
],
"parameters": [
{
"id": "_options",
"details": {
"label": "Advanced",
"description": "Additional blast+ command line arguments",
"showAttribute": false
},
"semantics": {
"ontology": [
"xs:string"
]
},
"value": {
"default": "-out blast_output.txt",
"type": "string",
"visible": true,
"required": true
}
}
]
}
The system is a clone of stampede. The system’s json is:
{
"id" : "doug.stampede-clushbou.irods-djennewe",
"uuid" : "0001391208866992-5056a550b8-0001",
"name" : "TACC Stampede",
"status" : "UP",
"type" : "EXECUTION",
"description" : "Stampede is intended primarily for parallel applications scalable to tens of thousands of cores. Normal batch queues will enable users to run simulations up to 24 hours. Jobs requiring run times and more cores than allowed by the normal queues will be run in a special queue after approval of TACC staff. Serial and development queues will also be configured. In addition, users will be able to run jobs using thousands of the Intel Xeon Phi coprocessors via the same queues to support massively parallel workflows.",
"site" : "tacc.xsede.org",
"revision" : 1,
"public" : false,
"lastModified" : "2014-01-31T16:54:26.992-06:00",
"executionType" : "HPC",
"scheduler" : "SLURM",
"environment" : null,
"startupScript" : "./bashrc",
"maxSystemJobs" : 2147483647,
"maxSystemJobsPerUser" : 2147483647,
"workDir" : "",
"scratchDir" : "",
"queues" : [ {
"name" : "normal",
"default" : true,
"maxJobs" : 100,
"maxUserJobs" : -1,
"maxNodes" : -1,
"maxProcessorsPerNode" : -1,
"customDirectives" : "#SBATCH -A TG-MCB110022"
} ],
"login" : {
"host" : "stampede.tacc.utexas.edu",
"port" : 22,
"protocol" : "SSH",
"auth": {
"username": "clushbou",
"password": “xxx!",
"type": "PASSWORD"
}
},
"storage" : {
"host" : "data.iplantcollaborative.org",
"port" : 1247,
"protocol" : "IRODS",
"rootDir" : "/home/iplant/djennewe",
"auth": {
"username": "djennewe",
"password": “xxx",
"type": "PASSWORD"
},
"zone" : "iplant",
"resource" : ""
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iplantcollaborative.org/pipermail/iplant-api-dev/attachments/20140206/962b96eb/attachment.html
More information about the Iplant-api-dev
mailing list