I had the same problem when I installed JBoss 3.2.3 bundled with Tomcat. The problem was that I had my default JAVA_HOME set to version j2sdk1.4.1_02. I edited \JBoss\bin\run.bat and added a extra line to force the JAVA_HOME to point to a later version of JDK (namely, j2sdk1.4.2_03) and that fixed the problem. I left the XercesImpl.jar and xml-apis.jar as is that came bundled with JBoss 3.2.3.
FILE: run.bat --------------------------------------- :FOUND_RUN_JAR REM --- BEGIN: ADDED THIS LINE --- set java_home=E:\Java\j2sdk1.4.2_03\jre REM --- END: ADDED THIS LINE --- if not "%JAVA_HOME%" == "" goto ADD_TOOLS set JAVA=java --------------------------------------- I hope this helps. Venkatt <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825401#3825401">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825401>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
