Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. Setting up schema and importing dump from ci server (using DataPump)...
  2. [INFO] Error stacktraces are turned on.
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building salog.db.setup-scripts 3.3.0.0-SNAPSHOT
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO]
  9. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ salog.db.setup-scripts ---
  10. [INFO] Deleting C:\Users\IPAPROTA\workspace_TRUNK\svn\db\setup-scripts\target
  11. [INFO]
  12. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ salog.db.setup-scripts ---
  13. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  14. [INFO] Copying 172 resources
  15. [INFO]
  16. [INFO] --- maven-replacer-plugin:1.4.1:replace (10-replace) @ salog.db.setup-scripts ---
  17. [INFO] Replacement run on 172 files.
  18. [INFO]
  19. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ salog.db.setup-scripts ---
  20. [INFO] No sources to compile
  21. [INFO]
  22. [INFO] --- sql-maven-plugin:1.4:execute (10-drop) @ salog.db.setup-scripts ---
  23. [INFO] Executing file: C:\Users\IPAPROTA\workspace_TRUNK\svn\db\setup-scripts\target\classes\SALOG_Drop_User_Objects_1.sql
  24. [INFO] 1 of 1 SQL statements executed successfully
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ salog.db.setup-scripts ---
  27. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  28. [INFO] skip non existing resourceDirectory C:\Users\IPAPROTA\workspace_TRUNK\svn\db\setup-scripts\src\test\resources
  29. [INFO]
  30. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ salog.db.setup-scripts ---
  31. [INFO] No sources to compile
  32. [INFO]
  33. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ salog.db.setup-scripts ---
  34. [INFO] Tests are skipped.
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] BUILD SUCCESS
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Total time: 6.230s
  39. [INFO] Finished at: Fri Mar 04 14:26:09 CET 2016
  40. [INFO] Final Memory: 17M/290M
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] Error stacktraces are turned on.
  43. [INFO] Scanning for projects...
  44. [INFO]
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Building salog.db.data.import-dump 3.3.0.0-SNAPSHOT
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO]
  49. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ salog.db.data.import-dump ---
  50. [INFO] Deleting C:\Users\IPAPROTA\workspace_TRUNK\svn\db\data\import-dump\target
  51. [INFO]
  52. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ salog.db.data.import-dump ---
  53. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  54. [INFO] Copying 1 resource
  55. [INFO]
  56. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ salog.db.data.import-dump ---
  57. [INFO] Nothing to compile - all classes are up to date
  58. [INFO]
  59. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ salog.db.data.import-dump ---
  60. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  61. [INFO] skip non existing resourceDirectory C:\Users\IPAPROTA\workspace_TRUNK\svn\db\data\import-dump\src\test\resources
  62. [INFO]
  63. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ salog.db.data.import-dump ---
  64. [INFO] No sources to compile
  65. [INFO]
  66. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ salog.db.data.import-dump ---
  67. [INFO] Tests are skipped.
  68. [INFO]
  69. [INFO] >>> exec-maven-plugin:1.2.1:java (10-impdp-dump-file) @ salog.db.data.import-dump >>>
  70. [INFO]
  71. [INFO] <<< exec-maven-plugin:1.2.1:java (10-impdp-dump-file) @ salog.db.data.import-dump <<<
  72. [INFO]
  73. [INFO] --- exec-maven-plugin:1.2.1:java (10-impdp-dump-file) @ salog.db.data.import-dump ---
  74.  
  75. ##### Parameters ##################
  76. dumpVfsUrl=tgz:http://sikinos.int.kn:8091/job/exportdp_FD_and_RC_schemas_SALD2/SOURCE_SCHEMA_NAME=DEVTEST3_DB,node=naxos/lastSuccessfulBuild/artifact/DEVTEST3_DB.dmp.tgz
  77. targetUsername=SALOG
  78. targetPassword=SALOG
  79. targetJdbcUrl=jdbc:oracle:thin:@localhost:1521:XE
  80. targetConnectString=SALOG/SALOG@//localhost:1521/XE
  81. targetSchema=SALOG
  82. targetTablespace=USERS
  83. dpDirName=DPD_SALOG
  84. tempDir=C:\Users\IPAPROTA\AppData\Local\Temp\DBIDDP7503087854862280961
  85. tempDirPathDb=C:\Users\IPAPROTA\AppData\Local\Temp\DBIDDP7503087854862280961
  86.  
  87. ##### Copying/Extracting dump ##################
  88. metadataFile=C:\Users\IPAPROTA\AppData\Local\Temp\DBIDDP7503087854862280961\metadata.properties
  89. sourceSchema=DEVTEST3_DB
  90. dumpFilePattern=DEVTEST3_DB%U.dmp
  91.  
  92. ##### Creating datapump directory object ##################
  93. sqlplus
  94. -L
  95. -S
  96. SALOG/SALOG@//localhost:1521/XE
  97. @statements.sql
  98.  
  99. Directory created.
  100.  
  101.  
  102. System altered.
  103.  
  104. Process exit code: 0
  105.  
  106. ##### Analyzing dump ##################
  107. impdp
  108. SALOG/SALOG@//localhost:1521/XE
  109. DUMPFILE=DEVTEST3_DB%U.dmp
  110. DIRECTORY=DPD_SALOG
  111. SCHEMAS=DEVTEST3_DB
  112. SQLFILE=impdp.sql
  113. Process exit code: 5
  114. [WARNING]
  115. java.lang.reflect.InvocationTargetException
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  119. at java.lang.reflect.Method.invoke(Method.java:497)
  120. at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
  121. at java.lang.Thread.run(Thread.java:745)
  122. Caused by: java.lang.Exception: Analyzing dump failed
  123. at com.kn.atlasx4apps.db.insertdata.Util.runCommand(Util.java:137)
  124. at com.kn.atlasx4apps.db.insertdata.DBImportDumpDp.impDpAnalyzeDump(DBImportDumpDp.java:217)
  125. at com.kn.atlasx4apps.db.insertdata.DBImportDumpDp.main(DBImportDumpDp.java:42)
  126. ... 6 more
  127. [INFO] ------------------------------------------------------------------------
  128. [INFO] BUILD FAILURE
  129. [INFO] ------------------------------------------------------------------------
  130. [INFO] Total time: 20:06.866s
  131. [INFO] Finished at: Fri Mar 04 14:46:17 CET 2016
  132. [INFO] Final Memory: 14M/265M
  133. [INFO] ------------------------------------------------------------------------
  134. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (10-impdp-dump-file) on project salog.db.data.import-dump: An exception occured while executing the Java class. null: InvocationTargetException: Analyzing dump failed -> [Help 1]
  135. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (10-impdp-dump-file) on project salog.db.data.import-dump: An exception occured while executing the Java class. null
  136. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
  137. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  138. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  139. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  140. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  141. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  142. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  143. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  144. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  145. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  146. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  147. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  148. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  149. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  150. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  151. at java.lang.reflect.Method.invoke(Method.java:497)
  152. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  153. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  154. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  155. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  156. Caused by: org.apache.maven.plugin.MojoExecutionException: An exception occured while executing the Java class. null
  157. at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:352)
  158. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  159. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  160. ... 19 more
  161. Caused by: java.lang.reflect.InvocationTargetException
  162. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  163. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  164. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  165. at java.lang.reflect.Method.invoke(Method.java:497)
  166. at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
  167. at java.lang.Thread.run(Thread.java:745)
  168. Caused by: java.lang.Exception: Analyzing dump failed
  169. at com.kn.atlasx4apps.db.insertdata.Util.runCommand(Util.java:137)
  170. at com.kn.atlasx4apps.db.insertdata.DBImportDumpDp.impDpAnalyzeDump(DBImportDumpDp.java:217)
  171. at com.kn.atlasx4apps.db.insertdata.DBImportDumpDp.main(DBImportDumpDp.java:42)
  172. ... 6 more
  173. [ERROR]
  174. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  175. [ERROR]
  176. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  177. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  178. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement