Hi there,

I just did a mvn -U jetty:run

and my site that I know was working fine before is now broken with
this error displayed in the browser for any url:

org.xml.sax.SAXParseException: schema_reference.4: Failed to read
schema document 'http://www.w3.org/2002/08/xhtml/xhtml1-
transitional.xsd', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not
<xsd:schema>.
        
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException
(ErrorHandlerWrapper.java:236)
        com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error
(ErrorHandlerWrapper.java:172)
        com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
(XMLErrorReporter.java:382)
        com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
(XMLErrorReporter.java:316)
        
com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError
(XSDHandler.java:2245)
        
com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchema
(XSDHandler.java:1590)
        
com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema
(XSDHandler.java:438)
        com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema
(XMLSchemaLoader.java:556)
        com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar
(XMLSchemaLoader.java:523)
        
com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema
(SchemaFactoryImpl.java:206)
        javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:489)
        javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:521)
        net.liftweb.http.GenericValidtor.schema(LiftRules.scala:1116)
        net.liftweb.http.GenericValidtor.apply(LiftRules.scala:1119)
        net.liftweb.http.GenericValidtor.apply(LiftRules.scala:1101)
        net.liftweb.http.LiftSession$$anonfun$8.apply(LiftSession.scala:607)
        net.liftweb.http.LiftSession$$anonfun$8.apply(LiftSession.scala:607)
        scala.List.flatMap(List.scala:1132)
        net.liftweb.http.LiftSession.net$liftweb$http$LiftSession$$merge
(LiftSession.scala:607)
        net.liftweb.http.LiftSession$$anonfun$10$$anonfun$apply$30.apply
(LiftSession.scala:717)
        net.liftweb.http.LiftSession$$anonfun$10$$anonfun$apply$30.apply
(LiftSession.scala:714)
        net.liftweb.util.EmptyBox.or(Box.scala:374)
        net.liftweb.http.LiftSession$$anonfun$10.apply(LiftSession.scala:711)
        net.liftweb.http.LiftSession$$anonfun$10.apply(LiftSession.scala:704)
        net.liftweb.util.EmptyBox.or(Box.scala:374)
        net.liftweb.http.LiftSession.processRequest(LiftSession.scala:704)
---SNIP---

Anybody else getting this? Or know what the problem could be?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to