question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BITNAMI - Custom (and not custom) workspaces lost after some time and reboot and ip changed

See original GitHub issue

Custom (and not custom) workspaces lost after some time and reboot and ip changed

Reproduction Steps:

  1. Running Bitnami image in virtualbox on windows 10 anniversary update 64bit

  2. Installed php from “ready to go” tab

  3. Installed Bitnami Express recipe under “stack library tab”

  4. Some errors in creating new workspaces (typos…)

  5. I’ve created custom stacks (ubuntu node 4.x with harp ) filling the textarea into the “custom stack” tab. Everything was working correctly. Here is the recipe I’ve provided

    FROM codenvy/ubuntu_jre
    
    RUN sudo apt-get update
    RUN sudo apt-get -y install build-essential libssl-dev libkrb5-dev gcc make ruby-full rubygems-integration python
    RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
    RUN sudo apt-get install -y nodejs
    
    EXPOSE 9000 9001 9002 5000 3000
    
    RUN sudo npm install -g harp 
    
    WORKDIR /projects
    
    CMD tail -f /dev/null
    
  6. created various projects and installed others dependencies

  7. stopped workspaces and created snapshots

  8. shutted down the virtual machine sudo shutdown - h now

  9. shutted down the computer

  10. I went to sleep 😉

  11. Wake up the day after

  12. Restarted the computer and the virtual machine (everything fine)

  13. obtained new ip (dhcp)

Expected behavior:

Find all the previous workspaces created after loggin in in the new ip (chenged over night due to dhcp)

Observed behavior:

Find only php workspace. In the folder /opt/bitnami/apps/eclipseche/che/workspaces every project is still there.

Che version: 4.7.2-0 (64-bit)
OS and version: windows 10 anniversary / ubuntu 14.04 Docker version: 1.12.1 Che install: Bitnami on Virtualbox 5.1.6 r110634 (Qt5.5.1)

Additional information:

  • Problem started happening recently, didn’t happen in an older version of Che: No
  • Problem can be reliably reproduced, doesn’t happen randomly: No

Thank you

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bmickleacommented, Jan 23, 2017

@amrecio - we thought that the Bitnami images had been updated to use Che 5.0, but the link posted above still shows 4.7.1. Can you help here?

0reactions
ghostcommented, Feb 20, 2017

Closing the issue. @matteo-bombelli feel free to reopen if the problem persists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot SSL Issues - Bitnami Documentation
After restarting the Web server, then SSL configuration should take effect. If you changed the configuration, we advise you to restore the ...
Read more >
Connecting to Bitnami's Spark cluster via PySpark client ...
Hello Friends: Using the following docker-compose.yml file, I brought up the Bitnami Spark cluster: version: '2' services: spark: image: ...
Read more >
Troubleshooting Omnibus GitLab installation issues
After reconfigure has completed, restart gitlab-runsvdir service for changes to take effect. ... ip addr # or 'ifconfig' on older operating systems. When...
Read more >
AWS Support – Knowledge Center
Learn about some of the most frequent questions and requests that we receive from AWS Customers including best practices, guidance, and troubleshooting ...
Read more >
Configuration settings - Mattermost Documentation
Mattermost configuration settings are organized into the following categories ... If a change to a setting in config.json requires a restart to take...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found