muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

Error while adding new entry to google calendar #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run BAT file
2. Error message

What is the expected output? What do you see instead?
Expected update suceessful...
I got this insteead : 

executing update (BI_DIRECTION): test
executing insert: aaa
Calendar entry being handled ...
ID             : 41177099E49104530A25786B00162AD6
Title          : aaa
Content        :
startDateTime  : 07/04/11 18 h 00 HST
endDateTime    : 07/04/11 19 h 00 HST
location       :
lastupdated    : 06/04/11 18 h 02 HST
apptype        : 0
frequency      : 0
interval       : 0

com.google.gdata.util.ServiceException: Internal Server Error
Service error: could not update entry

        at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:587)
        at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:535)
        at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques
t.java:514)
        at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
        at com.google.gdata.client.Service.update(Service.java:1463)
        at com.google.gdata.client.Service.update(Service.java:1429)
        at com.google.gdata.client.GoogleService.update(GoogleService.java:583)
        at com.google.gdata.data.BaseEntry.update(BaseEntry.java:608)
        at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCa
lendarDAO.java:137)
        at com.googlecode.syncnotes2google.SyncService.insert(SyncService.java:1
03)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:42)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)
Appuyez sur une touche pour continuer...

What version of the product are you using? On what operating system?
v0.0.5
On Win Xp , Lotus 8.5 client

Please provide any additional information below.

Original issue reported on code.google.com by yannick....@gmail.com on 7 Apr 2011 at 4:06

GoogleCodeExporter commented 9 years ago
Some additionnal info : 
when I try an update google-to-notes, it's working fine.
So it MIGHT not be :
- a java class path problem
- proxy problem (I did use http and https parameters)

Original comment by yannick....@gmail.com on 7 Apr 2011 at 11:36

GoogleCodeExporter commented 9 years ago
Same error. com.google.gdata.util.ServiceException: Internal Server Error
Service error: could not update entry
0.0.5 
Lotus 7.0

Looks like 1 repeating entry made it into the right google calendar from Notes, 
before the exception. 

Original comment by vikramse...@gmail.com on 28 Apr 2011 at 4:50

GoogleCodeExporter commented 9 years ago
I am seeing a similar error.

C:\SyncNotes2Google>syncnotes2google.bat
SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
executing insert: Call Stefanie.
Calendar entry being handled ...
ID             : 7163AD34BD0515BB852578A1007154AF
Title          : Call Stefanie.
Content        :
startDateTime  : 5/31/11 9:00:00 AM EDT
endDateTime    : 5/31/11 9:30:00 AM EDT
location       :
lastupdated    : 5/31/11 4:38:12 PM EDT
apptype        : 0
frequency      : 0
interval       : 0

com.google.gdata.util.ServiceException: Internal Server Error
Service error: could not update entry

        at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:587)
        at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:535)
        at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques
t.java:514)
        at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
        at com.google.gdata.client.Service.update(Service.java:1463)
        at com.google.gdata.client.Service.update(Service.java:1429)
        at com.google.gdata.client.GoogleService.update(GoogleService.java:583)
        at com.google.gdata.data.BaseEntry.update(BaseEntry.java:608)
        at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCa
lendarDAO.java:137)
        at com.googlecode.syncnotes2google.SyncService.insert(SyncService.java:1
03)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:42)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)

Original comment by iainba...@gmail.com on 9 Jun 2011 at 1:31

GoogleCodeExporter commented 9 years ago
just an idea for an workaround as i had the same problem.
I am using multiple calendars in google. the entries from notes are going to 
"work" calendar.
I've changed the syncnotes2google config to use an other (new) calender. If you 
check this be aware: if this calendar does not exits all entries will go to 
your main calendar.
for me it looks like this works for all new and not transfered appointments.

short answer if this works for you would be nice!

Original comment by LordTrionz@googlemail.com on 14 Jun 2011 at 7:55

GoogleCodeExporter commented 9 years ago
Update:
The new calendar doesn't work any longer. I've cleared the calendar field in 
the config and get all appointsments in my main calendar now.

Original comment by LordTrionz@googlemail.com on 14 Jun 2011 at 1:07