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

Error when invoking completion #862

Closed
ericbottard opened this issue Sep 8, 2016 · 0 comments
Closed

Error when invoking completion #862

ericbottard opened this issue Sep 8, 2016 · 0 comments
Assignees
Milestone

Comments

@ericbottard
Copy link
Contributor

ericbottard commented Sep 8, 2016

When trying to invoke completion like this

stream create bar --definition ":<TAB>"

We get an error similar to

java.lang.IllegalArgumentException: name must not be empty nor null
        at org.springframework.util.Assert.hasText(Assert.java:168) ~[spring-core-4.2.6.RELEASE.jar!/:4.2.6.RELEASE]
        at org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository.findOne(AbstractRdbmsKeyValueRepository.java:157) ~[spring-cloud-dataflow-server-core-1.0.1.BUILD-SNAPSHOT.jar!/:1.0.1.BUILD-SNAPSHOT]
        at org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository.findOne(AbstractRdbmsKeyValueRepository.java:50) ~[spring-cloud-dataflow-server-core-1.0.1.BUILD-SNAPSHOT.jar!/:1.0.1.BUILD-SNAPSHOT]
        at org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository$$FastClassBySpringCGLIB$$2d5a2a81.invoke(<generated>) ~[spring-cloud-dataflow-server-core-1.0.1.BUILD-SNAPSHOT.jar!/:1.0.1.BUILD-SNAPSHOT]
@ericbottard ericbottard self-assigned this Sep 13, 2016
ericbottard added a commit to ericbottard/spring-cloud-dataflow that referenced this issue Sep 13, 2016
@sabbyanandan sabbyanandan added this to the 1.1.0.M1 milestone Sep 13, 2016
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

3 participants