Advertisement
ManZzup

is error

Apr 29th, 2016
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Reactor Summary:
  3. [INFO]
  4. [INFO] WSO2 Identity Server .............................. SUCCESS [1.282s]
  5. [INFO] org.wso2.carbon.is.migrate.client ................. SUCCESS [11.516s]
  6. [INFO] WSO2 Identity Server Styles Parent ................ SUCCESS [0.245s]
  7. [INFO] Identity Server: UI styles ........................ SUCCESS [2.399s]
  8. [INFO] WSO2 IS - Features Aggregator Module .............. SUCCESS [0.158s]
  9. [INFO] WSO2 IS - Style Features .......................... SUCCESS [2.507s]
  10. [INFO] WSO2 IS - Utils Features .......................... SUCCESS [2.738s]
  11. [INFO] WSO2 Carbon - Identity UI Feature ................. SUCCESS [2.286s]
  12. [INFO] WSO2 IS - IS Profile Generation ................... FAILURE [8:35.558s]
  13. [INFO] Identity Server ................................... SKIPPED
  14. [INFO] Identity Server : Samples ......................... SKIPPED
  15. [INFO] Identity Server : User Mgt Samples ................ SKIPPED
  16. [INFO] Samples/Remote User Management .................... SKIPPED
  17. [INFO] Identity Server : SCIM Samples .................... SKIPPED
  18. [INFO] scim-provisioning ................................. SKIPPED
  19. [INFO] Identity Server : OAuth 1.0a samples with Identity Server SKIPPED
  20. [INFO] WSO2 Carbon - OAuth10a Resource Owner Equivalent .. SKIPPED
  21. [INFO] Identity Server : OAuth2.0 Samples with Identity Server 5.2.0 SKIPPED
  22. [INFO] OAuth 2.0 Playground App with WSO2 Identity Server 5.2.0 SKIPPED
  23. [INFO] OAuth 2.0 Custom Grant ............................ SKIPPED
  24. [INFO] Identity Server : SSO Samples ..................... SKIPPED
  25. [INFO] Travelocity.COM ServiceProvider / RelyingParty Webapp SKIPPED
  26. [INFO] Identity Server : XACML Samples ................... SKIPPED
  27. [INFO] Identity Server : STS Samples ..................... SKIPPED
  28. [INFO] STS Client ........................................ SKIPPED
  29. [INFO] Identity Server : Passive STS Samples ............. SKIPPED
  30. [INFO] PassiveSTSSample .................................. SKIPPED
  31. [INFO] org.wso2.identity.passivests.filter ............... SKIPPED
  32. [INFO] PassiveSTSSampleApp ............................... SKIPPED
  33. [INFO] Identity Server : InfoRecoverySample Maven Webapp . SKIPPED
  34. [INFO] InfoRecoverySample Maven Webapp ................... SKIPPED
  35. [INFO] Identity Server : Workflow Samples ................ SKIPPED
  36. [INFO] sample-handler .................................... SKIPPED
  37. [INFO] Identity Server Integration Tests ................. SKIPPED
  38. [INFO] WSO2 IS - Integration Test Admin Clients Module ... SKIPPED
  39. [INFO] WSO2 IS - Integration UI Pages Module ............. SKIPPED
  40. [INFO] WSO2 IS - Integration Test Utils Module ........... SKIPPED
  41. [INFO] WSO2 Identity Integration Test Common ............. SKIPPED
  42. [INFO] Identity Test Back-end Module ..................... SKIPPED
  43. [INFO] org.wso2.identity.integration.test ................ SKIPPED
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] BUILD FAILURE
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Total time: 9:01.413s
  48. [INFO] Finished at: Fri Apr 29 13:51:01 IST 2016
  49. [INFO] Final Memory: 51M/272M
  50. [INFO] ------------------------------------------------------------------------
  51. [ERROR] Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.5.4:materialize-product (creating-is-profile) on project identity-profile-gen: Cannot generate P2 metadata: P2 publisher return code was 13 -> [Help 1]
  52. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.5.4:materialize-product (creating-is-profile) on project identity-profile-gen: Cannot generate P2 metadata
  53. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
  54. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  55. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  56. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  57. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  58. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  59. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  60. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  61. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  62. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  63. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  64. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:606)
  69. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  70. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  71. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  72. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  73. Caused by: org.apache.maven.plugin.MojoExecutionException: Cannot generate P2 metadata
  74. at org.wso2.maven.p2.MaterializeProductMojo.execute(MaterializeProductMojo.java:106)
  75. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  76. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  77. ... 19 more
  78. Caused by: org.apache.maven.plugin.MojoFailureException: P2 publisher return code was 13
  79. at org.wso2.maven.p2.MaterializeProductMojo.deployRepository(MaterializeProductMojo.java:182)
  80. at org.wso2.maven.p2.MaterializeProductMojo.execute(MaterializeProductMojo.java:101)
  81. ... 21 more
  82. [ERROR]
  83. [ERROR]
  84. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  85. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  86. [ERROR]
  87. [ERROR] After correcting the problems, you can resume the build with the command
  88. [ERROR] mvn <goals> -rf :identity-profile-gen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement