You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Krishnakumar B <ww...@gmail.com> on 2006/12/06 15:18:02 UTC

Error when building geronimo 2.0

hi,

The build fails in jetty6 builder module with following error

Time to build schema type system: 1.011 seconds
BUILD FAILED
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file C:\g20\modules\geronimo-jetty6-builder\src\main\sc
hema\geronimo-jetty-1.2.xsd
xml ErrorLoading schema file C:\g20\modules\geronimo-jetty6-builder\src\main\sch
ema\geronimo-jetty-config-1.0.xsd
xml ErrorLoading config file C:\g20\modules\geronimo-jetty6-builder\src\main\sch
ema\xmlconfig.xml
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:32: error: java.io.FileNotFoundException: C:\g20\modules\geronimo-jetty6-
builder\src\main\schema\geronimo-naming-1.2.xsd (The system cannot find the file
 specified)
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:34: error: java.io.FileNotFoundException: C:\g20\modules\geronimo-jetty6-
builder\src\main\schema\geronimo-application-1.2.xsd (The system cannot find the
 file specified)
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:35: error: java.io.FileNotFoundException: C:\g20\modules\geronimo-jetty6-
builder\src\main\schema\geronimo-module-1.2.xsd (The system cannot find the file
 specified)
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:42: error: src-resolve: element 'environment@http://geronimo.apache.org/x
ml/ns/deployment-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:46: error: src-resolve: element 'clustering@http://geronimo.apache.org/xm
l/ns/j2ee/application-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:48: error: src-resolve: element 'web-container@http://geronimo.apache.org
/xml/ns/naming-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:54: error: src-resolve: model group 'jndiEnvironmentRefsGroup@http://gero
nimo.apache.org/xml/ns/naming-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:55: error: src-resolve: element 'message-destination@http://geronimo.apac
he.org/xml/ns/naming-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:59: error: src-resolve: element 'security@http://geronimo.apache.org/xml/
ns/j2ee/application-1.2' not found.
xml ErrorC:\g20\modules\geronimo-jetty6-builder\src\main\schema\geronimo-jetty-1
.2.xsd:62: error: src-resolve: element 'service@http://geronimo.apache.org/xml/n
s/deployment-1.2' not found.

Regards
Krish