Re: Tomcat 7 & JDK 7 access permissions: error or bug?

2012-01-18 Thread deniz
Well thank you for your kind responses... i have found out the problem today... i have been focused on a wrong place... although logs were showing clear exceptions and errors, the problem was in java classes of my webapp not jsps nor tomcat itself... -- View this message in context: http://tomca

Re: Server starts but fails to get any reqs

2012-01-17 Thread deniz
es/ directory, all jar files in the /WEB-INF/lib/ // directory, or even to individual jar files in the /WEB-INF/lib/ directory. // // For instance, assume that the standard "examples" application // included a JDBC driver that needed to establish a network connection to the // corresponding database and us

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

Server starts but fails to get any reqs

2012-01-17 Thread deniz
hi all, my system is tomcat 7.0.23 and jdk 1.7... whenever i try to start tomcat, and access my page, i see this on my logs: *Jan 18, 2012 10:43:57 AM org.apache.coyote.http11.AbstractHttp11Processor process SEVERE: Error processing request java.security.AccessControlException: access denied ("

Re: Tomcat 7 & JDK 7 access permissions: error or bug?

2012-01-17 Thread deniz
7.0.23 is this a bug in this version? -- View this message in context: http://tomcat.10.n6.nabble.com/Tomcat-7-JDK-7-access-permissions-error-or-bug-tp3679835p3680278.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Tomcat 7 & JDK 7 access permissions: error or bug?

2012-01-16 Thread deniz
Hi all, I am getting a weird error on tomcat 7. at first i deploy my war file and everything is smooth.. but after some time - randomly - i cant access anything on tomcat and in the log file I see these lines: Jan 17, 2012 11:37:37 AM org.apache.tomcat.util.net.JIoEndpoint$Acceptor run SEVERE:

RE: JDK Version Mismatch

2012-01-12 Thread deniz
Hello Chuck, thank you for your response, I have changed tomcat env to 1.7 so i am not getting the error right now. i have another question about the same issue but i am not quite sure if this is the right place... so right now eclipse doesnt support jdk 1.7 and you need to download a maintenan

JDK Version Mismatch

2012-01-12 Thread deniz
Hi All, I have a problem with tomcat 6.0.35. Basically I am getting this error each time I try to access my webapp from the browser: org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.UnsupportedClassVersionError: xxx/xxx/xxxManager : Unsupported major.minor version 51.0