thurka opened a new pull request, #8133:
URL: https://github.com/apache/netbeans/pull/8133
On Windows, GDK Gradle project with object storage fails to start.
There is an error message in the log:
```
[Error - 4:26:22 PM] Request workspace/executeCommand failed.
Message: Owner missing, file:C:\Temp\Downloads \vscode-work-datadir \User
\workspaceStorage\b372ec8d4119692fb0336080c81661a\ast
apache-netbeans-java\userdir\var\cache\nbls.db.connection\db-10622290301022902981.properties
Code: -32603
```
`Owner missing:` error is caused by special Windows setup, where new files
do not have owner listed in file permissions. There are some aliases instead.
The situation looks like this:
```
Find owner JISEDLAC--CZ\jisedlac (User)
Entry principal BUILTIN\Administrators (Alias)
Entry principal NT AUTHORITY\SYSTEM (Well-known group)
Entry principal BUILTIN\Users (Alias)
Entry principal NT AUTHORITY\Authenticated Users (Well-known group)
```
none of the entries contains logged user.
This is fixed in this PR by removing all entries and adding new one, with
user as principal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists