I found the solution here 
http://groups.google.com/group/google-web-toolkit/...thread/thread/f4972bee810b6e86

The problem is the same with GWT. If you create a project in Eclipse
with AppEngine get an error. Solved my problem by creating the project
again without the AppEngine.

---------------------------------

Encontrei a solução aqui 
http://groups.google.com/group/google-web-toolkit/...thread/thread/f4972bee810b6e86

O problema é com o GWT mesmo. Se vc cria um projeto no Eclipse com o
AppEngine acontece o erro. Resolvi meu problema criando o projeto
novamente sem o AppEngine.


On 21 set, 11:09, Boris Lenzinger <boris.lenzin...@gmail.com> wrote:
> this place (http://old.nabble.com/java.net---quartz-users-f13536.html) is
> probably a better choice to post your question. Quartz is not related to
> GWT.
> The above site is dedidated to quartz so may be you would get an answer very
> quickly.
>
> 2011/9/21 andre_guitar7 <andreg...@gmail.com>
>
>
>
>
>
>
>
> > I'm running on the server-side, not the client-side.
>
> > I tried to run the System.setSecurityManager (null) on the server
> > side, but did not work.
>
> > Does anyone have any tips?
>
> > Thank you!
>
> > --------
>
> > Eu estou executando no lado do servidor, não do cliente.
>
> > Eu tentei executar o System.setSecurityManager(null) no lado do
> > servidor, mas não funcionou.
>
> > Alguém tem alguma dica?
>
> > Obrigado!
>
> > On 21 set, 10:40, Tiago <cave...@gmail.com> wrote:
> > > It probably isn't related to GWT. You're probably running with Java
> > > Security Manager enabled, and your security policy doesn't give your
> > > app all the permissions Quartz needs. Either don't run with Java
> > > Security Manager, or arrange it so that you have all necessary
> > > permissions.
>
> > > Unless... are you trying to run this code on client side? I don't know
> > > what Quartz does, but you're probably restricted on what you can do on
> > > a browser. Dealing with threads the way Quartz does is probably not
> > > allowed.
>
> > > ----------------------
>
> > > Provavelmente teu problema não é com GWT. Você deve estar rodando sua
> > > aplicação com o Java Security Manager ativado, e a na lista de
> > > permissões necessárias não estão inclusas todas as necessárias para
> > > rodar o Quartz. Você pode desligar o Security Manager ou dar a sua
> > > aplicação todas as permissões necessárias.
>
> > > A não quer você que esteja tentando rodar esse código no browser... Eu
> > > não sei o que o Quartz faz, mas há limitações quanto ao que se pode
> > > fazer no browser. Provavelmente o que o Quatz faz com threads não é
> > > permitido.
>
> > > On Sep 21, 2:26 pm, Alisson Prestes <javalis...@gmail.com> wrote:
>
> > > > I've never used Quartz, but it seems that your exception is not related
> > to
> > > > GWT. Isn't Quartz used on the server-side? So why is this error coming
> > to
> > > > the client-side? If you're using it in a service, try to handle the
> > error
> > > > before it comes to the client. The same error occurs when you use
> > Quartz
> > > > from another place, i.e., from another app that does not use GWT?
>
> > > > Alisson Presteswww.google.com/profiles/javalisson
>
> > > > On Wed, Sep 21, 2011 at 9:16 AM, andre_guitar7 <andreg...@gmail.com>
> > wrote:
> > > > > I'm trying to work GWT with Quartz, but gives an error:
>
> > > > > "Caused by: java.security.AccessControlException: access denied
> > > > > (java.lang.RuntimePermission modifyThreadGroup)"
>
> > > > > What can this be?
>
> > > > > ----------------------------------------------
>
> > > > > Pessoal, estou tentando fazer o Quartz funcionar com GWT, mas ao
> > > > > executar aparece o erro:
>
> > > > > "Caused by: java.security.AccessControlException: access denied
> > > > > (java.lang.RuntimePermission modifyThreadGroup)"
>
> > > > > Que pode ser isso?
>
> > > > > Obrigado!
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > "Google Web Toolkit" group.
> > > > > To post to this group, send email to
> > google-web-toolkit@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to