Re: Server starts but fails to get any reqs

2012-01-17 Thread deniz
here is my permissions in policy file : // == SYSTEM CODE PERMISSIONS = // These permissions apply to javac grant codeBase "file:${java.home}/lib/-" { permission java.security.AllPermission; }; // These permissions apply to all shared s

RE: Server starts but fails to get any reqs

2012-01-17 Thread Caldarale, Charles R
> From: deniz [mailto:denizdurmu...@gmail.com] > Subject: Re: Server starts but fails to get any reqs > Jan 18, 2012 10:43:57 AM org.apache.coyote.http11.AbstractHttp11Processor > process > SEVERE: Error processing request > java.security.AccessControlExcept

Re: Server starts but fails to get any reqs

2012-01-17 Thread Igor Cicimov
Looks like you have access permission problem. What are you policy settings and tomcat directory permissions? On Jan 18, 2012 1:49 PM, "deniz" wrote: > sorry for the weird layout of the error here is the error: > > > > Jan 18, 2012 10:43:57 AM org.apache.coyote.http11.AbstractHttp11Processor

Re: Server starts but fails to get any reqs

2012-01-17 Thread deniz
sorry for the weird layout of the error here is the error: Jan 18, 2012 10:43:57 AM org.apache.coyote.http11.AbstractHttp11Processor process SEVERE: Error processing request java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "setContextClassLoader") at