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

FileSystemException in _WindowsDirectoryWatcher when running analysis server #34523

Closed
akash1223 opened this issue Sep 20, 2018 · 1 comment
Closed
Labels
analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@akash1223
Copy link

Analyzer Feedback from IntelliJ

Version information

  • IDEA AI-173.4907809
  • 2.1.0-edge.ccb16f72824374163562364bf19dd18e8a882fab
  • AI-173.4907809, JRE 1.8.0_152-release-1024-b02x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1366x768

Exception

Please append the contents of:
file://C:\Users\m3\AppData\Local\Temp\report.txt

Dart analysis server, SDK version 2.1.0-edge.ccb16f72824374163562364bf19dd18e8a882fab, server version 1.20.5, FATAL error: Failed to handle request: {id: 3, method: analysis.setAnalysisRoots, params: {included: [E:\Flutter Project\footware], excluded: [E:\Flutter Project\footware\.idea, E:\Flutter Project\footware\.dart_tool, E:\Flutter Project\footware\.pub, E:\Flutter Project\footware\build]}, clientRequestTime: 1537418691795}
FileSystemException: Exists failed, path = 'E:\Flutter Project\footware\build\app\intermediates\transforms\dexBuilder\debug\30\footwear\appcreater\com' (OS Error: Access is denied.
, errno = 5)
#0      _Directory.existsSync (dart:io/directory_impl.dart:101:7)
#1      _WindowsDirectoryWatcher._eventsBasedOnFileSystem (package:watcher/src/directory_watcher/windows.dart:324:41)
#2      _WindowsDirectoryWatcher._onBatch.<anonymous closure> (package:watcher/src/directory_watcher/windows.dart:166:13)
#3      __InternalLinkedHashMap
@bwilkerson bwilkerson added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-server type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Sep 20, 2018
@stereotype441 stereotype441 changed the title Error FileSystemException in _WindowsDirectoryWatcher when running analysis server Oct 21, 2018
@stereotype441
Copy link
Member

Duplicate of #34294

@stereotype441 stereotype441 marked this as a duplicate of #34294 Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants