risdenk commented on PR #1066:
URL: https://github.com/apache/solr/pull/1066#issuecomment-1275220386
Error running locally `./gradlew -p solr/docker testDocker`:
```
java.security.AccessControlException: access denied
("java.io.FilePermission" "/opt/solr-10.0.0-SNAPSHOT/server/start.ini" "read")
at java.base/java.security.AccessControlContext.checkPermission(Unknown
Source)
at java.base/java.security.AccessController.checkPermission(Unknown
Source)
at java.base/java.lang.SecurityManager.checkPermission(Unknown Source)
at java.base/java.lang.SecurityManager.checkRead(Unknown Source)
at java.base/sun.nio.fs.UnixPath.checkRead(Unknown Source)
at java.base/sun.nio.fs.UnixPath.toRealPath(Unknown Source)
at
org.eclipse.jetty.start.config.DirConfigSource.<init>(DirConfigSource.java:106)
at
org.eclipse.jetty.start.config.JettyBaseConfigSource.<init>(JettyBaseConfigSource.java:34)
at org.eclipse.jetty.start.BaseHome.<init>(BaseHome.java:142)
at org.eclipse.jetty.start.Main.processCommandLine(Main.java:281)
at org.eclipse.jetty.start.Main.main(Main.java:75)
```
So removing the wide open permissions is finding some interesting things.
--
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]