Hi, Dennis. I've modified the policy file by following your
suggestion. Now, it contains two grant statements:

grant codebase "file:/usr/local/apache-river-2.1.1/lib/*" {
    permission java.security.AllPermission;
};

grant codebase "file:/usr/local/apache-river-2.1.1/lib-dl/*" {
    permission java.security.AllPermission;
};

   However, when I try to start ServiceStarter the exception still
there. I really don't know what is going wrong...

   Helcio.

2011/1/12 Dennis Reedy <[email protected]>:
>
> On Jan 12, 2011, at 1208PM, helcio silva wrote:
>>>>>>
>>>>>> ii) the policy file, named jsk-all.policy:
>>>>>>
>>>>>> grant codebase "file:/usr/local/apache-river-2.1.1/lib/*" {
>>>>>>    permission java.security.AllPermission;
>>>>>> };
>
>
> Wondering if you need to grant access to 
> file:/usr/local/apache-river-2.1.1/lib-dl/* ?
>
>

Reply via email to