Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Aug 12th, 2011  |  syntax: None  |  size: 11.16 KB  |  views: 63  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [dward:camel-service](master)$ mvn -e clean install deploy
  2. [INFO] Error stacktraces are turned on.
  3. [INFO] Scanning for projects...
  4. [INFO]                                                                        
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Quickstart : Camel Service 0.2.0-SNAPSHOT
  7. [INFO] ------------------------------------------------------------------------
  8. [WARNING] Could not transfer metadata org.apache.commons:commons-cli:2.0-SNAPSHOT/maven-metadata.xml from/to apache.m1 (http://people.apache.org/repo/m1-snapshot-repository/): No connector available to access repository apache.m1 (http://people.apache.org/repo/m1-snapshot-repository/) of type legacy using the available factories WagonRepositoryConnectorFactory
  9. [WARNING] The POM for rome:rome:jar:0.9 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  10. [INFO]
  11. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstarts-camel-service ---
  12. [INFO]
  13. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstarts-camel-service ---
  14. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  15. [INFO] Copying 2 resources
  16. [INFO]
  17. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstarts-camel-service ---
  18. [INFO] Compiling 2 source files to /data/dev/github/jboss-switchyard/quickstarts/camel-service/target/classes
  19. [INFO]
  20. [INFO] --- switchyard-plugin:0.2.0-SNAPSHOT:configure (default) @ switchyard-quickstarts-camel-service ---
  21. [INFO]
  22. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstarts-camel-service ---
  23. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  24. [INFO] skip non existing resourceDirectory /data/dev/github/jboss-switchyard/quickstarts/camel-service/src/test/resources
  25. [INFO]
  26. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstarts-camel-service ---
  27. [INFO] Compiling 1 source file to /data/dev/github/jboss-switchyard/quickstarts/camel-service/target/test-classes
  28. [INFO]
  29. [INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstarts-camel-service ---
  30. [INFO] Surefire report directory: /data/dev/github/jboss-switchyard/quickstarts/camel-service/target/surefire-reports
  31.  
  32. -------------------------------------------------------
  33.  T E S T S
  34. -------------------------------------------------------
  35. Running org.switchyard.quickstarts.camel.service.CamelServiceTest
  36. 25 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
  37. 49 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
  38. 606 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
  39. 606 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
  40. 12:52:59,917 INFO  [converter.AnnotationTypeConverterLoader] Found 5 packages with 17 @Converter classes to load
  41. 12:52:59,944 INFO  [converter.DefaultTypeConverter] Loaded 163 type converters in 0.505 seconds
  42. 12:52:59,968 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is starting
  43. 12:52:59,968 INFO  [impl.DefaultCamelContext] JMX enabled. Using ManagedManagementStrategy.
  44. 12:53:00,574 INFO  [converter.AnnotationTypeConverterLoader] Found 5 packages with 17 @Converter classes to load
  45. 12:53:00,614 INFO  [converter.DefaultTypeConverter] Loaded 163 type converters in 0.450 seconds
  46. 12:53:00,683 INFO  [impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
  47. 12:53:00,684 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) started in 0.715 seconds
  48. 12:53:01,170 INFO  [impl.DefaultCamelContext] Route: route1 started and consuming from: Endpoint[switchyard://JavaDSL?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
  49. 12:53:01,175 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is starting
  50. 12:53:01,175 INFO  [impl.DefaultCamelContext] Total 1 routes, of which 1 is started.
  51. 12:53:01,175 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) started in 0.000 seconds
  52. 12:53:01,231 INFO  [impl.DefaultCamelContext] Route: route2 started and consuming from: Endpoint[switchyard://XMLService?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
  53. 12:53:01,267 INFO  [route1] Message received in Java DSL Route
  54. 12:53:01,270 INFO  [route1]
  55. bob: Hello there!
  56. sally: I like cheese
  57. fred: Math makes me sleepy
  58. bob: E pluribus unum
  59. sally: And milk too
  60. bob: Four score and seven years
  61. sally: Actually, any kind of dairy is OK in my book
  62.  
  63. 12:53:01,285 INFO  [route2] Inside XML Camel Route
  64. 12:53:01,286 INFO  [route2] [message] 'sally: I like cheese'
  65. 12:53:01,287 INFO  [route2] Inside XML Camel Route
  66. 12:53:01,287 INFO  [route2] [message] 'sally: And milk too'
  67. 12:53:01,288 INFO  [route2] Inside XML Camel Route
  68. 12:53:01,288 INFO  [route2] [message] 'sally: Actually, any kind of dairy is OK in my book'
  69. 12:53:01,291 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext:camel-2) is shutting down
  70. 12:53:01,292 INFO  [impl.DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 300 seconds)
  71. 12:53:01,296 INFO  [impl.DefaultShutdownStrategy] Route: route2 shutdown complete, was consuming from: Endpoint[switchyard://XMLService?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
  72. 12:53:01,296 INFO  [impl.DefaultShutdownStrategy] Route: route1 shutdown complete, was consuming from: Endpoint[switchyard://JavaDSL?namespace=urn%3Aswitchyard-quickstart%3Acamel-service%3A0.1.0]
  73. 12:53:01,296 INFO  [impl.DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
  74. 12:53:01,298 INFO  [impl.DefaultInflightRepository] Shutting down with no inflight exchanges.
  75. 12:53:01,299 INFO  [impl.DefaultCamelContext] Uptime: 0.123 seconds
  76. 12:53:01,299 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is shutdown in 0.007 seconds
  77. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.553 sec
  78.  
  79. Results :
  80.  
  81. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  82.  
  83. [INFO]
  84. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstarts-camel-service ---
  85. [INFO] Building jar: /data/dev/github/jboss-switchyard/quickstarts/camel-service/target/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar
  86. [INFO]
  87. [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ switchyard-quickstarts-camel-service ---
  88. [INFO]
  89. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstarts-camel-service ---
  90. [INFO] Installing /data/dev/github/jboss-switchyard/quickstarts/camel-service/target/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar to /home/dward/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-service/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar
  91. [INFO] Installing /data/dev/github/jboss-switchyard/quickstarts/camel-service/pom.xml to /home/dward/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-service/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.pom
  92. [INFO]
  93. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstarts-camel-service ---
  94. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  95. [INFO] Copying 2 resources
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] BUILD FAILURE
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO] Total time: 12.282s
  100. [INFO] Finished at: Fri Aug 12 12:53:02 EDT 2011
  101. [INFO] Final Memory: 30M/289M
  102. [INFO] ------------------------------------------------------------------------
  103. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) on project switchyard-quickstarts-camel-service: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed. NullPointerException -> [Help 1]
  104. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) on project switchyard-quickstarts-camel-service: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed.
  105.         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
  106.         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  107.         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  108.         at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  109.         at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  110.         at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  111.         at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  112.         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
  113.         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  114.         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  115.         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  116.         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  117.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  118.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  119.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  120.         at java.lang.reflect.Method.invoke(Method.java:597)
  121.         at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  122.         at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  123.         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  124.         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  125. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed.
  126.         at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
  127.         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  128.         ... 19 more
  129. Caused by: java.lang.NullPointerException
  130.         at java.io.File.<init>(File.java:222)
  131.         at org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering.filterResources(DefaultMavenResourcesFiltering.java:200)
  132.         at org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo.java:265)
  133.         at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  134.         ... 20 more
  135. [ERROR]
  136. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  137. [ERROR]
  138. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  139. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
clone this paste RAW Paste Data