Hi All,
Once i added jellyservice after the i have edit the service and it ask for input file,output file what is these files
which files i have to give?
2011-08-11 17:48:28,374 http-8080-1 WARN suresh 1068x34x1 o3aakh 127.0.0.1 /secure/admin/EditService!default.jspa [webwork.view.taglib.IteratorTag] Value is null! Returning an empty set.
2011-08-11 17:54:05,709 http-8080-1 ERROR suresh 1074x39x1 o3aakh 127.0.0.1 /secure/admin/util/JellyRunner.jspa [web.action.util.JellyRunner] Could not read script string.
java.io.IOException: unexpected EOF
at electric.util.lex.Lex.readChar(Lex.java:356)
at electric.util.lex.Lex.readChar(Lex.java:368)
at electric.xml.sax.SAXParser.parseElement(SAXParser.java:634)
at electric.xml.sax.SAXParser.parseChildren(SAXParser.java:787)
at electric.xml.sax.SAXParser.parseElement(SAXParser.java:633)
at electric.xml.sax.SAXParser.parseChildren(SAXParser.java:787)
at electric.xml.sax.SAXParser.parseElement(SAXParser.java:633)
at electric.xml.sax.SAXParser.parse(SAXParser.java:330)
at electric.xml.sax.SAXParser.parse(SAXParser.java:270)
at electric.xml.sax.SAXParser.parse(SAXParser.java:194)
at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:296)
at com.atlassian.jira.web.action.util.JellyRunner.getJellyScript(JellyRunner.java:142)
at com.atlassian.jira.web.action.util.JellyRunner.doExecute(JellyRunner.java:89)
at webwork.action.ActionSupport.execute(ActionSupport.java:165)
at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSu
Argh. The screen you are on tells you that. Specifically - "Runs the input file jelly script and writes the output to the output file."
To be fair though, the error message you are getting is a little cryptic - it doesn't really tell you that "I have tried to read your script but found that it's not usable", it's only telling you that your script is wrong. "Value is null" is what it says - you've got at least one empty tag in the script - you need to find it, put a valid entry in and retry it. Also "unexpected EOF" means you haven't closed all the tags properly, but that might be because of it choking on the empty tag.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.