This repository has been archived by the owner on Jul 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
landrush plugin prevents Eclipse server adapter from starting #513
Labels
Comments
Note: This is only affecting Mac and Linux |
PR proposed here: vagrant-landrush/landrush#250 |
@bexelbie @praveenkumar I have tested the given Found that output and error thread are dead and command finishes.
My vagrant plugin list:
|
landrush 1.1.2 has been released to rubygems and can be installed via This gem should resolve this bug. |
@bexelbie can we close this bug now that it is resolved now? |
@LalatenduMohanty If we have hte official happy-dance from QE, yes. I consider it resolved. |
Closing the issue as I am sure this got resolved. Please reopen if this is not fixed for you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From: https://issues.jboss.org/browse/JBIDE-23010
The landrush plugin holds stderr and stdout open for the spawned DNS server. Eclipse uses the closure of those streams to indicate complete book of the ADB. This is similar to the issue encountered with vagrant-sshfs.
See the JIRA above for discussion on whether this should be fixed at all.
This program can be used to test and verify the issue:
https://gist.github.com/jeffmaury/ba61c91fe910220585e9893540ccec7d
To use it:
javac -cp . VagrantLauncher.java
java -cp . VagrantLauncher path_to_vagrant path_to_cdk_folder $SUB_USERNAME $SUB_PASSWORD
An issue has been opened in landrush: vagrant-landrush/landrush#249
The text was updated successfully, but these errors were encountered: