muhammadnaveed / syncnotes2google

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

Exception in thread "main" java.lang.NullPointerException #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run program as normal
2. Execution stops here:
Start google-to-notes to notes-to-google synchronization.
executing delete Process Walkthrough: Software (Meeting #2)

3.

What is the expected output? What do you see instead?
The application stops functioning with this error:
Exception in thread "main" java.lang.NullPointerException
        at
com.googlecode.syncnotes2google.dao.BaseDoc.toString(BaseDoc.java:26)
        at
com.googlecode.syncnotes2google.dao.NotesCalendarDAO.convDoc(NotesCal
endarDAO.java:256)
        at
com.googlecode.syncnotes2google.dao.NotesCalendarDAO.select(NotesCale
ndarDAO.java:157)
        at
com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:46)
        at
com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:24)

What version of the product are you using? On what operating system?
Notes 6.5.5 CCH1
Win XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by JoeH...@gmail.com on 10 Feb 2010 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by henols on 22 Mar 2010 at 2:12