You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kept getting error about the config file missing. I put the config file in the correct location, but it still complained. I tracked it the the following line in TappingApp.java.
private void loadConfigurationFromFile() throws IOException {
// now load properties from last invocation
FileInputStream in = new FileInputStream("ONSTappingApp.config");
applicationProps.load(in);
in.close();
Why is it referring to ONS... instead of ONF ? I see several references to ONS through out the file. Once I changed the code in several places, I was able to mostly start the app. I'm not sure what I need to do to get mongodb to run.
I have to ask, is the latest copy of the code here in GIT? I've found this bug and the compile error in ONFTappingAppImpl.java. Is this the same as your copy? Does your copy run?
The text was updated successfully, but these errors were encountered:
I kept getting error about the config file missing. I put the config file in the correct location, but it still complained. I tracked it the the following line in TappingApp.java.
Why is it referring to ONS... instead of ONF ? I see several references to ONS through out the file. Once I changed the code in several places, I was able to mostly start the app. I'm not sure what I need to do to get mongodb to run.
I have to ask, is the latest copy of the code here in GIT? I've found this bug and the compile error in ONFTappingAppImpl.java. Is this the same as your copy? Does your copy run?
The text was updated successfully, but these errors were encountered: