[ https://issues.apache.org/jira/browse/OFBIZ-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500607#comment-14500607 ]
Wai commented on OFBIZ-6259: ---------------------------- The 2 issues are separate. The version I'm at is: $ svn info Path: . Working Copy Root Path: /zzz/workspace/ofbiz-trunk URL: http://svn.apache.org/repos/asf/ofbiz/trunk Relative URL: ^/ofbiz/trunk Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1674389 Node Kind: directory Schedule: normal Last Changed Author: jleroux Last Changed Rev: 1674292 Last Changed Date: 2015-04-17 08:36:12 -0400 (Fri, 17 Apr 2015) It seems that the 2 error messages in question are not produced in the same place in the console output... Try#1 2015-04-17 16:07:35,176 |main |ServiceDispatcher |I| Registering dispatcher: RMIDispatcher 2015-04-17 16:07:35,176 |main |ServiceContainer |I| Created new dispatcher: RMIDispatcher 2015-04-17 16:07:35,680 |main |ContainerLoader |I| Started container rmi-dispatcher 2015-04-17 16:07:35,680 |main |ContainerLoader |I| Starting container catalina-container 2015-04-17 16:07:35,681 |main |CatalinaContainer |I| Creating context [exampleext] Exception thrown while loading locationresolvers.properties: java.lang.IllegalStateException: Exception thrown while reading debug.properties: java.lang.IllegalStateException: locationresolvers.properties not found 2015-04-17 16:07:35,682 |main |CatalinaContainer |I| Creating context [example] 2015-04-17 16:07:35,682 |main |CatalinaContainer |I| Creating context [bi] 2015-04-17 16:07:35,682 |main |CatalinaContainer |I| Creating context [birt] 2015-04-17 16:07:35,682 |main |CatalinaContainer |I| Creating context [order] 2015-04-17 16:07:35,682 |main |CatalinaContainer |I| Creating context [facility] ... 2015-04-17 16:07:35,683 |main |CatalinaContainer |I| Creating context [bizznesstime] 2015-04-17 16:07:35,683 |main |CatalinaContainer |I| Creating context [images] 2015-04-17 16:07:35,683 |main |CatalinaContainer |I| Creating context [webtools] 2015-04-17 16:07:35,953 |catalina-startup-1 |CatalinaContainer |I| file:////zzz/workspace/ofbiz-trunk/applications/content/webapp/content/images/WEB-INF/web.xml not found. 2015-04-17 16:07:36,239 |main |SSLImpl |I| SSLImpl loaded; using custom ServerSocketFactory 2015-04-17 16:07:36,491 |0.0.0.0-startStop-1 |ServiceDispatcher |I| Registering dispatcher: ebay 2015-04-17 16:07:36,491 |0.0.0.0-startStop-1 |ServiceContainer |I| Created new dispatcher: ebay 2015-04-17 16:07:36,498 |0.0.0.0-startStop-1 |ControlServlet |I| Loading webapp [ebay], located at /zzz/workspace/ofbiz-trunk/specialpurpose/ebay/webapp/ebay/ Try#2 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [flatgrey] 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [droppingcrumbs] 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [bluelight] 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [bizznesstime] 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [images] 2015-04-17 16:15:15,149 |main |CatalinaContainer |I| Creating context [webtools] Exception thrown while loading locationresolvers.properties: java.lang.IllegalStateException: Exception thrown while reading debug.properties: java.lang.IllegalStateException: locationresolvers.properties not found 2015-04-17 16:15:15,491 |catalina-startup-1 |CatalinaContainer |I| file:////zzz/workspace/ofbiz-trunk/applications/content/webapp/content/images/WEB-INF/web.xml not found. 2015-04-17 16:15:15,771 |main |SSLImpl |I| SSLImpl loaded; using custom ServerSocketFactory 2015-04-17 16:15:15,985 |0.0.0.0-startStop-1 |ServiceDispatcher |I| Registering dispatcher: ebay 2015-04-17 16:15:15,986 |0.0.0.0-startStop-1 |ServiceContainer |I| Created new dispatcher: ebay > ofbiz looking for web.xml in wrong place. missing locationresolvers.properties > ------------------------------------------------------------------------------ > > Key: OFBIZ-6259 > URL: https://issues.apache.org/jira/browse/OFBIZ-6259 > Project: OFBiz > Issue Type: Bug > Reporter: Wai > > start ofbiz > ...console output... > 2015-04-17 14:04:24,323 |main |CatalinaContainer > |I| Creating context [bizznesstime] > 2015-04-17 14:04:24,323 |main |CatalinaContainer > |I| Creating context [images] > 2015-04-17 14:04:24,323 |main |CatalinaContainer > |I| Creating context [webtools] > Exception thrown while loading locationresolvers.properties: > java.lang.IllegalStateException: Exception thrown while reading > debug.properties: java.lang.IllegalStateException: > locationresolvers.properties not found > 2015-04-17 14:04:24,960 |catalina-startup-2 |CatalinaContainer > |I| > file:////zzz/workspace/ofbiz/applications/content/webapp/content/images/WEB-INF/web.xml > not found. > 2015-04-17 14:04:25,351 |main |SSLImpl > |I| SSLImpl loaded; using custom ServerSocketFactory > 2015-04-17 14:04:25,859 |0.0.0.0-startStop-1 |ServiceDispatcher > |I| Registering dispatcher: ebay > 20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)