Flux - The Smart Struts Config Generator

The Flux project
SourceForge.net Logo

FAQ - Frequently Asked Questions

F: Why do I get the error message 'External Entity not found...Unexpected end of file from server'?

A: You started Flux while you weren't connected to the internet or Eclipse couldn't open an internet connection due to proxy problems. The XML parser couldn't load the struts-config_1_1.dtd declared in the struts-config-<module>.xml file.

If you are behind a proxy, start Eclipse with the following command line arguments to specify the proxy address:
eclipse.exe -vmargs -DproxySet=true -DproxyHost=<YOUR_PROXY_HOST> -DproxyPort=<YOUR_PROXY_PORT>

If you need to use Flux offline change or remove the declaration
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> from the config file or enclose it it with XML comment tags <!-- -->.