-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels