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

update of a non installed package throws null pointer exception #72

Closed
thevpc opened this issue Oct 19, 2021 · 0 comments · Fixed by #96
Closed

update of a non installed package throws null pointer exception #72

thevpc opened this issue Oct 19, 2021 · 0 comments · Fixed by #96
Assignees
Labels
bug size-XS complexity extra small
Milestone

Comments

@thevpc
Copy link
Owner

thevpc commented Oct 19, 2021

update of a non installed package throws null pointer exception

vpc@linux-rogue:/data/git/nuts> ./nuts-dev -w="" update netbeans-launcher
execution failed of : update netbeans-launcher ; error was : java.lang.NullPointerException    
execution failed of : update netbeans-launcher ; error was : java.lang.NullPointerException
        at net.thevpc.nuts.runtime.standalone.wscommands.exec.DefaultNutsExecCommand.run(DefaultNutsExecCommand.java:161)
        at net.thevpc.nuts.boot.NutsBootWorkspace.runWorkspace(NutsBootWorkspace.java:1177)
        at net.thevpc.nuts.Nuts.runWorkspace(Nuts.java:233)
        at net.thevpc.nuts.Nuts.main(Nuts.java:84)
Caused by: java.lang.NullPointerException
        at net.thevpc.nuts.runtime.standalone.wscommands.update.DefaultNutsUpdateCommand.checkUpdates(DefaultNutsUpdateCommand.java:158)
        at net.thevpc.nuts.runtime.standalone.wscommands.update.DefaultNutsUpdateCommand.getResult(DefaultNutsUpdateCommand.java:59)
        at net.thevpc.nuts.runtime.standalone.wscommands.update.DefaultNutsUpdateCommand.update(DefaultNutsUpdateCommand.java:88)
        at net.thevpc.nuts.runtime.standalone.wscommands.update.DefaultNutsUpdateInternalExecutable.execute(DefaultNutsUpdateInternalExecutable.java:28)
        at net.thevpc.nuts.runtime.standalone.wscommands.exec.DefaultNutsExecCommand.run(DefaultNutsExecCommand.java:137)
        ... 3 more
@thevpc thevpc added the bug label Oct 19, 2021
@thevpc thevpc added this to PRODUCT BACKLOG in Nuts Package Manager via automation Oct 19, 2021
@thevpc thevpc added this to the 0.8.3 milestone Oct 19, 2021
@thevpc thevpc moved this from PRODUCT BACKLOG to TODO in Nuts Package Manager Oct 19, 2021
@thevpc thevpc moved this from LESS SIMPLE TODOS to SIMPLE TODOS in Nuts Package Manager Oct 19, 2021
@thevpc thevpc added the size-XS complexity extra small label Oct 20, 2021
@bacali95 bacali95 moved this from TODOS to WIP in Nuts Package Manager Oct 30, 2021
@bacali95 bacali95 self-assigned this Oct 30, 2021
@bacali95 bacali95 moved this from WIP to IN REVIEW in Nuts Package Manager Oct 30, 2021
Nuts Package Manager automation moved this from IN REVIEW to DONE Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug size-XS complexity extra small
Projects
Development

Successfully merging a pull request may close this issue.

2 participants