Hi,
I've seen this sort of issue with container classpath issues--
primarily when a class is loaded more than once (in both container-wide
and application scopes).
Could this be the issue you are having?
Cheers,
-Ryan
On Jan 2, 9:45 am, "ironb2" <[EMAIL PROTECTED]> wrote:
I am using the Google Calendar API to grab a list of events from my
google calendar as a feed for display on my website. All works well on
my test server, and then I upload to production and get the following
error.
java.lang.NoClassDefFoundError
at
com.google.gdata.client.http.GoogleGDataRequest$Factory.getRequest(Unknown
Source)
at com.google.gdata.client.Service.createRequest(Unknown Source)
at com.google.gdata.client.GoogleService.createRequest(Unknown Source)
at com.google.gdata.client.Service.createFeedRequest(Unknown Source)
at com.google.gdata.client.Service.getFeed(Unknown Source)
at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
at com.google.gdata.client.Service.query(Unknown Source)
at com.google.gdata.client.Service.query(Unknown Source)
at
ironbridge.GoogleCalendar.sendDateRangeQuery(GoogleCalendar.java:64)
at _connect._calendar2__jsp._jspService(/connect/calendar2.jsp:205)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:506)
at
com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at
com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
at
com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:595)
Again, the JSP file works fine on my test server at home, which is
running the same software as production. Yes, I have Java 1.5 on both
machines. The jar files on both servers are the same google-provided
jar files.
This is driving me crazy. Anybody have a clue?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---