kiranchavala commented on PR #7976: URL: https://github.com/apache/cloudstack/pull/7976#issuecomment-1754421084
@kishankavala can you fix the packaging issue, getting the following exception ``` 21:05:08 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-server: Compilation failure 21:05:08 [ERROR] /jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.19.0.0-SNAPSHOT/server/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImpl.java:[1605,45] error: method getUnmanagedNicNetworkMap in class UnmanagedVMsManagerImpl cannot be applied to given types; 21:05:08 [ERROR] required: String,List<Nic>,Map<String,Long>,Map<String,IpAddresses>,DataCenter,String,Account 21:05:08 [ERROR] found: List<Nic>,Map<String,Long>,Map<String,IpAddresses>,DataCenter,String,Account 21:05:08 [ERROR] reason: actual and formal argument lists differ in length 21:05:08 [ERROR] ``` -- 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]
