I deleted. Thanks.
________________________________ From: Erik Hatcher <erik.hatc...@gmail.com> To: solr-user@lucene.apache.org Sent: Saturday, September 17, 2011 8:44:36 PM Subject: Re: Glassfish errors: DPL8006 and DPL8007 It's for weblogic. Deleting it won't cause any issues (unless you're deploying to weblogic, but you're not). give it a try. On Sep 17, 2011, at 08:52 , Xue-Feng Yang wrote: > I have solr deployed in Glassfish 3.1.1. It has the error messages in the > following order at the starting up time. > > > WARNING: DPL8007: Unsupported deployment descriptors element schemaLocation > value http://www.bea.com/ns/weblogic/90 > http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd > SEVERE: DPL8006: get/add descriptor failure : > filter-dispatched-requests-enabled TO false > > Here is the reference for these two errors from sun doc: > > DPL8006 get/add descriptor failure : {0} TO {1} > Cause: Adding or getting a descriptor failed > Cause: May be because the node / information to be added is not > valid; may be because of the descriptor was not registered > Solution: Ensure that the node to be added is valid > Solution: Ensure that the permissions are set as expected > DPL8007 Unsupported deployment descriptors element {0} value {1} > Cause: Failed to find the resource specified in the deployment descriptor > Cause: May be because of wrong specification in the descriptor > Solution: Ensure that the resource specified is present > Solution: Ensure that there is no typo in the resource specified in the > descriptor > I checked there is weblogic.xml in apache-solr-3.4.0.war. > > What is this xml for? Should I delete it? > > Thanks.