Marcelo -
The java.lang.SecurityException is thrown by the java.lang.SecurityManager
class when it catches an access violation. Methods in the SecurityManager
class will return quietly if an action is allowed, but will throw a
SecurityException if the operation is not.
What are you trying to do at line 93 of SelecionarRelatorioServlet.java?
I'll bet it looks something like:
securityManager.checkXXX(arg);
This is the line that's causing the exception to be thrown. The thing
you're asking the security manager to check is not allowed.
Cheers, Michael
> -----Original Message-----
> From: Marcelo Bellezo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 8:11 AM
> To: Scott Stirling; '[EMAIL PROTECTED] '
> Subject: Access disallowed
>
>
> Hi Scott,
>
> I'm sending this e-mail direct to you because I'm tired to
> post it into
> the jrun-talk list and no one answered it. I already post it in JRun
> Support Forum and no one from Allaire answered it too.
>
> The problem is, when I'm filling a form or doing some query
> I'm got the
> message:
>
> 500 Internal Server Error
> /webpersonnel/SelecionarRelatorio:
>
> javax.servlet.ServletException: System exception/error caught by
> container; nested exception is:
> java.lang.SecurityException: Access disallowed
> javax.servlet.ServletException: System exception/error caught by
> container; nested exception is:
> java.lang.SecurityException: Access disallowed
> at
> SelecionarRelatorioServlet.doGet(SelecionarRelatorioServlet.java:93)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at
> SelecionarRelatorioServlet.service(SelecionarRelatorioServlet.java:48)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
> at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequest
> Dispatcher.java:88)
>
> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
> at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
> at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
> at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
> at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
>
> default-err.log content:
>
> Operating System: Linux Version 2.2.13-9cl
> Java Virtual Machine: build 1.2.2-L, green threads, nojit from Sun
> Microsystems Inc.
> JRun 3.0 3.00.3694 Starting default...
> Current Locale: pt_BR
> Loading scheduler
> Loading logging
> Forcing shutdown.
> Exception: [08:56:22] java.lang.SecurityException: Access disallowed
>
>
> Can you tell me what is happening ?
>
> Regard's
>
> Marcelo Bellezo
>
> --------------------------------------------------------------
> ----------------
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.