Hi,
I have similar problem, what I do is to download the corresponding xsd
files to local and change all references to local file.
Regards
Lei Wang
2011/4/29 Christian Bruckhoff <[email protected]>
> Hi.
>
> The last days ODE sometimes doesn't deploy my processes, because
> http://www.w3.org/2001/xml.xsd couldn't be reached. Because of the
> HTTP-503-Error sent by the server ODE crashes with the error at the end of
> the mail. Is there a way to fix this? I am using Tomcat 7.0.0 and ODE 2.0
> Beta2.
>
> Regards
> Christian
>
> -----
>
> ERROR - GeronimoLog.error(108) | java.lang.RuntimeException:
> org.apache.ws.commons.schema.XmlSchemaException: Server returned HTTP
> response code: 503 for URL: http://www.w3.org/2001/xml.xsd
> java.lang.RuntimeException: java.lang.RuntimeException:
> org.apache.ws.commons.schema.XmlSchemaException: Server returned HTTP
> response code: 503 for URL: http://www.w3.org/2001/xml.xsd
> at
> org.apache.ws.commons.schema.SchemaBuilder.resolveXmlSchema(SchemaBuilder.java:1841)
> at
> org.apache.ws.commons.schema.SchemaBuilder.handleImport(SchemaBuilder.java:1577)
> at
> org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:186)
> at
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:431)
> at
> org.apache.ode.axis2.hooks.ODEAxisService$WSDL11ToAxisPatchedBuilder.getXMLSchema(ODEAxisService.java:317)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.copyExtensibleElements(WSDL11ToAxisServiceBuilder.java:2320)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.processTypes(WSDL11ToAxisServiceBuilder.java:414)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.processTypes(WSDL11ToAxisServiceBuilder.java:431)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.processTypes(WSDL11ToAxisServiceBuilder.java:403)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:347)
> at
> org.apache.ode.axis2.hooks.ODEAxisService.createService(ODEAxisService.java:82)
> at org.apache.ode.axis2.ODEServer.createService(ODEServer.java:327)
> at
> org.apache.ode.axis2.BindingContextImpl.activateMyRoleEndpoint(BindingContextImpl.java:59)
> at
> org.apache.ode.bpel.engine.ODEProcess.activate(ODEProcess.java:725)
> at
> org.apache.ode.bpel.engine.BpelServerImpl.register(BpelServerImpl.java:380)
> at org.apache.ode.axis2.ODEServer.handleEvent(ODEServer.java:626)
> at org.apache.ode.axis2.ODEServer.access$100(ODEServer.java:91)
> at
> org.apache.ode.axis2.ODEServer$ProcessStoreListenerImpl.onProcessStoreEvent(ODEServer.java:613)
> at
> org.apache.ode.store.ProcessStoreImpl.fireEvent(ProcessStoreImpl.java:517)
> at
> org.apache.ode.store.ProcessStoreImpl.fireStateChange(ProcessStoreImpl.java:523)
> at
> org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:301)
> at
> org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> at
> org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> at
> org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> Caused by: java.lang.RuntimeException:
> org.apache.ws.commons.schema.XmlSchemaException: Server returned HTTP
> response code: 503 for URL: http://www.w3.org/2001/xml.xsd
> at
> org.apache.ws.commons.schema.SchemaBuilder.resolveXmlSchema(SchemaBuilder.java:1841)
> at
> org.apache.ws.commons.schema.SchemaBuilder.handleImport(SchemaBuilder.java:1577)
> at
> org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:186)
> at
> org.apache.ws.commons.schema.SchemaBuilder.build(SchemaBuilder.java:83)
> at
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:424)
> at
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:347)
> at
> org.apache.ws.commons.schema.SchemaBuilder.resolveXmlSchema(SchemaBuilder.java:1839)
> ... 23 more
> Caused by: org.apache.ws.commons.schema.XmlSchemaException: Server returned
> HTTP response code: 503 for URL: http://www.w3.org/2001/xml.xsd
> at
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:351)
> at
> org.apache.ws.commons.schema.SchemaBuilder.resolveXmlSchema(SchemaBuilder.java:1839)
> ... 29 more
>