Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 83031 invoked from network); 26 Jun 2009 14:29:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 14:29:07 -0000 Received: (qmail 70836 invoked by uid 500); 26 Jun 2009 14:29:15 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 70793 invoked by uid 500); 26 Jun 2009 14:29:15 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 70783 invoked by uid 99); 26 Jun 2009 14:29:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 14:29:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of greg.lindholm@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 14:29:07 +0000 Received: by qw-out-2122.google.com with SMTP id 5so1219511qwi.59 for ; Fri, 26 Jun 2009 07:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Wx0s+u6bExLN1iR1eI1ljiDk5PLs9/mINWHp9dF/X0o=; b=YVSznfABaVhMZ199KSgeL+nmkMbsZVaMRjAOlWXsIu/SkHEb1Cf6X5X9LUXJTD1frt OZmt3YXY/5XVJZM0/b66H6T4tw9iee5e7sODwUZidZTG0Cnqfj4JQze9INPsf8yZdpSb YHIX0N3d8VwK5LsTfequRN5lflgPsRZaSzTK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bETYNqHr17R59N/3e7CKBrcuQVeXANEy121xhg4CAbrVAfB+2gdpfVIODNRDe1TXJS Ld/yrboZmBplKlr1oXU+QpWWZJszBhijmUXqkpee0sVGQ0CxHhAMay7APa2bd7gBGhSn N+vmT95mLfMnVxd1C+98PKHAZsryOfRz8WpGk= MIME-Version: 1.0 Received: by 10.220.77.17 with SMTP id e17mr2798120vck.47.1246026526198; Fri, 26 Jun 2009 07:28:46 -0700 (PDT) Date: Fri, 26 Jun 2009 10:28:46 -0400 Message-ID: <74a2042d0906260728y4840bfccg32fe04d09063d856@mail.gmail.com> Subject: S2.1.6 problem with devMode From: Greg Lindholm To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=0016e64eabf4798a85046d412812 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64eabf4798a85046d412812 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit When I set devMode to true I get the exception below. Struts 2.1.6, Tomcat 5.5, starting Tomcat from within Eclipse. If devMode is false all works fine. Anyone have any ideas? 2009-06-26 10:21:06,250 INFO com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:31 - Parsing configuration file [struts-default.xml] 2009-06-26 10:21:06,442 INFO com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:31 - Unable to locate configuration files of the name struts-plugin.xml, skipping 2009-06-26 10:21:06,443 INFO com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:31 - Parsing configuration file [struts-plugin.xml] 2009-06-26 10:21:06,531 INFO com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:31 - Parsing configuration file [struts.xml] 2009-06-26 10:21:06,544 INFO com.opensymphony.xwork2.config.impl.DefaultConfiguration:31 - Overriding property struts.i18n.reload - old value: false new value: true 2009-06-26 10:21:06,544 INFO com.opensymphony.xwork2.config.impl.DefaultConfiguration:31 - Overriding property struts.configuration.xml.reload - old value: false new value: true 2009-06-26 10:21:06,549 INFO org.apache.struts2.config.BeanSelectionProvider:31 - Loading global messages from AdminResources 2009-06-26 10:21:06,918 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/nxm]:3639 - Exception starting filter struts2 java.lang.NullPointerException at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileManager.java:209) at com.opensymphony.xwork2.util.FileManager.fileNeedsReloading(FileManager.java:60) at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.needsReload(XmlConfigurationProvider.java:325) at org.apache.struts2.config.StrutsXmlConfigurationProvider.needsReload(StrutsXmlConfigurationProvider.java:168) at com.opensymphony.xwork2.config.ConfigurationManager.conditionalReload(ConfigurationManager.java:220) at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:61) at org.apache.struts2.dispatcher.Dispatcher.getContainer(Dispatcher.java:774) at org.apache.struts2.dispatcher.ng.InitOperations.initStaticContentLoader(InitOperations.java:77) at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(StrutsPrepareAndExecuteFilter.java:49) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:221) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:302) at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:78) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3635) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4222) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.apache.catalina.startup.Catalina.start(Catalina.java:552) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) Jun 26, 2009 10:21:11 AM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Jun 26, 2009 10:21:11 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/nxm] startup failed due to previous errors --0016e64eabf4798a85046d412812--