Error in process execution from Nolio

0 votes
I'm new to nolio, and i've configured my first process. After publishing it successfully i tried running the process but it failed. The following error appeared:

"Parameter value check failed: Parameter [tar.gz] with scope [RELEASE] is missing parameter value. Process run will be stopped."

What does this error mean? what should i check?

Thanks
Jul 9, 2018 in DevOps Tools by shubham
• 7,340 points
875 views

1 answer to this question.

0 votes

Here is an approach which you can follow.

The Parameter tar.gz is probably defined with a Release scope (Other options are internal, user-input and environment). This means that if it is not set with a default value, it will only get its value in the context of a Deployment. If you try to run the process directly, not in the context of a deployment it would have no value and could lead for the process getting stuck or failing.

In general the process is the logic and the deployment gives it context. A deployment is a series of steps (processes) with specific values that are set to their release parameters.

If you want to use this parameter in a process that is not executed within a deployment, define it is as internal or as user-input if you want to set it manually during execution.

I hope the above information will be helpful for you.

answered Jul 9, 2018 by Atul
• 10,240 points

Related Questions In DevOps Tools

0 votes
1 answer

Deploy in to jboss EAP 6.4 from jenkins

You can use the mavan plugin <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.9.Final</version> <configuration> ...READ MORE

answered Jul 20, 2018 in DevOps Tools by Kalgi
• 52,360 points
2,313 views
0 votes
1 answer

XML Highliting Error from Android Lint

You can try to specify layout folder ...READ MORE

answered Jul 23, 2018 in DevOps Tools by Kalgi
• 52,360 points
398 views
0 votes
1 answer

Build error in TF build definition

I think the problem is in your ...READ MORE

answered Aug 3, 2018 in DevOps Tools by ajs3033
• 7,300 points
2,280 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,520 views
+2 votes
1 answer
0 votes
1 answer

How do I run “ant update” in Hybris with only “Update Running System”?

Here is what you can try. You can ...READ MORE

answered Jul 10, 2018 in DevOps Tools by Atul
• 10,240 points
6,850 views
0 votes
1 answer

Getting an Error while trying to push changes to cloud foundry

Here is an approach which you can ...READ MORE

answered Jul 19, 2018 in DevOps Tools by Atul
• 10,240 points
1,875 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP