-
Notifications
You must be signed in to change notification settings - Fork 121
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
Can't install version 4.4.0 #477
Comments
@soanni I have just tested this command on a clean Centos instance. The installer works as expected. Are you trying to install 4.4.0 on a node that already has Codenvy installed or are you using a clean instance? |
No clean intance |
this is full log |
Install java package from 'http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-linux-x64.tar.gz' into the directory '/home/centos/codenvy/jre' ... [OK] |
may be sudoer rights |
no, i corrected sudoer then give the owner rights to the home folder, closed SSH. The same error. I'm installing codenvy on amazon ec2, before version 4.5.1 i did the same things and i installed without any errors (on another instance from the same amazon centos image). Probably the cause is the error |
btw when i trying to install the last version bash <(curl -L -s https://start.codenvy.com/install-codenvy) everything is working out |
Interesting. If you do version=4.4.2, is there a difference? Tyler Jewell | CEO | tyler@codenvy.com | 978.884.5355 On Wed, Jul 27, 2016 at 10:05 AM, soanni [email protected] wrote:
|
i tried it. the message was that there are no such version in the repo. the last versions are 4.4.0,4.5.1 |
yeah, 4.5.1 is installed :) |
on 4.4 everything was ok. I almost loved it (almost because there are some concerns about snapshotting mechanism) |
I cannot reproduce it both on Digital Ocean node and vagrant |
@soanni this is the list of available versions - https://codenvy.com/update/repository/updates/codenvy A few of them worked for me. Are you certain you are trying on a clean node and the latest installation manager is installed? UPD. I have performed every possible test - installed 4.4.0 on every possible infra. @dmytro-ndp can help |
@eivantsov @dmytro-ndp i tried a couple of other CentOS 7 amazon images and on one of them the installation is going ok. it seems a little bit strange that yesterday i managed to install 4.5.1 easily and struggled with 4.4.0 installation on the same instance. |
When i'm trying to install version 4.4.0 with command
bash <(curl -L -s https://start.codenvy.com/install-codenvy) --version=4.4.0
i got this error message
tail /home/centos/codenvy/install.log
[CODENVY] Disable SELinux - [FAIL]
[CODENVY] {
"artifacts" : [ {
"artifact" : "codenvy",
"version" : "4.4.0",
"status" : "FAILURE"
} ],
"message" : "codenvy:4.4.0 is not installable",
"status" : "ERROR"
}
The text was updated successfully, but these errors were encountered: