shwstppr opened a new pull request #231:
URL: https://github.com/apache/cloudstack-documentation/pull/231
Shared networks with IPv6 only cannot work. NPE is observed with MAC address
of VM's NIC when a VM is deployed or added to such networks.
```
TransactionCallbackWithExceptionNoReturn.doInTransaction:25-TransactionCallbackWithExceptionNoReturn.doInTransaction:21-Transaction.execute:40-DirectNetworkGuru.allocateDirectIp:280-DirectNetworkGuru.allocate:253-NetworkOrchestrator.allocateNic:951
2021-07-14 05:21:19,724 ERROR [c.c.a.ApiServer]
(qtp109228794-1826:ctx-0f190552 ctx-dde78569) (logid:60f9ec82) unhandled
exception executing api command: [Ljava.lang.String;@3f6b9f6b
java.lang.NullPointerException
at com.cloud.utils.net.NetUtils.EUI64Address(NetUtils.java:1626)
```
Also discussed in
https://github.com/apache/cloudstack/issues/4563#issuecomment-794024295
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]