I am hoping that someone on this list can help me resolve my JBoss issue. I am in a predicament whereby our lead who had setup our JBoss configuration within Eclipse left the company and unfortunately it was not communicated or documented how JBoss within Eclipse was configured or at least that we can find. Now we have an issue where JBoss still comes up successfully within Eclipse but when we try to execute our URL within IE we are getting perpetual HTTP 404 errors. We are using JBoss 4.0.5GA and Eclipse 3.5 SR1 (latest version). In talking to others on coderanch and other lists I was told to check and make sure that my EAR file is in the DEPLOY folder of my server and that within the EAR that the WAR file exists. I did check both items and they did exist. I did want to say that within our dynamic web project that the context root is defined as SCM and therefore the URL that I'm using is: http://localhost:8080/SCM/ If I just enter http://localhost:8080/ then I just get to the JBoss default screen that has 2 sections: JBoss Online Resources and JBoss Management. I have checked per others that my EAR file is listed in the jboss.j2ee section of the JMX console which it is: jboss.j2ee service=ClientDeployer service=EARDeployer service=EARDeployment,url='SCMWebEAR.ear' I have no idea where to go from here. This is only happening on my local box. Here is the log from the console in Eclipse and any help or time that anyone on this list can spare to look at this issue would be greatly appreciated, regards: [code] 10:22:23,397 INFO [Server] Starting JBoss (MX MicroKernel)... 10:22:23,397 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 10:22:23,397 INFO [Server] Home Dir: C:\server\jboss-4.0.5 10:22:23,397 INFO [Server] Home URL: file:/C:/server/jboss-4.0.5/ 10:22:23,397 INFO [Server] Patch URL: null 10:22:23,397 INFO [Server] Server Name: default 10:22:23,397 INFO [Server] Server Home Dir: C:\server\jboss-4.0.5\server\default 10:22:23,397 INFO [Server] Server Home URL: file:/C:/server/jboss-4.0.5/server/default/ 10:22:23,397 INFO [Server] Server Log Dir: C:\server\jboss-4.0.5\server\default\log 10:22:23,397 INFO [Server] Server Temp Dir: C:\server\jboss-4.0.5\server\default\tmp 10:22:23,397 INFO [Server] Root Deployment Filename: jboss-service.xml 10:22:23,756 INFO [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc. 10:22:23,756 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 11.3-b02,Sun Microsystems Inc. 10:22:23,756 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 10:22:24,881 INFO [Server] Core system initialized 10:22:26,568 INFO [WebService] Using RMI server codebase: http://THRCNU9151CJ6:8083/ 10:22:26,584 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 10:22:31,459 INFO [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date=200609291417) 10:22:32,849 INFO [Embedded] Catalina naming disabled 10:22:32,881 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. 10:22:32,881 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. 10:22:33,146 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 10:22:33,146 INFO [Catalina] Initialization processed in 265 ms 10:22:33,146 INFO [StandardService] Starting service jboss.web 10:22:33,146 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.20 10:22:33,177 INFO [StandardHost] XML validation disabled 10:22:33,177 INFO [Catalina] Server startup in 31 ms 10:22:33,349 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/ 10:22:33,584 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 10:22:33,834 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/ 10:22:34,162 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp827016215842094482jbossws-context-exp.war/ 10:22:34,271 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 10:22:34,974 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ 10:22:35,490 INFO [MailService] Mail Service bound to java:/Mail 10:22:35,787 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar 10:22:35,834 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar 10:22:35,896 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 10:22:35,959 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar 10:22:36,146 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar 10:22:36,177 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar 10:22:37,302 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 10:22:37,521 INFO [A] Bound to JNDI name: queue/A 10:22:37,521 INFO [B] Bound to JNDI name: queue/B 10:22:37,521 INFO [C] Bound to JNDI name: queue/C 10:22:37,521 INFO [D] Bound to JNDI name: queue/D 10:22:37,521 INFO [ex] Bound to JNDI name: queue/ex 10:22:37,537 INFO [testTopic] Bound to JNDI name: topic/testTopic 10:22:37,537 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 10:22:37,537 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 10:22:37,537 INFO [testQueue] Bound to JNDI name: queue/testQueue 10:22:37,584 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 10:22:37,615 INFO [DLQ] Bound to JNDI name: queue/DLQ 10:22:37,787 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 10:22:37,880 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 10:22:38,021 INFO [EARDeployer] Init J2EE application: file:/C:/server/jboss-4.0.5/server/default/deploy/SCMWebEAR.ear 10:22:42,646 WARN [TomcatDeployer] Failed to map vhost: scmis 10:22:42,646 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/ 10:22:42,662 INFO [StandardHost] XML validation disabled 10:22:43,193 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to Configuration 10:22:43,208 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ActionResolver 10:22:43,224 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scm/stripes/] matching criteria: is assignable to ActionBean 10:22:43,286 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/] matching criteria: is assignable to ActionBean 10:22:43,365 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ActionBeanPropertyBinder 10:22:43,365 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ActionBeanContextFactory 10:22:43,380 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ActionBeanContext 10:22:43,380 INFO [BootstrapPropertyResolver] Class implementing/extending ActionBeanContext found via auto-discovery: org.texashealth.scmis.stripes.ext.SCMISActionBeanContext 10:22:43,380 INFO [DefaultActionBeanContextFactory] DefaultActionBeanContextFactory will use ActionBeanContext subclass org.texashealth.scmis.stripes.ext.SCMISActionBeanContext 10:22:43,380 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to TypeConverterFactory 10:22:43,396 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to LocalizationBundleFactory 10:22:43,396 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to LocalePicker 10:22:43,396 INFO [DefaultLocalePicker] No locale list specified, defaulting to single locale: en_US 10:22:43,396 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to FormatterFactory 10:22:43,411 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to TagErrorRendererFactory 10:22:43,427 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to TagErrorRenderer 10:22:43,427 INFO [BootstrapPropertyResolver] Class implementing/extending PopulationStrategy found in web.xml: net.sourceforge.stripes.tag.BeanFirstPopulationStrategy 10:22:43,427 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ExceptionHandler 10:22:43,427 INFO [BootstrapPropertyResolver] Class implementing/extending ExceptionHandler found via auto-discovery: org.texashealth.scmis.stripes.ext.SCMISExceptionHandler 10:22:43,521 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to MultipartWrapperFactory 10:22:43,521 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to MultipartWrapper 10:22:43,536 INFO [DefaultMultipartWrapperFactory] Using net.sourceforge.stripes.controller.multipart.CosMultipartWrapper as MultipartWrapper implementation. 10:22:43,536 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to ValidationMetadataProvider 10:22:43,552 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to Interceptor 10:22:43,552 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to Formatter 10:22:43,552 INFO [ResolverUtil] Scanning for classes in [/C:/server/jboss-4.0.5/server/default/./tmp/deploy/tmp5248025188667996173SCMWebEAR.ear-contents/SCM-exp.war/WEB-INF/classes/org/texashealth/scmis/stripes/ext/] matching criteria: is assignable to TypeConverter 10:22:43,552 INFO [StripesFilter] Stripes Initialization Complete. Version: 1.5, Build: 955 10:22:43,568 INFO [EARDeployer] Started J2EE application: file:/C:/server/jboss-4.0.5/server/default/deploy/SCMWebEAR.ear 10:22:43,630 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 10:22:43,693 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 10:22:43,708 INFO [JkMain] Jk running ID=0 time=0/31 config=null 10:22:43,708 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 20s:311ms [/code]

View this message in context: Please HELP - Perpetual 404 errrors
Sent from the JBoss - Dev mailing list archive at Nabble.com.