-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where could I find console log? #69
Comments
I'd suggest trying the approach described in the second comment in the issue #53. I will appreciate if you share the results. |
@cyberyoung I've recently come upon very similar error which it seems has something to do with the Leiningen options mismatch with the Java version (see this issue). What Leiningen and Java versions are you using? |
@avli
|
ok, I finally fixed it using lein from homebrew. |
Add a channel to show nREPL output to the user. This channel will be used for the following: stdout: Any stdout messages are sent to the channel. stderr: Any stderr messages are sent to the channel, and the channel is brought to the front to make the user aware. exit: If the nREPL closes before be we can load the port, then the exit code is printed to the nREPL output channel, and the channel is brough to the front. Fixes avli#52 Fixed avli#69 Also fixes a bug where the 'Starting nREPL' status message would never clear if the repl failed to start.
Add a channel to show nREPL output to the user. This channel will be used for the following: stdout: Any stdout messages are sent to the channel. stderr: Any stderr messages are sent to the channel, and the channel is brought to the front to make the user aware. exit: If the nREPL closes before be we can load the port, then the exit code is printed to the nREPL output channel, and the channel is brough to the front. Fixes avli#52 Fixes avli#53 Fixed avli#69 Also fixes a bug where the 'Starting nREPL' status message would never clear if the repl failed to start.
Add a channel to show nREPL output to the user. This channel will be used for the following: stdout: Any stdout messages are sent to the channel. stderr: Any stderr messages are sent to the channel, and the channel is brought to the front to make the user aware. exit: If the nREPL closes before be we can load the port, then the exit code is printed to the nREPL output channel, and the channel is brough to the front. Fixes #52 Fixes #53 Fixed #69 Also fixes a bug where the 'Starting nREPL' status message would never clear if the repl failed to start.
I used it on my 2 macs, one is ok, the other cannot work(printing "Starting nREPL..." like, forever).
I ps grep java, and found the java process will disappear after a while, so I want to see what happened, but I cannot find any console output.
Thanks
The text was updated successfully, but these errors were encountered: