• error on execution

    By Tsjeard j de boer 1 decade ago

    Hello, I did not loose interest when editing bat file was required. However cannot get it to work.

    after execution following error:



    C:\notes\goocalsync>java goocalsync.GooCalSync

    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index

    out of range: 0

        at java.util.Vector.get(Unknown Source)<br/>
        at goocalsync.Factory.getSettings(Factory.java:102)<br/>
        at goocalsync.Log.&lt;init&gt;(Log.java:45)<br/>
        at goocalsync.Factory.getLog(Factory.java:139)<br/>
        at goocalsync.GooCalSync.main(GooCalSync.java:11)<br/>
    



    C:\notes\goocalsync>pause

    Press any key to continue . . .



    using version 0.911

    Notes R7.0.3



    Hope you can help me.



    TJ

    • Thank you for reporting.

      By Muneyuki Ohkawa 1 decade ago

      Hi TJ,



      Thank you for reporting.

      I guess that it depens on date format using on GooCalSync.ntf.

      It's internationalization problem. Are you in France ?



      I fixed this problem and uploaded new code as v0.912.

      GooCalSync.ntf is the only code which has been changed.

      So please replace GooCalSync.ntf, re-create GooCalSync.nsf, and try again.



      If you might encounter another problem, your feedback would be appreciated.



      Best regards.

      • Thanks !!! - [update] but still problem

        By Tsjeard j de boer 1 decade ago

        Hi, thanks for quick response.

        I will try new version.

        I am not in France, but Netherlands.

        As for date/time format, might be. I use DD.MM.YYYY.



        TJ



        Edit:

        Tried it, now get following:



        com.google.gdata.util.ServiceException: Internal Server Error

        Server Error


            at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt<br/>
        

        pGDataRequest.java:533)

            at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G<br/>
        

        oogleGDataRequest.java:562)

            at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData<br/>
        

        Request.java:481)

            at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques<br/>
        

        t.java:460)

            at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe<br/>
        

        quest.java:534)

            at com.google.gdata.client.Service.insert(Service.java:1243)<br/>
            at com.google.gdata.client.GoogleService.insert(GoogleService.java:561)<br/>
            at goocalsync.GoogleCalendarDAO.insert(GoogleCalendarDAO.java:63)<br/>
            at goocalsync.SyncService.executeNotesToGoogle(SyncService.java:28)<br/>
            at goocalsync.GooCalSync.main(GooCalSync.java:15)<br/>
        



        Might be due to Googleserver or my internetconnection. Will experiment later this afternoon,



        TJ

        • My team member got same error.

          By Muneyuki Ohkawa 1 decade ago

          Hi TJ,

          Thank you for testing again and sorry to bother you again.



          This error message had been gotten by one of my team member. In this case, the cause of this trouble was calendar entry content which includes many recurrence date. GooCaySync analyzes recurrence pattern, I mean, daily, weekly, monthly, bi-weekly, yearly. Other recurrence patterns are treated as "custom" to insert with RDATE indicator which is one of iCalendar specification. Then, dates specified in a Notes Calendar entry are indicated by RDATE respectively in insert command to Google. It is known that If insert command with many RDATE indicator is executed, you would get error message you mentioned.



          So, I would like to know if the cause of your error would be the same as described above.

          Please select DEBUG parameter on "Log Level" and execute, then you would get indivisual calendar contents on output. Calendar entry which could cause error must be shown at bottom of a log, just before "executing insert" statement. Please let me know this calendar contents.



          Thank you in advance.

          • Done, looks like Rdate ... removed it now ok.

            By Tsjeard j de boer 1 decade ago

            Hi,

            thanks. And no, you're not bothering me, I would be guilty of that ;)



            Here's the log.

            First few entries are ok, then a repeating one which is posted below.

            I deleted the culprit and now it seems OK.

            THANKS ! Great product.



            TJ



            2009/06/01 21:21:15 DEBUG Content :

            2009/06/01 21:21:15 DEBUG startDateTime : 2009-03-10T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG endDateTime : 2009-03-10T17:00:00+01:00

            2009/06/01 21:21:15 DEBUG location : david lloyd

            2009/06/01 21:21:15 DEBUG lastupdated : 2009-05-18T19:29:36+01:00

            2009/06/01 21:21:15 DEBUG apptype : 0

            2009/06/01 21:21:15 DEBUG frequency : 99

            2009/06/01 21:21:15 DEBUG interval : 1

            2009/06/01 21:21:15 DEBUG until :

            2009/06/01 21:21:15 DEBUG rdate : 2009-03-10T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-03-17T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-03-24T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-03-31T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-04-07T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-04-14T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-04-21T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-04-28T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-05-05T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-05-12T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-05-19T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-05-26T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-06-02T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-06-09T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-06-16T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-06-23T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-06-30T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-07-07T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-07-14T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-07-21T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-07-28T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-08-04T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-08-11T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-08-18T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-08-25T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-09-01T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-09-08T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-09-15T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-09-22T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-09-29T16:00:00+01:00

            2009/06/01 21:21:15 DEBUG rdate : 2009-10-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-10-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-10-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-10-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-11-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-11-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-11-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-11-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-12-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-12-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-12-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-12-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2009-12-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-01-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-01-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-01-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-01-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-02-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-02-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-02-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-02-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-03-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-03-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-03-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-03-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-03-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-04-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-04-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-04-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-04-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-05-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-05-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-05-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-05-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-06-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-06-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-06-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-06-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-06-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-07-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-07-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-07-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-07-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-08-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-08-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-08-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-08-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-08-31T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-09-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-09-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-09-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-09-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-10-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-10-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-10-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-10-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-11-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-11-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-11-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-11-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-11-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-12-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-12-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-12-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2010-12-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-01-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-01-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-01-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-01-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-02-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-02-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-02-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-02-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-03-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-03-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-03-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-03-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-03-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-04-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-04-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-04-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-04-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-05-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-05-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-05-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-05-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-05-31T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-06-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-06-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-06-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-06-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-07-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-07-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-07-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-07-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-08-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-08-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-08-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-08-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-08-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-09-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-09-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-09-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-09-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-10-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-10-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-10-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-10-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-11-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-11-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-11-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-11-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-11-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-12-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-12-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-12-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2011-12-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-01-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-01-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-01-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-01-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-01-31T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-02-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-02-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-02-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-02-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-03-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-03-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-03-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-03-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-04-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-04-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-04-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-04-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-05-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-05-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-05-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-05-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-05-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-06-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-06-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-06-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-06-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-07-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-07-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-07-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-07-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-07-31T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-08-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-08-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-08-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-08-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-09-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-09-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-09-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-09-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-10-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-10-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-10-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-10-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-10-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-11-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-11-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-11-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-11-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-12-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-12-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-12-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2012-12-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-01-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-01-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-01-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-01-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-01-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-02-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-02-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-02-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-02-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-03-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-03-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-03-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-03-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-04-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-04-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-04-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-04-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-04-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-05-07T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-05-14T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-05-21T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-05-28T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-06-04T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-06-11T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-06-18T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-06-25T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-07-02T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-07-09T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-07-16T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-07-23T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-07-30T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-08-06T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-08-13T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-08-20T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-08-27T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-09-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-09-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-09-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-09-24T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-10-01T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-10-08T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-10-15T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-10-22T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-10-29T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-11-05T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-11-12T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-11-19T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-11-26T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-12-03T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-12-10T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG rdate : 2013-12-17T16:00:00+01:00

            2009/06/01 21:21:16 DEBUG ————————————–

            2009/06/01 21:21:16 DEBUG executing insert

            com.google.gdata.util.ServiceException: Internal Server Error

            Server Error


                at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt<br/>
            

            pGDataRequest.java:533)

                at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G<br/>
            

            oogleGDataRequest.java:562)

                at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData<br/>
            

            Request.java:481)

                at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques<br/>
            

            t.java:460)

                at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe<br/>
            

            quest.java:534)

                at com.google.gdata.client.Service.insert(Service.java:1243)<br/>
                at com.google.gdata.client.GoogleService.insert(GoogleService.java:561)<br/>
                at goocalsync.GoogleCalendarDAO.insert(GoogleCalendarDAO.java:63)<br/>
                at goocalsync.SyncService.executeNotesToGoogle(SyncService.java:28)<br/>
                at goocalsync.GooCalSync.main(GooCalSync.java:15)<br/>
            



            C:\notes\goocalsync>pause

            Press any key to continue . . .

            • Congratulations !

              By Muneyuki Ohkawa 1 decade ago

              Finally !!!



              But this calendar must be analyzed as weekly repeated calendar and synchronized successfully.

              Did any other weelky repeated calendar fail ? Or is it only this calendar entry to fail ?

              • other entries

                By Tsjeard j de boer 1 decade ago

                Hi,

                Only this one gave real problem, but afterwards i found following other problems:

                • deleted entries are not or not always copied both ends. If I delete from Google, then it was replicated

                  bback from notes to google, in stead of deleted on google
                • date/time format issues. A collegue had planned vacation on 21/7 (july) until 5/8 (5th August), and that

                  one ended up all over the place.



                  I will create testcalender on test google account to experiment when i have time, for now setup is strictly

                  google to notes sync.
                • delete trouble

                  By Muneyuki Ohkawa 1 decade ago

                  Hi TJ,

                  We have released v0.913 in which date separator problem was fixed. That might get rid of date/time format issue you encountered.

                  v0.913 has other fix and improvement except for delete problem. We could recognize the cause of this delete trouble and now under investigating how to address it. Be partient please for a while.