DaanHoogland commented on issue #7720: URL: https://github.com/apache/cloudstack/issues/7720#issuecomment-1623223294
> 2023-07-05 11:35:05,292 WARN [c.c.v.SystemVmLoadScanner] (secstorage-1:ctx-7f6d0d0a) (logid:079dbd17) Unexpected exception DB Exception on: com.mysql.cj.jdbc.ClientPreparedStatement: INSERT INTO nics (nics.instance_id, nics.ip4_address, nics.ip6_address, nics.netmask, nics.isolation_uri, nics.ip_type, nics.broadcast_uri, nics.gateway, nics.mac_address, nics.mode, nics.network_id, nics.state, nics.reserver_name, nics.reservation_id, nics.device_id, nics.update_time, nics.default_nic, nics.ip6_gateway, nics.ip6_cidr, nics.strategy, nics.vm_type, nics.created, nics.uuid, nics.secondary_ip) VALUES (30807, x'31302E37302E33332E3838', null, x'3235352E3235352E3235352E30', 'vlan://2333', 'Ip4', 'vlan://2333', x'31302E37302E33332E323534', x'31653A30303A64323A30303A30303A3330', 'Dhcp', 243, 'Allocated', x'4469726563744E6574776F726B47757275', null, 2, null, 1, null, null, 'Create', 'SecondaryStorageVm', '2023-07-05 03:35:05', x'61303865323563302D383438312D346636652D386566372D62383935383864 3164613536', 0) > com.cloud.utils.exception.CloudRuntimeException: DB Exception on: com.mysql.cj.jdbc.ClientPreparedStatement: INSERT INTO nics (nics.instance_id, nics.ip4_address, nics.ip6_address, nics.netmask, nics.isolation_uri, nics.ip_type, nics.broadcast_uri, nics.gateway, nics.mac_address, nics.mode, nics.network_id, nics.state, nics.reserver_name, nics.reservation_id, nics.device_id, nics.update_time, nics.default_nic, nics.ip6_gateway, nics.ip6_cidr, nics.strategy, nics.vm_type, nics.created, nics.uuid, nics.secondary_ip) VALUES (30807, x'31302E37302E33332E3838', null, x'3235352E3235352E3235352E30', 'vlan://2333', 'Ip4', 'vlan://2333', > x'31302E37302E33332E323534', x'31653A30303A64323A30303A30303A3330', 'Dhcp', 243, 'Allocated', x'4469726563744E6574776F726B47757275', null, 2, null, 1, null, nu > ll, 'Create', 'SecondaryStorageVm', '2023-07-05 03:35:05', x'61303865323563302D383438312D346636652D386566372D623839353838643164613536', 0) > at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1461) > at jdk.internal.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.base/java.lang.reflect.Method.invoke(Method.java:566) > at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) > at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) > at com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) > at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) > at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) > at com.sun.proxy.$Proxy70.persist(Unknown Source) > at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.allocateNic(NetworkOrchestrator.java:997) > at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator$3.addRequestedNicToNicListWithDeviceNumberAndRetrieveDefaultDevice(NetworkOrchestrato > r.java:823) > at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator$3.doInTransactionWithoutResult(NetworkOrchestrator.java:797) It seems it is a nics.uuid -- 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]
