Hi,
     I have the same error when my computer doesn't have an internet
connection. I fixed the problem adding de following argument in the owfe.bat
file:

"%JAVA_HOME%\bin\java" -Dorg.mortbay.xml.XmlParser.NotValidating=true
-Dapp=%APP% %ENCODING% %CIS_DEBUG% -Dlog4j.configuration="%LOGCONF%"
%SECURITY% %JYTHON% %CLASS% "%CONF%"

Luciano.


van wrote:
> 
> Hi,
>       I have downloaded the latest openwfe 1.7.2 and installed in my local
> machine. When i  run the owfe-suite.bat file , webclient console and wfd
> server console giving exception messages.
> i am using  j2sdk1.4.2 and windows 2000.
> 
> this is the error log
> 
> 2006-12-20 11:53:24,859 WARN  org.mortbay.xml.XmlParser -
> [EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd line:101 col:46 :
> org.xml.sax.SAXParseException: src-include.0: Failed to read included
> schema document 'jsp_2_0.xsd'.
> 2006-12-20 11:53:24,890 WARN  org.mortbay.xml.XmlParser -
> [EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd line:1138 col:34 
> :
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'j2ee:jsp-configType' to a(n) type definition component.
> 2006-12-20 11:53:24,890 WARN  org.mortbay.xml.XmlParser -
> [EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd line:922 col:34 :
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'j2ee:jsp-fileType' to a(n) type definition component.
> 2006-12-20 11:53:24,921 WARN 
> org.mortbay.jetty.servlet.WebApplicationContext - Configuration error on
> .\webapps/webclient/
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'j2ee:jsp-configType' to a(n) type definition component.
>       at
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> Source)
>       at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
>       at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaError(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.getGlobalDecl(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseLocal(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.traverseLocalElements(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
>       at 
> org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
>       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
>       at
> org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at org.mortbay.http.HttpServer.doStart(HttpServer.java:726)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at
> openwfe.org.webserver.ExtendedJettyWebService$1.run(ExtendedJettyWebService.java:208)
> 2006-12-20 11:53:24,921 INFO  org.mortbay.http.SocketListener - Started
> SocketListener on 0.0.0.0:7080
> 2006-12-20 11:53:24,921 WARN  openwfe.org.webserver.JettyWebService -
> Failed to start webserver
> org.mortbay.util.MultiException[org.xml.sax.SAXParseException:
> src-resolve: Cannot resolve the name 'j2ee:jsp-configType' to a(n) type
> definition component., org.xml.sax.SAXParseException: src-resolve: Cannot
> resolve the name 'j2ee:jsp-configType' to a(n) type definition component.]
>       at org.mortbay.http.HttpServer.doStart(HttpServer.java:704)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at
> openwfe.org.webserver.ExtendedJettyWebService$1.run(ExtendedJettyWebService.java:208)
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'j2ee:jsp-configType' to a(n) type definition component.
>       at
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> Source)
>       at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
>       at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaError(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.getGlobalDecl(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseLocal(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.traverseLocalElements(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
>       at 
> org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
>       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
>       at
> org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at org.mortbay.http.HttpServer.doStart(HttpServer.java:726)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at
> openwfe.org.webserver.ExtendedJettyWebService$1.run(ExtendedJettyWebService.java:208)
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'j2ee:jsp-configType' to a(n) type definition component.
>       at
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> Source)
>       at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
>       at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaError(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.getGlobalDecl(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDElementTraverser.traverseLocal(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.traversers.XSDHandler.traverseLocalElements(Unknown
> Source)
>       at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
>       at 
> org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown
> Source)
>       at
> org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown
> Source)
>       at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
>       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
>       at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
>       at
> org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
>       at
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at org.mortbay.http.HttpServer.doStart(HttpServer.java:726)
>       at org.mortbay.util.Container.start(Container.java:72)
>       at
> openwfe.org.webserver.ExtendedJettyWebService$1.run(ExtendedJettyWebService.java:208)
> 
> Could anyone please help ?
> 
> - Van
> 

-- 
View this message in context: 
http://www.nabble.com/Couldn%27t-start-the-webclient-and-wfd-server-%28openwfe-1.7.2%29-tf2857922.html#a8409428
Sent from the OpenWFE-users mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFE users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwfe-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to