Date: Wed, 04 Jan 2017 21:56:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215781] Calling pgrep "javafrom java process Message-ID: <bug-215781-8-A4b1rrtwWL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215781-8@https.bugs.freebsd.org/bugzilla/> References: <bug-215781-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215781 --- Comment #1 from Brandon Barker <brandon.barker@gmail.com> --- A couple of notes I accidentally left out due to premature submission: * openjdk8 is required to be installed. After running this in amm: %pgrep("java") this results in the following less than helpful error, which after looking through the ammonite code, indicates that nothing to stdout was printed from pgrep: ammonite.ops.InteractiveShelloutException ammonite.ops.Shellout$.executeInteractive(Shellout.scala:53) ammonite.ops.Shellout$.$anonfun$$percent$1(Shellout.scala:14) ammonite.ops.Shellout$.$anonfun$$percent$1$adapted(Shellout.scala:14) ammonite.ops.Command.applyDynamic(Shellout.scala:105) $sess.cmd22$.<init>(cmd22.sc:1) $sess.cmd22$.<clinit>(cmd22.sc:-1) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215781-8-A4b1rrtwWL>