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

NPE while deploy vm on a IPv6-only shared network #5640

Closed
weizhouapache opened this issue Oct 29, 2021 · 2 comments · Fixed by #5648 or #5810
Closed

NPE while deploy vm on a IPv6-only shared network #5640

weizhouapache opened this issue Oct 29, 2021 · 2 comments · Fixed by #5648 or #5810
Assignees
Milestone

Comments

@weizhouapache
Copy link
Member

Got a NPE

java.lang.NullPointerException
        at com.cloud.network.Networks$BroadcastDomainType.getSchemeValue(Networks.java:177)
        at com.cloud.network.Networks$BroadcastDomainType.getValue(Networks.java:231)
        at com.cloud.hypervisor.kvm.resource.BridgeVifDriver.plug(BridgeVifDriver.java:209)
        at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.createVif(LibvirtComputingResource.java:3015)
        at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.createVifs(LibvirtComputingResource.java:2710)
        at com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:81)
        at com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:46)
        at com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
        at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1768)
ISSUE TYPE
  • Bug Report
COMPONENT NAME
management server
CLOUDSTACK VERSION
4.16.0.0
CONFIGURATION

advanced zone

OS / ENVIRONMENT

Mgmt server: Ubuntu 20.04
Hypervisor: Ubuntu 20.04

SUMMARY
STEPS TO REPRODUCE
1. create a shared network with only ipv6
2. deploy a vm
EXPECTED RESULTS
succeed
ACTUAL RESULTS
Got exception, see the description
@rohityadavcloud
Copy link
Member

Partially fixed in #5648

@sureshanaparti
Copy link
Contributor

Fixed in #5810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
3 participants