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

Drip - mkdir: cannot create directory File exists #5982

Closed
rwilliams opened this issue Nov 26, 2019 · 2 comments
Closed

Drip - mkdir: cannot create directory File exists #5982

rwilliams opened this issue Nov 26, 2019 · 2 comments
Milestone

Comments

@rwilliams
Copy link

Environment

jruby 9.2.9.0 (2.5.7) 2019-10-30 458ad3e OpenJDK 64-Bit Server VM 25.232-b09 on 1.8.0_232-b09 +jit [linux-x86_64]

Host OS - WSL2
Linux 975c34fa2e2c 4.19.84-microsoft-standard #1 SMP Wed Nov 13 11:44:37 UTC 2019 x86_64
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic

Docker Container
GNU/LinuxDistributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch

Gem/Framework info:
Rails 6.1 nothing too exciting
dripmain.rb
# Rails project: require_relative 'config/application'

Environment variables
JRUBY_OPTS=--dev
ENV JAVACMD=drip
ENV DRIP_INIT_CLASS=org.jruby.main.DripMain

Expected Behavior

I expect rails routes to show routes and run fast after drip caching.

Actual Behavior

I get the following error mkdir: cannot create directory ‘/home/user/.drip/0.2.5/6d31047b091d93d5df4a320927084918f4f5928f/9-1’: File exists and rails commands run at regular slow speeds.

@headius
Copy link
Member

headius commented Jan 8, 2020

I'm not sure there's anything we can do here. It seems like this is a bug in Drip, but Drip appears to be unmaintained at this point. We have also chatted since this bug was filed about EOLing Drip and Nailgun support in favor of tools like Theine.

@headius headius closed this as completed Jan 8, 2020
@headius headius added this to the Non-Release milestone Jan 8, 2020
@rwilliams
Copy link
Author

rwilliams commented Jan 8, 2020

@headius I put a little bit of work into drip when i was messing with this https://github.com/rwilliams/drip The original test suite passes except for 1 test (which i removed as it wasn't super relevant). It does exhibit some strange behavior though which I added as issues.

I did quite a bit of debugging on it with my rails app but couldn't really pin anything down with regards to this error. It seems as though it tries to spin up multiple VM's and that is why we're seeing this error.

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