Linda--
You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/GZ_hjKI0m-MJ.
To post to this group, send email to google-app...@googlegroups.com.
To unsubscribe from this group, send email to google-apps-mgmt...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
Hi Linda,The removeOwnerFromGroup is defined in the AppsGroupsService class at:I'm not aware of any changes that could affect this.
Claudio
Folks,I have the latest libraries; the source clearly includes the method for removeOwnerFromGroup as shown by the result from a grep, searching for the method: src/com/google/gdata/client/appsforyourdomain/AppsGroupsService.java: public void removeOwnerFromGroup(String email, String groupId.Our build process has not changed, our libraries have not changed, and I successfully tested this component before. Some thing, some where has changed. Can Googlers please follow up on this.Linda
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/e5wnUCoFSKsJ.
ClaudioThe browser posts the following error (I am successfully adding members, owners, and deleting members via the AppsGroupsService methods. This is the only method it repeatedly fails for):The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Servlet execution threw an exception</pre></p><p><b>root cause</b> <pre>java.lang.NoSuchMethodError: com.google.gdata.client.appsforyourdomain.AppsGroupsService.removeOwnerFromGroup(Ljava/lang/String;Ljava/lang/String;)VI have used the following information as parameters: ltt...@poc.alaska.edu & test.own...@poc.alaska.edu (our test domain).
Claudio
To post to this group, send email to google-apps-mgmt-apis@googlegroups.com.
To unsubscribe from this group, send email to google-apps-mgmt-apis+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/R5huPCQdq6QJ.
Hi Linda,
Are you sure you are using the latest version of the GData Java client library?As you said, the removeOwnerFromGroup is correctly defined in the source and the error is not on the server side, so there must be some configuration or versioning issue in your application.
Claudio
On Wed, Mar 28, 2012 at 5:26 PM, Linda Toth <ltt...@alaska.edu> wrote:
ClaudioThe browser posts the following error (I am successfully adding members, owners, and deleting members via the AppsGroupsService methods. This is the only method it repeatedly fails for):
The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Servlet execution threw an exception</pre></p><p><b>root cause</b> <pre>java.lang.NoSuchMethodError: com.google.gdata.client.appsforyourdomain.AppsGroupsService.removeOwnerFromGroup(Ljava/lang/String;Ljava/lang/String;)V
Hi Linda,
Are you sure you are using the latest version of the GData Java client library?As you said, the removeOwnerFromGroup is correctly defined in the source and the error is not on the server side, so there must be some configuration or versioning issue in your application.
Claudio
On Wed, Mar 28, 2012 at 5:26 PM, Linda Toth <ltt...@alaska.edu> wrote:
ClaudioThe browser posts the following error (I am successfully adding members, owners, and deleting members via the AppsGroupsService methods. This is the only method it repeatedly fails for):
The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Servlet execution threw an exception</pre></p><p><b>root cause</b> <pre>java.lang.NoSuchMethodError: com.google.gdata.client.appsforyourdomain.AppsGroupsService.removeOwnerFromGroup(Ljava/lang/String;Ljava/lang/String;)V
Yes Claudio
I downloaded 1.46 (although 1.44 stated it added this missing method). However, I do wish to review some aspects of the code before continuing. I did refactor one component and although others methods are working, it is worth reviewing one more time. I will be back in touch later today.
Linda
On Wednesday, March 28, 2012 4:29:51 PM UTC-8, Claudio Cherubino wrote:
Hi Linda,Are you sure you are using the latest version of the GData Java client library?As you said, the removeOwnerFromGroup is correctly defined in the source and the error is not on the server side, so there must be some configuration or versioning issue in your application.
Claudio
Claudio
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/pbnrbizjqBMJ.
Hi Linda,
The only explanation that I can think of is that there's something wrong in your classpath.The removeOwnerFromGroup method is indeed there, perhaps you are not deploying the right jars?
Claudio