muhammadnaveed / syncnotes2google

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

Notes initialization failure - err 259 #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Error content and Bat config file is attached
2.
3.

What is the expected output? What do you see instead?
Notes initialization failure - err 259

What version of the product are you using? On what operating system?
Version 0.0.5, Win 7 x64

Please provide any additional information below.
<<<<Error Output>>>

C:\Lotus Sync>syncnotes2google.bat
SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
de.bea.domingo.service.NotesServiceRuntimeException: Notes initialization 
failure - err 259
        at de.bea.domingo.service.NotesServiceFactory.throwWrappedException(NotesServiceFactory.java:344)
        at de.bea.domingo.service.NotesServiceFactory.initThreadPool(NotesServiceFactory.java:320)
        at de.bea.domingo.service.NotesServiceFactory.createSession(NotesServiceFactory.java:252)
        at de.bea.domingo.service.NotesServiceFactory.getSession(NotesServiceFactory.java:161)
        at com.googlecode.syncnotes2google.Factory.getNotesSession(Factory.java:45)
        at com.googlecode.syncnotes2google.Factory.getMailDatabase(Factory.java:99)
        at com.googlecode.syncnotes2google.dao.NotesCalendarDAO.getFirstEntry(NotesCalendarDAO.java:39)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.java:14)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Google.java:23)
Caused by: java.lang.Exception: Notes initialization failure - err 259
        at lotus.domino.NotesThread.NnotesInitThread(Native Method)
        at lotus.domino.NotesThread.sinitTermThread(Unknown Source)
        at lotus.domino.NotesThread.sinitThread(Unknown Source)
        at de.bea.domingo.proxy.NotesProxyFactory.sinitThread(NotesProxyFactory.java:653)
        at de.bea.domingo.service.NotesServiceFactory.sinitThread(NotesServiceFactory.java:396)
        at de.bea.domingo.service.NotesServiceFactory$NotesThreadFactory.initThread(NotesServiceFactory.java:462)
        at de.bea.domingo.threadpool.SimpleThreadPool.run(SimpleThreadPool.java:347)
        at de.bea.domingo.proxy.DNotesThread.run(DNotesThread.java:244)

<<<Bat File Contents>>

@echo off
rem The path to the notes installation
set notes-path=C:\Program Files (x86)\lotus\notes
rem The relative path to the Notes.jar from the notes installation. ex. 
Notes.jar or jvm/lib/ext/Notes.jar
set notes-jar=\jvm\lib\ext\notes.jar

set cPath=%CLASSPATH%;.\syncnotes2google.jar
set cPath=%cPath%;"%notes-path%\%notes-jar%"
set cPath=%cPath%;.\lib\domingo-1.5.1.jar
set cPath=%cPath%;.\lib\gdata-calendar-2.0.jar
set cPath=%cPath%;.\lib\gdata-calendar-meta-2.0.jar
set cPath=%cPath%;.\lib\gdata-client-1.0.jar
set cPath=%cPath%;.\lib\gdata-client-meta-1.0.jar
set cPath=%cPath%;.\lib\gdata-core-1.0.jar
set cPath=%cPath%;.\lib\gdata-media-1.0.jar
set cPath=%cPath%;.\lib\google-collect-1.0-rc1.jar

set path=%path%;%notes-path%
"C:\Program Files (x86)\Java\jre6\bin\java" -classpath %cPath% 
com.googlecode.syncnotes2google.SyncNotes2Google

Original issue reported on code.google.com by philipwr...@gmail.com on 9 Jul 2012 at 3:20