From: Omid S. <omi...@gm...> - 2015-03-27 09:54:44
|
Hello, I am trying to generate data from lublin model implemented in GridSim in order to apply my scheduling mechanism. For this purpose, I am trying to modify the exampleLublin99 class to generate ETC model but I get the following error: Entities started. Mar 27, 2015 5:32:13 PM Workload.body() INFO: Load_1 is starting... Mar 27, 2015 5:32:13 PM Workload.body() SEVERE: Invalid resource: null Sim_system: No more future events Gathering simulation data. Simulation completed. The simulation took 69 milliseconds java.lang.IllegalStateException: Impossible to return job list before the simulation completes at gridsim.parallel.util.Workload.getGridletList(Unknown Source) at ExampleLublin9.main(ExampleLublin9.java:96) BUILD SUCCESSFUL (total time: 1 second) It is good to mention that my assumptions are each resource have one machine, each machine could have 1-5 PEs and each PE can 10-60 rating. Could anyone please help on resolving this error. Regards |