[Opensource] Expresso installation problems with JBoss/Tomcat

Shamanth Murthy shamanth.murthy at mphasis.com
Fri Jan 10 05:57:13 PST 2003


Hi All,
   
There have been a lot of problems installing expresso5-0-2-bin.war file on jboss-3.0.4-tomcat-4.1.12.

1) I have just resolved the following problem
 ERROR: invalid console appender config detected, console stream is
   > loopingShutting down

by commenting all lines of loggingRoot.properties found in
WEB-INF\classes\com\jcorporate\expresso\core\logging directory.


2) Next error
	   "ConfigManager: Unable to get URL to the expresso-config dtd"
	I am unable to resolve this problem.


This is the statement in ConfigManager thats creating problems.

URL url = new URL("core/expresso-config_4_0.dtd");
if (url != null) {
            digester.register(
                    "-//Jcorporate Ltd//DTD Expresso Configuration 4.0//EN",
                    url.toString());

        } else {
            ConfigurationException ce = new ConfigurationException(
                                                "ConfigManager: Unable to get URL to the expresso-config dtd");
            setConfigurationFailureException(ce);
            throw ce;
        }

Looking forward for some help on this...

Regards
Shamanth Murthy
	
	


 





More information about the Opensource mailing list