29 messages in com.googlegroups.google-picasa-data-apiRe: Problems already.
FromSent OnAttachments
Larry Borsato22 Mar 2007 18:31 
Sven23 Mar 2007 10:29 
Larry Borsato23 Mar 2007 11:35 
Sven26 Mar 2007 09:56 
Larry Borsato26 Mar 2007 12:13 
Larry Borsato26 Mar 2007 13:10 
Larry Borsato26 Mar 2007 13:30 
Sven26 Mar 2007 13:34 
Larry Borsato26 Mar 2007 14:16 
Larry Borsato26 Mar 2007 14:28 
Kyle Marvin26 Mar 2007 14:33 
Larry Borsato26 Mar 2007 14:59 
Larry Borsato26 Mar 2007 15:05 
Kyle Marvin26 Mar 2007 15:42 
Larry Borsato26 Mar 2007 18:35 
Larry Borsato26 Mar 2007 19:32 
Kyle Marvin27 Mar 2007 07:20 
Larry Borsato27 Mar 2007 12:07 
blima29 Mar 2007 10:36 
Larry Borsato29 Mar 2007 15:52 
Kyle Marvin30 Mar 2007 06:51 
Larry Borsato31 Mar 2007 18:46 
Kyle Marvin01 Apr 2007 16:04 
Larry Borsato01 Apr 2007 16:52 
Larry Borsato04 Apr 2007 06:03 
Kyle Marvin04 Apr 2007 06:54 
Larry Borsato04 Apr 2007 07:49 
Sven04 Apr 2007 10:34 
Larry Borsato05 Apr 2007 12:26 
Subject:Re: Problems already.
From:blima (bl.@ndma.us)
Date:03/29/2007 10:36:52 AM
List:com.googlegroups.google-picasa-data-api

I believe I have the most recent versions of the three dependent jars, activation.jar - 1.1 mail.jar - 1.4 servlet.jar - 2.4

and I'm still getting a similar error:

java.io.IOException: Error writing to server at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java: 416) at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java: 428) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java: 934) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown Source) at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source) at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown Source) at com.google.gdata.client.Service.insert(Unknown Source) at com.google.gdata.client.GoogleService.insert(Unknown Source) at us.ndma.myndma.http.struts.action.gDataImagePrototype.GDataImagePrototype.uploadFile(GDataImagePrototype.java: 234)

Any thoughts?

On Mar 27, 3:07 pm, "Larry Borsato" <bors@gmail.com> wrote:

This must be new for the new client libraries because I wasn't having this problem previously.

Just so you know, the INSTALL.txt file is wrong. mail.jar is part of the JavaMail API, but activation.jar is part of the JavaBeans Activation Framework which I seem to be unable to download right now.

When I finally get those files I'll update you on my progress.

Thanks.

On Mar 27, 10:20 am, "Kyle Marvin" <kmar@google.com> wrote:

On 3/26/07, Larry Borsato <bors@gmail.com> wrote:

Now I'm seeing this on the insert():

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/mail/util/LineInputStream at com.google.gdata.client.Service.insert(Unknown Source) at com.google.gdata.client.GoogleService.insert(Unknown Source)

Hi Larry,

The Java GData client library uses the Sun JavaMail implementation of MIME processing to enable the posting of media + XML as a MIME multipart document. See the REQUIREMENTS section of gdata/INSTALL.txt in the GData Java Client zip file for details on how to obtain the necessary jar files. Due to the way that JavaMail is licensed, we are not able to include these jars directly in our distribution.

-- Kyle