Advertisement
Guest User

Untitled

a guest
Jul 25th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. WARNING: An illegal reflective access operation has occurred
  2. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  3. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  4. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  5. WARNING: All illegal access operations will be denied in a future release
  6. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on project standalone-pom: Couldn't download artifact: Unable to get dependency information for com.hazelcast:hazelcast:jar:tests:4.0.2-SNAPSHOT: Failed to retrieve POM for com.hazelcast:hazelcast:jar:tests:4.0.2-SNAPSHOT: Could not transfer artifact com.hazelcast:hazelcast:pom:4.0.2-SNAPSHOT from/to temp (http://repo1.maven.apache.org/maven2): Transfer failed for http://repo1.maven.apache.org/maven2/com/hazelcast/hazelcast/4.0.2-SNAPSHOT/hazelcast-4.0.2-SNAPSHOT.pom
  7. [ERROR] com.hazelcast:hazelcast:jar:4.0.2-SNAPSHOT
  8. [ERROR]
  9. [ERROR] from the specified remote repositories:
  10. [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false),
  11. [ERROR] temp (http://repo1.maven.apache.org/maven2, releases=true, snapshots=true)
  12. [ERROR] Path to dependency:
  13. [ERROR] 1) org.apache.maven.plugins:maven-downloader-plugin:jar:1.0
  14. [ERROR]
  15. [ERROR] : Unknown host repo1.maven.apache.org
  16. [ERROR] -> [Help 1]
  17. [ERROR]
  18. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  19. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  20. [ERROR]
  21. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  22. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  23. Failed download hazelcast test jar com.hazelcast:hazelcast:4.0.2-SNAPSHOT:jar:tests
  24. child_process.js:650
  25. throw err;
  26. ^
  27.  
  28. Error: Command failed: scripts/download-rc.sh
  29. at checkExecSyncError (child_process.js:629:11)
  30. at Object.execFileSync (child_process.js:647:13)
  31. at Object.<anonymous> (/home/des/open sources/hazelcast/hazelcast-js-client/hazelcast-nodejs-client-master/download-remote-controller.js:30:15)
  32. at Module._compile (internal/modules/cjs/loader.js:778:30)
  33. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  34. at Module.load (internal/modules/cjs/loader.js:653:32)
  35. at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  36. at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  37. at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
  38. at startup (internal/bootstrap/node.js:283:19)
  39. npm ERR! Test failed. See above for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement