StartExperimentSFCEdge.java file potential bug or intended feature#19
StartExperimentSFCEdge.java file potential bug or intended feature#19Ten000hours wants to merge 4 commits into
Conversation
|
Hi, thank you for your comments. I think you are correct with the bug originally published by the author. However, I had patched the zero PEs bug for NOS_net type in the DataCenter.java from CloudSim. |
|
Dear author, I meet this problem again in the latest release. I have tried cloudsim-4.0.jar from release page, jar file created from cloudsim 4.0 and 5.0 source code. |
Hi, I can't reproduce the bug you encountered. To clarify any confusion of the CloudSim jar version, I simply update the installation guild. Please check. |
Hi, I think I run across a bug when I run the example java file(StartExperimentSFCEdge) with program arguments
LFF 0 example-edge/edge.physical.json example-edge/edge.virtual.json example-edge/ edge.workload_host1.csv edge.workload_host2.csvIt throws the Null pointer exception instead of finishing correctly. The exception info as follows.
and this execption
The enviornment:
--jdk1.8.0_181
--cloudsim 4.0 jar
--idea 2019.2 Ultimate
I try to fix this bug by adding function to assert the type of dcName field ("network" or "cloud"). If this is an intended feature, I am sorry for disturbing you guys.