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

DDEV intetration entered unkonwn state #209

Closed
1 of 2 tasks
BenediktS1 opened this issue Jul 24, 2023 · 1 comment
Closed
1 of 2 tasks

DDEV intetration entered unkonwn state #209

BenediktS1 opened this issue Jul 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@BenediktS1
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Are you sure that this bug is related to this DDEV Integration Plugin?

  • I am sure

Enter your error report ID (If available)

No response

Describe the bug

PhpStorm 2023.1.4 Message:

DDEV intetration entered unkonwn state
The DDEV Integration Plugin has lost track of the DDEV status. This most likely occurs together with another related error message. Please report this issue if it occurs repeatedly.

Steps to reproduce

  1. Use PhpStorm 2023.1.4, DDEV Plugin 1.1.0 and ddev v1.21.6
  2. Edit files
  3. PHPStorm shows this message, after some time:

DDEV intetration entered unkonwn state
The DDEV Integration Plugin has lost track of the DDEV status. This most likely occurs together with another related error message. Please report this issue if it occurs repeatedly.

From the options "Sync DDEV State" and "Report issue" only Report issue is working.

Additional context

de.php_perfect.intellij.ddev.cmd.CommandFailedException: Command timed out after 8 seconds: /usr/local/bin/ddev describe --json-output in /Users/bs/workspace/w3root/shopotralla
at de.php_perfect.intellij.ddev.cmd.DdevImpl.execute(DdevImpl.java:33)
at de.php_perfect.intellij.ddev.cmd.DdevImpl.describe(DdevImpl.java:22)
at de.php_perfect.intellij.ddev.state.DdevStateManagerImpl.checkDescription(DdevStateManagerImpl.java:155)
at de.php_perfect.intellij.ddev.state.DdevStateManagerImpl.lambda$updateConfiguration$1(DdevStateManagerImpl.java:67)
at de.php_perfect.intellij.ddev.state.DdevStateManagerImpl.checkChanged(DdevStateManagerImpl.java:90)
at de.php_perfect.intellij.ddev.state.DdevStateManagerImpl.updateConfiguration(DdevStateManagerImpl.java:65)
at de.php_perfect.intellij.ddev.state.StateWatcherImpl.lambda$startWatching$0(StateWatcherImpl.java:33)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)

@BenediktS1 BenediktS1 added the bug Something isn't working label Jul 24, 2023
@nico-loeber
Copy link
Contributor

Hi @BenediktS1,

Your issue is a duplicate of #83 so I will close this one.
If you encounter such an exception as you posted, PHPStorm will offer to report it to the plugin author.
This will give me additional information about your setup that might help to find out what is going wrong.
Please try to report the error and paste the Report ID in the linked issue (So I can give you feedback).

Thanks in advnce!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants