为什么我在云编程中遇到这些错误?

时间:2014-02-01 08:22:11

标签: netbeans-7

java.io.FileNotFoundException: simulation.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at org.cloudbus.cloudsim.ex.mapreduce.Configuration.loadPropertiesFromFile(Configuration.java:35)

1 个答案:

答案 0 :(得分:0)

在Configuration.java文件中,您必须具有从文件中检索属性的代码。可能有两个问题

  1. 缺少配置文件
  2. 如果您在从本地主机部署到云后将路径无效的项目中的任何位置配置了路径