Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your CLI function is not working properly #100

Open
vrathore18 opened this issue May 10, 2019 · 0 comments
Open

Your CLI function is not working properly #100

vrathore18 opened this issue May 10, 2019 · 0 comments

Comments

@vrathore18
Copy link

vrathore18 commented May 10, 2019

When I am trying to create a task via xl deploy CLI. I am getting this error.

command used:
d = deployment.prepareInitial(package.id, environment.id)
d = deployment.prepareAutoDeployeds(d)
d = validate(d)
deployment.createDeployTask(d)

javax.ws.rs.ProcessingException: com.thoughtworks.xstream.converters.ConversionException:
---- Debugging information ----
cause-exception     : java.lang.NullPointerException
cause-message       : Name is null
class               : com.xebialabs.deployit.engine.api.execution.SerializableTask
required-type       : com.xebialabs.deployit.engine.api.execution.SerializableTask
converter-type      : com.xebialabs.deployit.booter.remote.xml.TaskConverterSelector
path                : /task
line number         : 1
version             : not available

There is something wrong with the cli package.

@vrathore18 vrathore18 changed the title Your CLI fucntion is not working properly Your CLI function is not working properly May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant