Re: Self-study tutorial and permissions

2021-08-05 Thread Art O Cathain
>-Dderby.language.logStatementText=true > -Dderby.stream.error.logSeverityLevel=0 > > Thanks, > -Rick > > > On 8/4/21 7:49 PM, Art O Cathain wrote: > > I've followed the self-study tutorial in the documentation. I'm > > impressed by the emphasis on getting your e

Re: Self-study tutorial and permissions

2021-08-05 Thread Art O Cathain
}), Java exception: 'access denied ("java.lang.RuntimePermission" "getenv.SOURCE_DATE_EPOCH"): java.security.AccessControlException'. On Fri, 6 Aug 2021 at 02:55, Rick Hillegas wrote: > > That does look like the problem discussed in the email thread you cited: > http://ap

Self-study tutorial and permissions

2021-08-04 Thread Art O Cathain
I've followed the self-study tutorial in the documentation. I'm impressed by the emphasis on getting your environment set up correctly, clearly something that beginners would struggle with. In Activity 2, you get the following error: Failed to create database 'seconddb', see the next exception

Re: Self-study tutorial and permissions

2021-08-06 Thread Art O Cathain
> >> > >> The solution is to edit `~/.java.policy` or > >> `[java.home]/lib/security/java.policy` and add the following: > >> > >> grant { > >> permission java.lang.RuntimePermission > >> &q