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

TODO: don't log empty file string error #1

Open
mjames-upc opened this issue Mar 31, 2017 · 0 comments
Open

TODO: don't log empty file string error #1

mjames-upc opened this issue Mar 31, 2017 · 0 comments
Labels

Comments

@mjames-upc
Copy link
Member

https://github.com/Unidata/awips2-core/blob/unidata_16.4.1/edex/com.raytheon.uf.edex.distribution/src/com/raytheon/uf/edex/distribution/DistributionSrv.java#L144

TODO:

        File file = new File(bodyString);
        if (!file.exists() && bodyString.trim().length() > 0) {
            logger.error("File does not exist : " + bodyString);
            exchange.getOut().setFault(true);
        } else {
            in.setHeader("ingestFileName", file.toString());
        }

why is this triggered?

@mjames-upc mjames-upc added the bug label Mar 31, 2017
srcarter3 pushed a commit to srcarter3/awips2-core that referenced this issue Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant