Questions tagged [gvm]

GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems.

Taken from the GVM website:

GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems. It provides a convenient command line interface for installing, switching, removing and listing Candidates.

GVM was inspired by the highly useful RVM and rbenv tools, used at large by the Ruby community.

Candidates that are currently supported are:

  • Groovy
  • Grails
  • Griffon
  • Gradle
  • Groovyserv
  • Lazybones
  • Vert.x
  • Crash
  • Glide
  • Gaiden
  • JBake
  • Spring Boot

This list will grow beyond Groovy candidates.

45 questions
2
votes
1 answer

How do I make GVM recognize my existing Grails and Groovy installations?

I currently have set up Grails 2.3.0 and 2.3.11 inside /opt directory. How I avoid re-installing by making GVM recognize them as existing candidates?
Alexander Suraphel
  • 10,103
  • 10
  • 55
  • 90
1
vote
3 answers

Upgrading from GVM to SDKMAN

I just upgraded from GVM to SDKMAN. When I run any of the list commands to see what versions of the various sdks I have installed (e.g. sdk list grails), none of them are getting displayed with asterisks next to them even though they were installed…
user1866924
  • 431
  • 5
  • 17
1
vote
1 answer

Is gvm outdated?

The latest version gvm listall offers me is go1.4. Am I missing something or is gvm outdated? What's the recommended way to manage (potentially multiple) installations?
Andreas Steffan
  • 6,039
  • 2
  • 23
  • 25
1
vote
2 answers

Cannot configure Grails 3.0.4 in GGTS, Grails installed using GVM

I have installed GGTS 3.6.4 and also Groovy & Grails using GVM on my MAC OS. In GGTS, Preferences - Configure Grails Installation - Add, I want to add the latest grails installed by GVM in /Users/user/.gvm/grails/current I have also enabled the…
Tejaswee
  • 31
  • 6
1
vote
1 answer

Unit tests fail to run after upgrade from grails 2.3 to 2.5

Upgrading a fairly large app from Grails 2.3.11 to Grails 2.5.0, and I have things mostly working. Integration tests run, and run-app that loads a ton of fixture data works well, and the app seems to work well in exploratory testing, but unit tests…
aeischeid
  • 576
  • 3
  • 12
1
vote
1 answer

Cannot install Grails from GVM on my Ubuntu machine; gvm install grails does not work

I tried to use GVM tool to install Grails, and before that I updated GVM to the last version from a very old version. After the proposal of the prompt, I executed gvm install grails and it failed after a connection problem. I tried to install again…
bmscomp
  • 777
  • 1
  • 11
  • 21
1
vote
1 answer

Install grails as another user with sudo

I want to install grails in my vagrant provision bootstrap bash file (which is executed as root). I tried to change the installation like shown on the grails manual: curl -s get.gvmtool.net | sudo -u vagrant -H bash sudo -u vagrant -H bash…
rubo77
  • 19,527
  • 31
  • 134
  • 226
1
vote
1 answer

how to get memory usage for every request in grails application

Are there any tools/plugins that can identify the profile like memory, cpu and other usage information on each request in grails web application.
An Ish A
  • 711
  • 5
  • 18
1
vote
1 answer

GVM does not install products on linux mint

I have a recent version of GVM - in fact, my entire machine is very recent as I wiped off Windows and installed Linux Mint 17 at the end of May or beginning of June. GVM does not install software, doesn't even create the directory (in the example,…
Bill Turner
  • 869
  • 1
  • 13
  • 27
1
vote
2 answers

Error installing Grails with GVM - Curl issue

I am having trouble installing Grails via GVM. I installed GVM via the instructions on GVM's website, and it appears it was installed correctly - restarting the terminal and running gvm help produces a list of possible commands. However, when I go…
poulified
  • 63
  • 6
1
vote
1 answer

Permission denied when Settings gvm on Mac

i install gvm bash at a MAC PC,via following : curl -s get.gvmtool.net | bash When i run this command : gvm install grails 2.2.3 i get the following error message : mkdir :/Users/abdennour/.gvm/archives Permission denied UPDATE: Known that ,…
Abdennour TOUMI
  • 87,526
  • 38
  • 249
  • 254
1
vote
1 answer

GVM uses hidden directory

I am mac / Grails noob. I used the GVM to install Groovy and Grails on a Mac. When I do: admins-MacBook-Pro-5:~ me$ which grails /Users/me/.gvm/grails/current/bin/grails I am just wondering why does gvm use a hidden directory and can this cause me…
Breako Breako
  • 6,353
  • 14
  • 40
  • 59
0
votes
1 answer

Packer hangs at the end of my last command

I am wondering why my code hangs at the end of my build using OpenVAS Scanner. This is what it shows at the end: ==> Ubuntu AMI Builder: Provisioning with shell script: ../../pipeline/build/start.sh Ubuntu AMI Builder: Creating Data folder... …
Roma
  • 535
  • 6
  • 18
0
votes
1 answer

Unable to locate constructor with Class parameter for class org.codehaus.groovy.grails.commons.DefaultGrailsServiceClass

i am migratinga grails 1.3 application to grails 2.4.3 now when i run the grails app from command line i am getting the error : Error loading plugin manager: Unable to locate constructor with Class parameter for class…
Sameer
  • 11
  • 1
  • 5
0
votes
1 answer

Unable to change GO version in PhotonOS

I have deployed PhotonOS using directions from photon and VIC configuration, while running command docker run -v $(pwd):/go/src/github.com/vmware/vic \-w /go/src/github.com/vmware/vic golang:1.6 make all an Error appears: Please install go1.7…
Anahit Serobyan
  • 432
  • 1
  • 6
  • 17