Skip to content
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

Unrecognized VM Option 'OmitStackTraceInFasThrow' #681

Closed
alexnixon opened this issue Apr 19, 2018 · 2 comments
Closed

Unrecognized VM Option 'OmitStackTraceInFasThrow' #681

alexnixon opened this issue Apr 19, 2018 · 2 comments

Comments

@alexnixon
Copy link

I'm using Windows 10, these plugins:

  :plugins [[lein-cljsbuild "1.1.7"]
            [lein-ring "0.12.4"]
            [lein-figwheel "0.5.15"]]
>lein figwheel
Figwheel: Cutting some fruit, just a sec ...
Unrecognized VM option 'OmitStackTraceInFasThrow'
Did you mean '(+/-)OmitStackTraceInFastThrow'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Note the typo. I haven't made any local changes that I'm aware of. I've checked out the source from github for leiningen, lein-cljsbuild and lein-figwheel and cannot find this misspelled string anywhere.

Given I see some Figwheel output before the error I assume it's figwheel's fault so I'm filing here. Happy to debug myself if someone can give me some pointers.

@bhauman
Copy link
Owner

bhauman commented Apr 20, 2018

This should not be figwheels fault as it doesn't do any thing with VM args. This would have to something to do with lein and or some global settings for your JVM

@alexnixon
Copy link
Author

Thanks - I'll close this then and let the mystery continue elsewhere. Apologies for the false alarm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants