Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. jenkins@ip-172-31-4-164:~$ (jvmSelect openjdk 8; java -Xshare:on -version)
  2. Java home: /usr/lib/jvm/java-1.8.0-openjdk-amd64
  3. openjdk version "1.8.0_111"
  4. OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14)
  5. OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode, sharing)
  6. jenkins@ip-172-31-4-164:~$ (jvmSelect oracle 6; java -Xshare:on -version)
  7. Java home: /usr/lib/jvm/java-6-oracle-amd64
  8. An error has occurred while processing the shared archive file.
  9. Specified shared archive not found.
  10. Error occurred during initialization of VM
  11. Unable to use shared archive.
  12. jenkins@ip-172-31-4-164:~$ (jvmSelect oracle 6; java -Xshare:dump -version)
  13. Java home: /usr/lib/jvm/java-6-oracle-amd64
  14. Loading classes to share ... done.
  15. Rewriting and unlinking classes ... done.
  16. Calculating hash values for String objects .. done.
  17. Calculating fingerprints ... done.
  18. Removing unshareable information ... done.
  19. Moving pre-ordered read-only objects to shared space at 0x00007f862b000000 ... done.
  20. Moving read-only objects to shared space at 0x00007f862b53bd58 ... done.
  21. Moving common symbols to shared space at 0x00007f862b53e2e0 ... done.
  22. Moving remaining symbols to shared space at 0x00007f862b644520 ... done.
  23. Moving string char arrays to shared space at 0x00007f862b645d58 ... done.
  24. Moving additional symbols to shared space at 0x00007f862b703eb8 ... done.
  25. Read-only space ends at 0x00007f862b784790, 7882640 bytes.
  26. Moving pre-ordered read-write objects to shared space at 0x00007f862ba00000 ... done.
  27. Moving read-write objects to shared space at 0x00007f862c610208 ... done.
  28. Moving String objects to shared space at 0x00007f862c688540 ... done.
  29. Read-write space ends at 0x00007f862c6fd638, 13620792 bytes.
  30. Updating references to shared objects ... done.
  31.  
  32. An error has occurred while processing the shared archive file.
  33. Unable to create shared archive file /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/server/classes.jsa.
  34. Error occurred during initialization of VM
  35. Unable to use shared archive.
  36. jenkins@ip-172-31-4-164:~$ Connection to jenkins-worker-behemoth-1 closed by remote host.
  37. Shared connection to jenkins-worker-behemoth-1 closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement