clauchiorean / google-collections

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

CalendarService.getFeed -- NullPointerException #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CalendarService.getFeed(URL,Class<F>)  Raises the following exception.  
Happens from a web application deployed to Weblogic. Works fine from 
standalone java application.

java.lang.NullPointerException
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1190)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:787)
    at oracle.xml.util.XMLError.setLocale(XMLError.java:161)
    at oracle.xml.parser.v2.XMLParser.setLocale(XMLParser.java:423)
    at weblogic.xml.jaxp.RegistryParser.setupParser
(RegistryParser.java:384)
    at weblogic.xml.jaxp.RegistryParser.getParserInternal
(RegistryParser.java:313)
    at weblogic.xml.jaxp.RegistryParser.parse(RegistryParser.java:133)
    at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
    at com.google.gdata.util.XmlParser.parse(XmlParser.java:677)
    at com.google.gdata.util.XmlParser.parse(XmlParser.java:568)
    at com.google.gdata.data.BaseFeed.parseAtom(BaseFeed.java:793)
    at com.google.gdata.wireformats.input.AtomDataParser.parse
(AtomDataParser.java:68)
    at com.google.gdata.wireformats.input.AtomDataParser.parse
(AtomDataParser.java:39)
    at com.google.gdata.wireformats.input.CharacterParser.parse
(CharacterParser.java:100)
    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:1792)
    at com.google.gdata.client.Service.getFeed(Service.java:1018)
    at com.google.gdata.client.Service.getFeed(Service.java:880)
    at com.google.gdata.client.GoogleService.getFeed
(GoogleService.java:638)
    at com.google.gdata.client.Service.getFeed(Service.java:899)
    at googleCalendar.CalendarManager.retrieveEvents
(CalendarManager.java:79)
    at googleCalendar.EventManager.getEvents(EventManager.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)

Original issue reported on code.google.com by rachuma...@gmail.com on 1 Jun 2009 at 11:58

GoogleCodeExporter commented 9 years ago
This issue doesn't involve Google Collections. No Google Collections classes 
are in
the stack trace. 

You should probably file a bug against the Google Data APIs instead.
http://code.google.com/apis/gdata/

Original comment by jared.l....@gmail.com on 2 Jun 2009 at 1:23

GoogleCodeExporter commented 9 years ago
Thanks.  

Original comment by rachuma...@gmail.com on 2 Jun 2009 at 2:41