You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Apparao Kalimireddy <ap...@gmail.com> on 2006/12/15 00:03:31 UTC

missing

I got the latest code from trunk and when try to compile by executing "mvn
install",
I get following error. It is not finding
modules\geronimo-naming-builder\src\main\schema\geronimo-module-1.2.xsd

Any help is appreciated.

-Apparao

[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Geronimo :: Naming :: Builder
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
IO Error java.io.FileNotFoundException:
C:\geronimo-dev\trunk\modules\geronimo-n
aming-builder\src\main\schema\geronimo-module-1.2.xsd (The system cannot
find th
e file specified)
Time to build schema type system: 1.859 seconds
BUILD FAILED
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file
C:\geronimo-dev\trunk\modules\geronimo-naming-buil
der\src\main\schema\geronimo-naming-1.2.xsd
xml ErrorLoading config file
C:\geronimo-dev\trunk\modules\geronimo-naming-build
er\src\main\schema\xmlconfig.xml
xml
ErrorC:\geronimo-dev\trunk\modules\geronimo-naming-builder\src\main\schema\g
eronimo-naming-1.2.xsd:29: error: java.io.FileNotFoundException:
C:\geronimo-dev
\trunk\modules\geronimo-naming-builder\src\main\schema\geronimo-
module-1.2.xsd (
The system cannot find the file specified)

Re: missing

Posted by Apparao Kalimireddy <ap...@gmail.com>.
Please see the attached surefire-reports/Test-.... files.
I will try suggestion and let you know.
Thanks
-Apparao

On 12/14/06, David Jencks <da...@yahoo.com> wrote:
>
> I'm not seeing this.
> Can you post the error from the target/surefire-reports/Test-..... file
> for these errors?
>
> Also can you check if there are any timestamped geronimo artifacts in
> ~/.m2/repository/org/apache/geronimo/modules ?
>
> You might try rm -rf ~/.m2/repository/org/apache/geronimo/modules
> and then
> mvn -o clean install
>
> thanks
> david jencks
>
> On Dec 14, 2006, at 3:51 PM, Apparao Kalimireddy wrote:
>
> Tried running bootstrap skipping tests,
> I got the original missing schema file (geronimo-module-1.2.xsd) error
> back:-(.
>
>
> On 12/14/06, Apparao Kalimireddy <ap...@gmail.com> wrote:
> >
> > Thank you. I have tried that and it now failing on tests. Here is the
> > error trace:
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO] Building Geronimo :: Service :: Builder
> > [INFO]    task-segment: [install]
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO] [tools:require-java-version {execution: validate-java-version}]
> > [INFO] [xmlbeans:xmlbeans {execution: default}]
> > [INFO] All schema objects are up to date.
> > [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> > [INFO] [antrun:run {execution: default}]
> > [INFO] Executing tasks
> > [INFO] Executed tasks
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:compile]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test]
> > [INFO] Surefire report directory:
> > C:\geronimo-dev\trunk\modules\geronimo-service
> > -builder\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.geronimo.deployment.service.ServiceConfigBuilderTest
> > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.25 sec
> > <<< FAI
> > LURE!
> > Running org.apache.geronimo.deployment.service.EnvironmentBuilderTest
> > Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.093sec <<< FA
> > ILURE!
> >
> > Results :
> > Tests run: 5, Failures: 0, Errors: 5, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] There are test failures.
> >
> >
>

Re: missing

Posted by David Jencks <da...@yahoo.com>.
I'm not seeing this.

Can you post the error from the target/surefire-reports/Test-.....  
file for these errors?

Also can you check if there are any timestamped geronimo artifacts in  
~/.m2/repository/org/apache/geronimo/modules ?

You might try rm -rf ~/.m2/repository/org/apache/geronimo/modules
and then
mvn -o clean install

thanks
david jencks

On Dec 14, 2006, at 3:51 PM, Apparao Kalimireddy wrote:

> Tried running bootstrap skipping tests,
> I got the original missing schema file (geronimo-module-1.2.xsd)  
> error back:-(.
>
>
> On 12/14/06, Apparao Kalimireddy <ap...@gmail.com> wrote:
> Thank you. I have tried that and it now failing on tests. Here is  
> the error trace:
> [INFO]  
> ---------------------------------------------------------------------- 
> ---
> ---
> [INFO] Building Geronimo :: Service :: Builder
> [INFO]    task-segment: [install]
> [INFO]  
> ---------------------------------------------------------------------- 
> ---
> ---
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> [INFO] All schema objects are up to date.
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [antrun:run {execution: default}]
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report directory: C:\geronimo-dev\trunk\modules 
> \geronimo-service
> -builder\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running  
> org.apache.geronimo.deployment.service.ServiceConfigBuilderTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:  
> 0.25 sec <<< FAI
> LURE!
> Running org.apache.geronimo.deployment.service.EnvironmentBuilderTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed:  
> 0.093 sec <<< FA
> ILURE!
>
> Results :
> Tests run: 5, Failures: 0, Errors: 5, Skipped: 0
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD FAILURE
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] There are test failures.
>
>


Re: missing

Posted by Apparao Kalimireddy <ap...@gmail.com>.
Tried running bootstrap skipping tests,
I got the original missing schema file (geronimo-module-1.2.xsd) error
back:-(.


On 12/14/06, Apparao Kalimireddy <ap...@gmail.com> wrote:
>
> Thank you. I have tried that and it now failing on tests. Here is the
> error trace:
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building Geronimo :: Service :: Builder
> [INFO]    task-segment: [install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> [INFO] All schema objects are up to date.
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] [antrun:run {execution: default}]
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> C:\geronimo-dev\trunk\modules\geronimo-service
> -builder\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.geronimo.deployment.service.ServiceConfigBuilderTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.25 sec
> <<< FAI
> LURE!
> Running org.apache.geronimo.deployment.service.EnvironmentBuilderTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.093 sec
> <<< FA
> ILURE!
>
> Results :
> Tests run: 5, Failures: 0, Errors: 5, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> On 12/14/06, Joe Bohn <jo...@earthlink.net> wrote:
> >
> > Try running a bootstrap first:
> > mvn -Dstage=bootstrap
> >
> > After this you can build the remaining portions of Geronimo with this
> > command:
> > mvn -Dstage=assemble
> >
> > Joe
> >
> >
> > Apparao Kalimireddy wrote:
> > > I got the latest code from trunk and when try to compile by executing
> > > "mvn install",
> > > I get following error. It is not finding
> > > modules\geronimo-naming-builder\src\main\schema\geronimo-
> > module-1.2.xsd
> > >
> > > Any help is appreciated.
> > >
> > > -Apparao
> > >
> > > [INFO]
> > >
> > -------------------------------------------------------------------------
> > > ---
> > > [INFO] Building Geronimo :: Naming :: Builder
> > > [INFO]    task-segment: [install]
> > > [INFO]
> > >
> > -------------------------------------------------------------------------
> > > ---
> > > [INFO] [tools:require-java-version {execution: validate-java-version}]
> >
> > > [INFO] [xmlbeans:xmlbeans {execution: default}]
> > > IO Error java.io.FileNotFoundException:
> > > C:\geronimo-dev\trunk\modules\geronimo-n
> > > aming-builder\src\main\schema\geronimo-module-1.2.xsd (The system
> > cannot
> > > find th
> > > e file specified)
> > > Time to build schema type system: 1.859 seconds
> > > BUILD FAILED
> > > [INFO]
> > >
> > ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> > ------------------------------------------------------------------------
> > > [INFO] XmlBeans compile failed:
> > >  xml ErrorLoading schema file
> > > C:\geronimo-dev\trunk\modules\geronimo-naming-buil
> > > der\src\main\schema\geronimo-naming-1.2.xsd
> > > xml ErrorLoading config file
> > > C:\geronimo-dev\trunk\modules\geronimo-naming-build
> > > er\src\main\schema\xmlconfig.xml
> > > xml
> > >
> > ErrorC:\geronimo-dev\trunk\modules\geronimo-naming-builder\src\main\schema\g
> >
> > > eronimo-naming-1.2.xsd:29: error: java.io.FileNotFoundException:
> > > C:\geronimo-dev
> > > \trunk\modules\geronimo-naming-builder\src\main\schema\geronimo-
> > > module-1.2.xsd (
> > > The system cannot find the file specified)
> > >
> >
>
>

Re: missing

Posted by Apparao Kalimireddy <ap...@gmail.com>.
Thank you. I have tried that and it now failing on tests. Here is the error
trace:
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Geronimo :: Service :: Builder
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory:
C:\geronimo-dev\trunk\modules\geronimo-service
-builder\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.geronimo.deployment.service.ServiceConfigBuilderTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.25 sec <<<
FAI
LURE!
Running org.apache.geronimo.deployment.service.EnvironmentBuilderTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.093 sec
<<< FA
ILURE!

Results :
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

On 12/14/06, Joe Bohn <jo...@earthlink.net> wrote:
>
> Try running a bootstrap first:
> mvn -Dstage=bootstrap
>
> After this you can build the remaining portions of Geronimo with this
> command:
> mvn -Dstage=assemble
>
> Joe
>
>
> Apparao Kalimireddy wrote:
> > I got the latest code from trunk and when try to compile by executing
> > "mvn install",
> > I get following error. It is not finding
> > modules\geronimo-naming-builder\src\main\schema\geronimo- module-1.2.xsd
> >
> > Any help is appreciated.
> >
> > -Apparao
> >
> > [INFO]
> >
> -------------------------------------------------------------------------
> > ---
> > [INFO] Building Geronimo :: Naming :: Builder
> > [INFO]    task-segment: [install]
> > [INFO]
> >
> -------------------------------------------------------------------------
> > ---
> > [INFO] [tools:require-java-version {execution: validate-java-version}]
> > [INFO] [xmlbeans:xmlbeans {execution: default}]
> > IO Error java.io.FileNotFoundException:
> > C:\geronimo-dev\trunk\modules\geronimo-n
> > aming-builder\src\main\schema\geronimo-module-1.2.xsd (The system cannot
> > find th
> > e file specified)
> > Time to build schema type system: 1.859 seconds
> > BUILD FAILED
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] XmlBeans compile failed:
> >  xml ErrorLoading schema file
> > C:\geronimo-dev\trunk\modules\geronimo-naming-buil
> > der\src\main\schema\geronimo-naming-1.2.xsd
> > xml ErrorLoading config file
> > C:\geronimo-dev\trunk\modules\geronimo-naming-build
> > er\src\main\schema\xmlconfig.xml
> > xml
> >
> ErrorC:\geronimo-dev\trunk\modules\geronimo-naming-builder\src\main\schema\g
> > eronimo-naming-1.2.xsd:29: error: java.io.FileNotFoundException:
> > C:\geronimo-dev
> > \trunk\modules\geronimo-naming-builder\src\main\schema\geronimo-
> > module-1.2.xsd (
> > The system cannot find the file specified)
> >
>

Re: missing

Posted by Joe Bohn <jo...@earthlink.net>.
Try running a bootstrap first:
mvn -Dstage=bootstrap

After this you can build the remaining portions of Geronimo with this 
command:
mvn -Dstage=assemble

Joe


Apparao Kalimireddy wrote:
> I got the latest code from trunk and when try to compile by executing 
> "mvn install",
> I get following error. It is not finding 
> modules\geronimo-naming-builder\src\main\schema\geronimo- module-1.2.xsd
> 
> Any help is appreciated.
> 
> -Apparao
> 
> [INFO] 
> -------------------------------------------------------------------------
> ---
> [INFO] Building Geronimo :: Naming :: Builder
> [INFO]    task-segment: [install]
> [INFO] 
> -------------------------------------------------------------------------
> ---
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> IO Error java.io.FileNotFoundException: 
> C:\geronimo-dev\trunk\modules\geronimo-n
> aming-builder\src\main\schema\geronimo-module-1.2.xsd (The system cannot 
> find th
> e file specified)
> Time to build schema type system: 1.859 seconds
> BUILD FAILED
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] XmlBeans compile failed:
>  xml ErrorLoading schema file 
> C:\geronimo-dev\trunk\modules\geronimo-naming-buil
> der\src\main\schema\geronimo-naming-1.2.xsd
> xml ErrorLoading config file 
> C:\geronimo-dev\trunk\modules\geronimo-naming-build
> er\src\main\schema\xmlconfig.xml
> xml 
> ErrorC:\geronimo-dev\trunk\modules\geronimo-naming-builder\src\main\schema\g
> eronimo-naming-1.2.xsd:29: error: java.io.FileNotFoundException: 
> C:\geronimo-dev
> \trunk\modules\geronimo-naming-builder\src\main\schema\geronimo- 
> module-1.2.xsd (
> The system cannot find the file specified)
>