hello.
If I try to insert an entry to my calendar I get following exception:
java.lang.ExceptionInInitializerError
com.google.gdata.client.http.GoogleGDataRequest$Factory.createRequest
(GoogleGDataRequest.java:73)
com.google.gdata.client.http.HttpGDataRequest$Factory.getRequest
(HttpGDataRequest.java:162)
com.google.gdata.client.Service.createRequest(Service.java:697)
com.google.gdata.client.GoogleService.createRequest
(GoogleService.java:525)
com.google.gdata.client.Service.createInsertRequest(Service.java:
1401)
com.google.gdata.client.Service.insert(Service.java:1322)
com.google.gdata.client.GoogleService.insert(GoogleService.java:599)
[...]
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:616)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:
244)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:
276)
org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:162)
--------
java.security.AccessControlException: access denied
(java.util.PropertyPermission com.google.gdata.DisableCookieHandler
read)
java.security.AccessControlContext.checkPermission
(AccessControlContext.java:342)
java.security.AccessController.checkPermission(AccessController.java:
553)
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:
1302)
java.lang.System.getProperty(System.java:669)
java.lang.Boolean.getBoolean(Boolean.java:238)
com.google.gdata.client.http.GoogleGDataRequest.<clinit>
(GoogleGDataRequest.java:407)
com.google.gdata.client.http.GoogleGDataRequest$Factory.createRequest
(GoogleGDataRequest.java:73)
com.google.gdata.client.http.HttpGDataRequest$Factory.getRequest
(HttpGDataRequest.java:162)
com.google.gdata.client.Service.createRequest(Service.java:697)
com.google.gdata.client.GoogleService.createRequest
(GoogleService.java:525)
com.google.gdata.client.Service.createInsertRequest(Service.java:
1401)
com.google.gdata.client.Service.insert(Service.java:1322)
com.google.gdata.client.GoogleService.insert(GoogleService.java:599)
[...]
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:616)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:
244)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:
276)
org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:162)
I'm running the servlet on a Tomcat 6 server.
Can anyone help me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---