SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Unexpected end of ZLIB input stream #269

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When i am trying to create an event into google calendar from java
application, in response "Unexpected end of ZLIB input stream" is being
thrown. Given below is whole print stack trace.

java.io.EOFException: Unexpected end of ZLIB input stream
    at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
    at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
    at java.io.FilterInputStream.read(FilterInputStream.java:116)
    at java.io.PushbackInputStream.read(PushbackInputStream.java:169)
    at com.google.gdata.util.io.base.UnicodeReader.<init>(UnicodeReader.java:57)
    at
com.google.gdata.wireformats.input.CharacterParser.parse(CharacterParser.java:86
)
    at
com.google.gdata.wireformats.input.XmlInputParser.parse(XmlInputParser.java:52)
    at
com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:66)
    at
com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:34)
    at com.google.gdata.client.Service.parseResponseData(Service.java:2165)
    at com.google.gdata.client.Service.parseResponseData(Service.java:2098)
    at com.google.gdata.client.Service.insert(Service.java:1410)
    at com.google.gdata.client.GoogleService.insert(GoogleService.java:606)

What is the expected output? What do you see instead?
I should get new event object from google

What version of the product are you using? On what operating system?
I am using windows XP 

Original issue reported on code.google.com by photo1r...@gmail.com on 10 May 2010 at 6:45

GoogleCodeExporter commented 9 years ago
Issue 273 has been merged into this issue.

Original comment by yanivin...@gmail.com on 16 Jun 2010 at 4:38