Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.43 KB | None | 0 0
  1. efloden@fiji ~]$ java -Dcapsule.log=verbose -jar .nextflow/framework/0.17.2/nextflow-0.17.2-one.jar
  2. CAPSULE: Jar: /users/cn/efloden/.nextflow/framework/0.17.2/nextflow-0.17.2-one.jar
  3. CAPSULE: Platform: linux
  4. CAPSULE: Loading caplet: MavenCapsule
  5. CAPSULE: Applying caplet MavenCapsule
  6. CAPSULE: Initializing app ID
  7. CAPSULE: Initialized app ID: nextflow_0.17.2
  8. CAPSULE: Launching app nextflow_0.17.2
  9. CAPSULE: Using JVM: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.95.x86_64/jre
  10. CAPSULE: WARNING resolve [] was empty
  11. CAPSULE: WARNING resolve [] was empty
  12. CAPSULE: Cache directory: /users/cn/efloden/.capsule
  13. CAPSULE: Cleanup
  14. CAPSULE EXCEPTION: For input string: "8881/" while processing attribute Allow-Snapshots: false
  15. java.lang.NumberFormatException: For input string: "8881/"
  16.     at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  17.     at java.lang.Integer.parseInt(Integer.java:492)
  18.     at java.lang.Integer.parseInt(Integer.java:527)
  19.     at capsule.SystemProxySelector.addProxyFromEnv(SystemProxySelector.java:99)
  20.     at capsule.SystemProxySelector.init(SystemProxySelector.java:68)
  21.     at capsule.SystemProxySelector.<init>(SystemProxySelector.java:56)
  22.     at capsule.SystemProxySelector.<init>(SystemProxySelector.java:48)
  23.     at capsule.DependencyManager.newRepositorySession(DependencyManager.java:202)
  24.     at capsule.DependencyManager.getSession(DependencyManager.java:186)
  25.     at capsule.DependencyManager.setRepos(DependencyManager.java:134)
  26.     at MavenCapsule.setDependencyRepositories(MavenCapsule.java:267)
  27.     at MavenCapsule.initDependencyManager(MavenCapsule.java:247)
  28.     at MavenCapsule.getDependencyManager(MavenCapsule.java:237)
  29.     at MavenCapsule.resolve0(MavenCapsule.java:211)
  30.     at Capsule.resolve(Capsule.java:3356)
  31.     at Capsule.resolve(Capsule.java:3370)
  32.     at Capsule.buildJavaProcess(Capsule.java:2214)
  33.     at Capsule.buildProcess0(Capsule.java:1519)
  34.     at Capsule.buildProcess(Capsule.java:1510)
  35.     at Capsule.buildProcess(Capsule.java:1510)
  36.     at Capsule.buildProcess(Capsule.java:1510)
  37.     at Capsule.prelaunch0(Capsule.java:1483)
  38.     at Capsule.prelaunch(Capsule.java:1476)
  39.     at CapsuleLoader.prelaunch(CapsuleLoader.java:45)
  40.     at Capsule.prepareForLaunch(Capsule.java:1329)
  41.     at Capsule.launch(Capsule.java:1258)
  42.     at Capsule.main0(Capsule.java:394)
  43.     at Capsule.main(Capsule.java:374)
  44. USAGE: java <options> -jar .nextflow/framework/0.17.2/nextflow-0.17.2-one.jar
  45.  
  46. Actions:
  47.   capsule.version - Prints the capsule and application versions.
  48.   capsule.modes - Prints all available capsule modes.
  49.   capsule.jvms - Prints a list of all JVM installations found.
  50.   capsule.help - Prints this help message.
  51.   capsule.tree - Prints the capsule's dependency tree.
  52.  capsule.resolve - Downloads all un-cached dependencies.
  53.  
  54. Options:
  55.  capsule.mode=<value> - Picks the capsule mode to run.
  56.  capsule.reset - Resets the capsule cache before launching. The capsule to be re-extracted (if applicable), and other possibly cached files will be recreated.
  57.  capsule.log=<value> (default: quiet) - Picks a log level. Must be one of none, quiet, verbose, or debug.
  58.  capsule.java.home=<value> - Sets the location of the Java home (JVM installation directory) to use; If 'current' forces the use of the JVM that launched the capsule.
  59.  capsule.java.cmd=<value> - Sets the path to the Java executable to use.
  60.  capsule.jvm.args=<value> - Sets additional JVM arguments to use when running the application.
  61.  capsule.local=<value> - Sets the path of the local Maven repository to use.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement