You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Sean Kang (JIRA)" <ju...@ws.apache.org> on 2011/09/13 02:55:14 UTC

[jira] [Created] (JUDDI-525) uddi-tck fails to complete install

uddi-tck fails to complete install 
-----------------------------------

                 Key: JUDDI-525
                 URL: https://issues.apache.org/jira/browse/JUDDI-525
             Project: jUDDI
          Issue Type: Bug
          Components: uddi-tck
    Affects Versions: 3.1.0
         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
            Reporter: Sean Kang
            Assignee: Kurt T Stam


uddi-tck fails to install

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building UDDI TCK Tests 3.1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
[INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
uddi-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
tck ---
[INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
classes
[INFO]
[INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
[WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
ot find matching referal for *
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
[INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
[INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
juddi-tomcat-3.1.0.zip
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
[INFO] Executing tasks
    [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
.zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
     [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
t-3.1.0\conf
     [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
t-3.1.0\webapps\juddiv3\WEB-INF\classes
[INFO] Executed tasks
[INFO]
[INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.966s
[INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
[INFO] Final Memory: 13M/33M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
(start-container) on project uddi-tck: Execution start-container of goal org.cod
ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
ons/logging/Log
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
[ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
t-3.8.1.jar
[ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
exus-utils/1.4.7/plexus-utils-1.4.7.jar
[ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
[ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
go-core-api-container/1.0/cargo-core-api-container-1.0.jar



I tried to fix this by putting this into the pom.xml

		
		<dependency>
	        <groupId>commons-logging</groupId>
	        <artifactId>commons-logging</artifactId>
		    <version>1.1.1</version>
    	       </dependency>

But it does not affect it.

I dont know enough about the cargo maven plugin to fix this.




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JUDDI-525) uddi-tck fails to complete install

Posted by "Sean Kang (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104652#comment-13104652 ] 

Sean Kang commented on JUDDI-525:
---------------------------------

I dont have access to Windows XP, just Windows 7 Enterprise.   This jUDDI project does not try to ensure compatibility with Windows7?

> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JUDDI-525) uddi-tck fails to complete install

Posted by "Kurt T Stam (Resolved) (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam resolved JUDDI-525.
-------------------------------

    Resolution: Cannot Reproduce

We don't seem to be able to reproduce this issue
                
> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JUDDI-525) uddi-tck fails to complete install

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103730#comment-13103730 ] 

Kurt T Stam commented on JUDDI-525:
-----------------------------------

Can you run with mvn -X and attach the output? thx --Kurt

> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JUDDI-525) uddi-tck fails to complete install

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104667#comment-13104667 ] 

Kurt T Stam commented on JUDDI-525:
-----------------------------------

All the code is in Java so in theory it should run on all platforms. With some file system interactions it can be that the underlying OS matters (with things like path separators). Cargo missing a class (or jar) seems not like an OS related issue, but to make sure Tom ran with XP and it is even more unlikely windows7 and XP would yield different results. So we simply cannot reproduce this issue.. I'm afraid you are the only one who would be able to figure out what is going on since you seem to have the only system where it fails. To be honest I have no clue why the maven cargo plugin wouldn't simply pull in what it needs.. enlighten us :).

Cheers,

--Kurt

> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JUDDI-525) uddi-tck fails to complete install

Posted by "Kurt T Stam (Closed) (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-525.
-----------------------------

    
> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JUDDI-525) uddi-tck fails to complete install

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104576#comment-13104576 ] 

Tom Cunningham commented on JUDDI-525:
--------------------------------------

Successfully ran this yesterday with Windows XP, maven 3.0.3, java 1.6.0_18

> uddi-tck fails to complete install 
> -----------------------------------
>
>                 Key: JUDDI-525
>                 URL: https://issues.apache.org/jira/browse/JUDDI-525
>             Project: jUDDI
>          Issue Type: Bug
>          Components: uddi-tck
>    Affects Versions: 3.1.0
>         Environment: windows 7 enterprise 32, maven 3.0.3, java 1.6.0._22 b04 mixed mode.
>            Reporter: Sean Kang
>            Assignee: Kurt T Stam
>
> uddi-tck fails to install
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building UDDI TCK Tests 3.1.0
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uddi-tck ---
> [INFO] Deleting C:\DEV\src\juddi-3.1.0\uddi-tck\target
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uddi-tck ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
> .velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ uddi-tck
>  ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ uddi-tck ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
> uddi-tck ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ uddi-
> tck ---
> [INFO] Compiling 20 source files to C:\DEV\src\juddi-3.1.0\uddi-tck\target\test-
> classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.4:test (default-test) @ uddi-tck ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-bundle-plugin:2.0.0:bundle (default-bundle) @ uddi-tck ---
> [WARNING] Warning building bundle org.apache.juddi:uddi-tck:bundle:3.1.0 : Did n
> ot find matching referal for *
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ uddi-tck ---
> [INFO] Configured Artifact: org.apache.juddi:juddi-tomcat:3.1.0:zip
> [INFO] Copying juddi-tomcat-3.1.0.zip to C:\DEV\src\juddi-3.1.0\uddi-tck\target\
> juddi-tomcat-3.1.0.zip
> [INFO]
> [INFO] --- maven-antrun-plugin:1.3:run (test) @ uddi-tck ---
> [INFO] Executing tasks
>     [unzip] Expanding: C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomcat-3.1.0
> .zip into C:\DEV\src\juddi-3.1.0\uddi-tck\target
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\conf
>      [copy] Copying 1 file to C:\DEV\src\juddi-3.1.0\uddi-tck\target\juddi-tomca
> t-3.1.0\webapps\juddiv3\WEB-INF\classes
> [INFO] Executed tasks
> [INFO]
> [INFO] --- cargo-maven2-plugin:1.0:start (start-container) @ uddi-tck ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10.966s
> [INFO] Finished at: Mon Sep 12 17:47:00 PDT 2011
> [INFO] Final Memory: 13M/33M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.0:start
> (start-container) on project uddi-tck: Execution start-container of goal org.cod
> ehaus.cargo:cargo-maven2-plugin:1.0:start failed: A required class was missing w
> hile executing org.codehaus.cargo:cargo-maven2-plugin:1.0:start: org/apache/comm
> ons/logging/Log
> [ERROR] -----------------------------------------------------
> [ERROR] realm =    plugin>org.codehaus.cargo:cargo-maven2-plugin:1.0
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-maven2-plugin/1.0/cargo-maven2-plugin-1.0.jar
> [ERROR] urls[1] = file:/C:/Users/sean.kang/.m2/repository/junit/junit/3.8.1/juni
> t-3.8.1.jar
> [ERROR] urls[2] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/plexus/pl
> exus-utils/1.4.7/plexus-utils-1.4.7.jar
> [ERROR] urls[3] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-generic/1.0/cargo-core-api-generic-1.0.jar
> [ERROR] urls[4] = file:/C:/Users/sean.kang/.m2/repository/org/codehaus/cargo/car
> go-core-api-container/1.0/cargo-core-api-container-1.0.jar
> I tried to fix this by putting this into the pom.xml
> 		
> 		<dependency>
> 	        <groupId>commons-logging</groupId>
> 	        <artifactId>commons-logging</artifactId>
> 		    <version>1.1.1</version>
>     	       </dependency>
> But it does not affect it.
> I dont know enough about the cargo maven plugin to fix this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira