alb1183 / ML-RL-PureEdgeSim

PureEdgeSim Extension
16 stars 10 forks source link

Reg File Parser Error #3

Open Nitika1992 opened 1 year ago

Nitika1992 commented 1 year ago

Dear Sir I'm really enlighted by your work on Edge computing paradigm and found it quite interesting. It would be a great help if you can assist with fixing this error. Thanks in Anticipation.

Main- Loading simulation files... FilesParser- Checking simulation properties file java.io.FileNotFoundException: PureEdgeSim/settings/simulation_parameters.properties (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:212) at java.base/java.io.FileInputStream.(FileInputStream.java:154) at java.base/java.io.FileInputStream.(FileInputStream.java:109) at com.pureedgesim.scenariomanager.FilesParser.checkSimulationProperties(FilesParser.java:57) at com.pureedgesim.scenariomanager.FilesParser.checkFiles(FilesParser.java:47) at com.pureedgesim.simulationcore.Simulation.launchSimulation(Simulation.java:62) at com.pureedgesim.MainApplication.main(MainApplication.java:10) FilesParser- Failed to load properties file!

alb1183 commented 1 year ago

The problem is in the third lione, the simulator can't find the simulation parameters file: java.io.FileNotFoundException: PureEdgeSim/settings/simulation_parameters.properties (No such file or directory)

Please check if you have the files in the right folder. Those files are in the repository (ML-RL-PureEdgeSim/PureEdgeSim/pruebas/settings/)