Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TappingApp.java refers to wrong file #5

Open
ggee opened this issue May 4, 2014 · 0 comments
Open

TappingApp.java refers to wrong file #5

ggee opened this issue May 4, 2014 · 0 comments

Comments

@ggee
Copy link

ggee commented May 4, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant