Thanks Tom - worked perfectly
that was it!! thank you Pavel Šidlo
Solution is to add Google CA certs to LN Java store: - https://accounts.google.com - grab CA certs from here eg. using: openssl s_client -connect accounts.google.com:443 -showcerts - save GTS Root R1 and GTS CA 1C3 (maybe one of them is not necessary) - add CA certs to ibm/notes/jvm/lib/security/cacerts: keytool -importcert -alias GTS_Root_R1 -file /tmp/Default_Trust_GTS_Root_R1.crt -keystore cacerts -trustcacerts keytool -importcert -alias GTS_CA_1C3 -file /tmp/GTS_CA_1C3.crt -keystore cacerts -trustcacerts...
Solution is to add Google API CA certs to LN Java store: - https://accounts.google.com - grab CA certs from here eg. using: openssl s_client -connect accounts.google.com:443 -showcerts - save GTS Root R1 and GTS CA 1C3 (maybe one of them is not necessary) - add CA certs to ibm/notes/jvm/lib/security/cacerts: keytool -importcert -alias GTS_Root_R1 -file /tmp/Default_Trust_GTS_Root_R1.crt -keystore cacerts -trustcacerts keytool -importcert -alias GTS_CA_1C3 -file /tmp/GTS_CA_1C3.crt -keystore cacerts...
I checked the source and it is base 64 encoded. https://www.base64encode.org/ You just need to insert \ ahead of the =.
Hey Tom! Thanks for that - on the basis of your message I tried it again, and sync is now working for me too (which I'm sure it wasn't before). Strangely SyncOnStartup doesn't, but the scheduled syncs run and silent mode works. The problem will come when my notes password expires as I'll need to figure out how to generate a new encoded value for the config file Thanks
Funny but Mike and I have worked on the same team. I just upgraded to Red Hat 8.4 and I see the same thing with the GUI. But sync does occur.
Sorry for the delay Jean. Unfortunately I'm not sure what to do for the problem. :-(
Hi I had LNGSync working fine on redhat 7.9 using MATE desktop. Since upgrading to redhat 8.4 and gnome3, I can no longer get it to work. Running lngsyc.sh the tray icon appears, but it I cannot interact with it to get the UI up, and nothing appears in the log. I've tried a fresh install with no config and get the exact same behaviour. Any ideas gratefully appreciated! Thanks
Thank you Dean for your response. I was afraid that was going to be the answer. For what's it's worth, it was a fantastic tool. Is there any way I can get that certificate and put it on my own server or environment? I know LN is becoming a dinosaur. Any other ideas to sync the calendar would be appreciated. Kind regards, Jean
I was the primary maintainer of this project, but no longer have or use Lotus Notes. So I can't really help. However, if someone finds a solution they want included in a new build, I can work with them to get that done.
I am getting the same message. 2 different computers. I'm hoping this has not been discontinued.
Everything was working fine up until 8/21 I Imported Google .CERT from browser into CACERTS no change javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: No trusted certificate found Any help would be appreciated
Thank you @Christof Thim, I followed your instructions, but made a few tweaks to keep intact the dynamic paths. Uploading my result for others as a shortcut. This gets LNGS started, but I am getting errors when syncing. Does anyone know what might be causing this based on the log? (I tried setting my lngsync.sh without trying to fix the absolute paths and get the same result) Starting sync - 6/29/21 4:00:36 PM Application Version: 2.8 OS: Mac OS X 10.16 x86_64 Java: 1.8.0_282 AdoptOpenJDK Java Home:...
Thank you @Christof Thim, I followed your instructions, but made a few tweaks to keep intact the dynamic paths. Uploading my result for others as a shortcut. If you're on HCL Notes 11, and Big Sur, you should be able to just replace lngssync.sh with this version.
@Christof and @deanhill1971 - thanks so much. I was able to make the edits and things are working for me on Mac Big Sur and Notes v11. Much appreciated.
Christof, You're welcome, and thanks for sharing what you learned.
@deanhill1971 thanks for your contribution and the great work you put into it, when maintaining.
Hi, I have updated to Notes 11 and OSX BigSur and managed to run LNGS. There needs to be some tweeking in the lngsync.sh as the internal structure of the Notes app has change as well as the builtin java version (which is now 64bit only) of OSX. The description is for HCL Notes 11, but with a little browsing you can modify it for your purpose. As I am quite lazy I did not keep the paths in the script dynamic but just modified it for my case. So in the lngsync.sh I edited line 36 and 37: the new name...
I think it’s impossible. The script was last updated in 2012! And it is still looking for 32-bit Darwin Java - which is just out of the picture now. How silly. The code just needs to be updated (seriously). And there is no other way to sync Notes calendar with anything on Mac! What a bad sign for Notes. But it works on iPhone, because of IBM Verse. But then the iPhone cal doesn’t sync with the Mac Calendar! What a mess! On Dec 2, 2020, at 10:48 AM, Dean Hill deanhill1971@users.sourceforge.net wrote:...
I used to maintain LNGS, but no longer have Lotus Notes and only used it under Windows. Maybe someone else can help... but it doesn't seem like many people monitor this message board, unfortunately. Dean
While I do enjoy spending hours editing scripts, I am unfortunately pressed for time here. The current script only seems to be aware of OSX = Darwin. Further, the Notes app location is incorrect, at least for me. Even though Notes has been sold to HCL, my path still includes IBM Notes I mean, there are a number of things that need correcting. Can anyone please provide an update?
Sorry Juan, I'm not sure what is happening, and unfortunately don't have the time to look into it further.
Hi Dean, yes, but when I try to set the script to use the Java that comes with notes, nothing changed, I tried to put all paths so they are pointing to the Notes Files, but the output error are always the same, what is wrong? lotusPath = "C:\Notes" ' Path where Notes.ini is located. Set to "" for auto-detect. lotusIniPath = "C:\Notes"* ' Path where javaw.exe is located. Set to "" for auto-detect. javaPath = "C:\Notes\jvm\bin" lotusJavaPath = "C:\Notes\jvm\bin" ' Set to 1 to use the version of Java...
I used to maintain this tool, but no longer use Lotus Notes. The error says there is a problem connecting to Notes: lngs.util.LngsException: There was a problem initializing the Lotus Notes thread. As I recall there are tips in the LNGS help file for this problem. You could run the Lotus Notes connectivity test. Also, I think there was a recommendation to use the version of Java that comes with Notes (instead of a newer version). The output you shared looks like a newver version of Java is being...
Yesterday it was working, and today I can't get it running again. Starting sync - 22/10/20 11:15:00 Application Version: 2.8 OS: Windows 10 10.0 amd64 Java: 1.8.0_241 Oracle Corporation Java Home: C:\Program Files\Java\jre1.8.0_241 Java Classpath: C:\Users\JuanManuelManso\Documents\LNGoogleCalSync2_8\lngsync.jar Java Library Path: C:\Program Files\Java\jre1.8.0_241\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program...
Update: It seems to work only when the Notes client is not running :(
The topic was accidentally duplicated.
Hi! I want to share the experience of running this useful utility on current MacOS and with the current version of Notes client;) Since IBM sold its wonderful product to HCL in the current versions of the client, its name and installation paths have changed. Therefore, when looking for a value for the variable NOTES_PATH, I put the path "/Applications/HCL Notes.app/Contents/MacOS" as the first option. First, I got it working correctly with java installed on MacOS along the path "/Library/Internet...
Hi! I want to share the experience of running this useful utility on current MacOS and with the current version of Notes client;) Since IBM sold its wonderful product to HCL in the new versions of the client, its name and installation paths have changed. Therefore, when looking for a value for the variable NOTES_PATH, I put the path "/Applications/HCL Notes.app/Contents/MacOS" as the first option. First, I got it working correctly with java installed on MacOS along the path "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java"...
Hi! I want to share the experience of running this useful utility on current MacOS and with the current version of Notes client;) Since IBM sold its wonderful product to HCL in the current versions of the client, its name and installation paths have changed. Therefore, when looking for a value for the variable NOTES_PATH, I put the path "/Applications/HCL Notes.app/Contents/MacOS" as the first option. First, I got it working correctly with java installed on MacOS along the path "/Library/Internet...
Hello Forum, I've updated my TP to a new RedHat Version, 8.2 and now the Notes=>Google Synchronisation doesn't work any more. I get just an empty log file, when I redirect the output of the cron job I can see this The DISPLAY environment variable was not set, and the attempt to manually set did not work. The application may not startup properly. Is there any workaround for RH 8.2, any new ugli X11 hack? Manuel.
Hi all, I have followed the instruction on HelpFile.html, but still getting the following error. I also run the LNConnectivityTest and all test passed as successful. Starting sync - 20/01/26 22:45:00 Date range: 20/01/19 thru 20/03/26 (-7 to +60 days) Getting Lotus Notes calendar entries === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException: There was a problem initializing the Lotus Notes thread. Make...
Keep getting this error. The application actually seems to be in a loop as it will continually open a new web page asking for permission then shows "Received verification code. Closing...". Here's my log from the connectivity test. Please let me know if I can provide other info. Thanks! DELETED
Awesome. That worked. Thanks
Thanks, It's working, you really gave a big hand.
Hey guys, So I'm trying to launch the script via an App. From Terminal it runs perfect. I created the App via Platypus (screenshot attached). After giving the app access to files in Settings / Scurity and Privacy / Full Disk Access it does start, it does log into Lotus Notes, but when logging into Google Notes, an error crops up (screenshot also attached): === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException:...
Hey guys, the problem is Catalina requires access for files, camera, sound, etc. If you get the error lngs.util.LngsException: There was a problem initializing the Lotus Notes thread. Make sure the Lotus dll/so/dylib directory is in your path. Go to Settings / Scurity and Privacy / Full Disk Access and check the box to give permissions to Java
I got the same error after upgrade to Catalina, I heard Catalina prohibits 32bit app to run, and this sync app requires 32 bit java.
Hi, i get the same error. It was working fine all along and i upgraded to Catalina Mac OS and since then i ran into the issue. Any ideas. I do have this Automatic sync-on-startup is enabled. Starting sync - 10/22/19 9:09:07 AM Application Version: 2.8 OS: Mac OS X 10.15 x86_64 Java: 1.8.0_221 Oracle Corporation Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre Java Classpath: /Applications/IBM Notes.app/Contents/MacOS/jvm/lib/ext/Notes.jar:./lngsync.jar:./lib/AbsoluteLayout.jar:./lib/Notes.jar:./lib/beansbinding-1.2.1.jar:./lib/commons-codec-1.9.jar:./lib/commons-httpclient-3.1.jar:./lib/commons-logging-1.1.1.jar:./lib/google-api-client-1.21.0.jar:./lib/google-api-client-jackson2-1.21.0.jar:./lib/google-api-client-java6-1.21.0.jar:./lib/google-api-services-calendar-v3-rev170-1.21.0.jar:./lib/google-http-client-1.21.0.jar:./lib/google-http-client-jackson2-1.21.0.jar:./lib/google-oauth-client-1.21.0.jar:./lib/google-oauth-client-java6-1.21.0.jar:./lib/google-oauth-client-jetty-1.21.0.jar:./lib/httpclient-4.0.1.jar:./lib/httpcore-4.0.1.jar:./lib/jackson-core-2.1.3.jar:./lib/jasypt-1.5.jar:./lib/javax.servlet-3.0.0.v201112011016.jar:./lib/jdatepicker-1.1.0.jar:./lib/jdom.jar:./lib/jetty-6.1.26.jar:./lib/jetty-util-6.1.26.jar:./lib/swing-layout-1.0.4.jar:...
Hi Don, I was the maintainer of this software project, but no longer use Lotus Notes. I'm not sure if anyone else will want to take over and make the changes you want.
Hello - Can you advise if the "Online Meeting" field in Lotus Notes can be synced to Google Calendar. This is a key field as it oftens contains a meeting's Webex, Skype or GoTo URL. In many cases, this is the only information provided and way I can connect to a meeting invite. I would assume it could be mapped to Google Calendar's Location, Conferencing or Description field. Any thoughts or advice? Thanks Much, Don Woodward
At the perform sync tab it shows: Configuration settings were successfully validated then sync fails and gives me the following error: === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException: There was a problem initializing the Lotus Notes thread. Make sure the Lotus dll/so/dylib directory is in your path. Also look at the Troubleshooting section of the Help file. at lngs.lotus.LotusNotesManager.getCalendarEntries(LotusNotesManager.java:269)...
Hi All, I was having same trouble multiple posts have stated: infinite google account login requests, not working in general due to client_secret etc. I deleted my old google project, set it all up new and it worked perfectly. I would suggest same. The google menus don't match the setup instructions but the names of the areas you need to go into are same and processes are same once you are inside the proper setup area.
When I run ./lngsync.sh I get this: Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main class lngs.MainGUI Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/UserException When I downloaded LNConnectivityTest and run ./lnconntest.sh I get this: Unable to find any JVMs matching architecture "i386". Starting Lotus Notes connectivity test. Application Version: 1.14.1 OS: Mac OS X 10.14.3 x86_64 Java: 11.0.2 Oracle Corporation Java Home: /Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home...
Backed up my lngsync directory and then copied to new MacOS install (High Sierra). Installed java from Oracle: java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode) when launching lngsync get the following: Roberts-MBP:lngsync bob$ sh lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main...
Backed up my lngsync directory and then copied to new MacOS install (High Sierra). Installed java from Oracle: java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode) when launching lngsync get the following: Roberts-MBP:lngsync bob$ sh lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main...
Dean - LNGoogleCalSync is now working completely for me, end to end. Thanks for your help.
I'm glad you got it working. Take care. On Fri, Jan 18, 2019 at 11:07 AM Donald Woodward dwoodward64@users.sourceforge.net wrote: Dean - ignore this last post. My password was incorrect! I can NOT open the GUI interface https://sourceforge.net/p/lngooglecalsync/discussion/943517/thread/ff8814fc84/?limit=25#b7d7/8ea9 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/lngooglecalsync/discussion/943517/ To unsubscribe from further messages, please visit https://so...
Dean - ignore this last post. My password was incorrect!
Thanks Dean. I am running it out of my home Downloads folder: /Users/donw@us.ibm.com/Downloads/LNGoogleCalSync GCalConnectivityTest does not have an .sh file, so I could not run that. I was able to run LNConnectivityTest. I got the result below. I tried using both the server name and 'local' I could not find anything in HelpFile.html regarding this error. Thanks for any thoughts or guidance! Don Woodward ================================== Dons-MBP:LNConnectivityTest donw@us.ibm.com$ ./lnconntest.sh...
Thanks Dean. I am running it out of my home Downloads folder: /Users/donw@us.ibm.com/Downloads/LNGoogleCalSync GCalConnectivityTest does not have an .sh file, so I could not run that. I was able to run LNConnectivityTest. I got the result below. I tried using both the server name and 'local' I could not find anything in HelpFile.html regarding this error. Thanks for any thoughts or guidance! - Don Woodward Dons-MBP:LNConnectivityTest donw@us.ibm.com$ ./lnconntest.sh Unable to find any JVMs matching...
Donald, Were you running lngsync.sh? In HelpFile.html, search for "LNConnectivityTest" or "GCalConnectivityTest". Try running each of these utilities to see what happens.
I can't open the user interface, getting null pointer exeption Lotus Notes v9.0.1 Mac OSX High Sierra v10.13.6 Sun JDK v1.8.0 XQuartz v2.7.1.1 Error: java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) dons-mbp:~ donw@us.ibm.com$ cd Downloads dons-mbp:Downloads donw@us.ibm.com$ cd LNGoogleCalSync dons-mbp:LNGoogleCalSync donw@us.ibm.com$ ./lngsync.sh -silent Unable to find any JVMs matching architecture "i386"....
I'm the maintainer of the tool, but no longer use Lotus Notes. So I can't test if something has changed. Tryreading the sections of the LNGS Help File related to authentication. Maybe try setting up authentication from scratch.
You can translate the vbs commands into Powershell commands. Or you can run the vbs commands manually from a prompt.
Since a couple of weeks my calsync fails with the error at java.lang.Thread.run(Thread.java:767) Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_grant", "error_description" : "Bad Request" } Looks like something in the authentication part has changed. Any hints ?
Hi, I can't run vbs script due to a gpo policy, are there any other ways to start the LGNS? Powershell works fine. (This is a windows environment) Thanks
I can sync my lotus, please ignore my post, Thank you
I can sync my lotus, please ignore my post, Thank you
Hi, I'm new using this tool, I have a mac with JDK 11. when I try to run the sh file lngsync.sh I have the next error: ./lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main class lngs.MainGUI Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/UserException not sure If I need to set something else in the file. Can you help me?
Hi, I'm new using this tool, I have a mac with JDK 11. when I try to run the sh file lngsync.sh I have the next error: ./lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main class lngs.MainGUI Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/UserException not sure If I need to set something else in the file. Can you help me?
Hola ! Me pasa lo mismo. Como lo resolviste ?
hi guys, I am new and want to activate that thread, cause I've an identical problem, but just ONE note ini. When I search for Mailfile in notes.ini, I find the correct path. (MailFile=mail13\v080654.nsf) But sync doesn*'t work using win 10, Notes 9.0.1 FP8 and Lngsync 2.8 output from connectivitytest: === Checking location of notes.ini. notes.ini file found here: d:\data\v080654\notes\notes.ini === Trying to manually load NotesThread class. Success === Initializing NotesThread. Success === Connecting...
I've only just recently noticed this, so I don't know how long this has been the case, but my tool has stopped syncing individual calendar entries. It still detects and syncs recurring meetings and such (because I can see it adding new entries) but I now have half a dozen individual meetings which are not being detected (ie. they are not in the LotusNotesFoundEntries.txt file). Help?
Hi: I have installed the 2.8 release on my Mac (OS X high seirra). Followed the setup instructions for the google account side, and have arrived at my first sync. Everythign starts up and it starts my browswer (chrome ) and acces me to allow. I click the allow and it says it was successful and then pops open the browswer window to repeat the process ( wash rinse repeat).. In a previous article it indicated to try the GCal connectivity test - I did so and used the same client secret file and that...
Oh FFS - I just noticed it puts an icon in the top right of the screen - sorry - ignore my stupid question !!
Oh FFS - I just noticed it puts an icon in the top right of the screen - soeey - ignore my stupid question !!
Hi, I'm trying to run the script but it just hangs with nothing happening. I have installed XQuartz (https://www.xquartz.org/) for X11 support and I've installed the latest JRE. ~$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) ~$ When I run the script I get: ~/Downloads/LNGoogleCalSync$ ./lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar...
I've just migrated over to a Mac, and I'm runing High Sierra OS. When I open LNGS with the ./lngsync.sh, it does it's first sync without a hitch. However, when it goes to sync for a second time (both with the scheduler or my manually hitting Synchronize) it has a fatal error: Any ideas on what might be causing this? I rely on this program!! I don't want to live without it :) Kevins-MBP:lngooglecalsync kevinmorrow$ ./lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes...
This issue was being given because the mail/userid.nsf file was not replicated locally (was missing). Both pointing to the mail file on the serve, and then localizing it resolved this issue.
Now getting a new error: Starting sync - 3/30/18 12:00:00 PM Date range: 3/23/18 thru 6/13/18 (-7 to +75 days) Getting Lotus Notes calendar entries (0.8 s) === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException: There was a problem reading Lotus Notes calendar entries. at lngs.lotus.LotusNotesManager.getCalendarEntries(LotusNotesManager.java:262) at lngs.MainGUI.doSync(MainGUI.java:331) at lngs.MainGUI$SyncSwingWorker.doInBackground(MainGUI.java:495)...
Solved my original issue by uninstalling and reinstalling java both system and JRE
New to the mac, had this wonderful program up and running well on my windows PC. Trying to get this setup on the new mac, but when running the .sh file I get the below error. Can anyone help me figure out what I need to do? Kevins-MBP:lngooglecalsync km$ ./lngsync.sh Unable to find any JVMs matching architecture "i386". Running Lotus Notes Google Calendar Sync in GUI mode... Error: Unable to initialize main class lngs.MainGUI Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/UserException
To downlaod the latest code: 1. Go here: https://sourceforge.net/p/lngooglecalsync/code/HEAD/tree/HEAD/tree/lngooglecalsync/ 2. Click the Download Snapshot link to download a zip off all the code and support files. In the Help file there is a section named Building the Application that might help a littlea.
In the Help file, try following the steps to run GCalConnectivityTest. That may help narrow down the problem.
In the Help file, try following the steps to run GCalConnectivityTest. That may help narrow down the problem.
In the Help file, try following the steps to run GCalConnectivityTest. That may help narrow down the problem.
In the Help file, try following the steps to run GCalConnectivityTest. That may help narrow down the problem.
Hi i'm facing the same problem but how can i "Juste pull down the latest vesrion of code" ? lngs rocks i used it for years and i'm very disapointed to can not sync now ! thank you, regards
I have problems with my sync. It was allways working and nothing changed. All of a sudden some time ago syncing stopped working. Added logfile below : === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException: Unable to create Google calendar. at lngs.google.GoogleManager.connect(GoogleManager.java:265) at lngs.MainGUI.doSync(MainGUI.java:369) at lngs.MainGUI$SyncSwingWorker.doInBackground(MainGUI.java:495)...
Hi, Since few month, I've got this error log. I've tried a new json, but it didn't fix. Starting sync - 20/03/18 14:15:00 Date range: 13/03/18 thru 19/05/18 (-7 to +60 days) Getting Lotus Notes calendar entries (2.3 s) 61 Lotus entries found within date range Logging into Google (3.0 s) === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. lngs.util.LngsException: Unable to login to Google. at lngs.google.GoogleManager.connect(GoogleManager.java:229)...
Same for me... di you find a way to fix it ?
I'll try to tag the 2.8 realease, but it is the Head version. Just pull down the latest version of code, and you will be good.
After migration to Sierra the program fails with (Trace On): HELP Starting sync - 3/14/18 1:04:26 PM Application Version: 2.8 OS: Mac OS X 10.13.1 x86_64 Java: 1.6.0_65 Apple Inc. Java Home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Java Classpath: /Applications/IBM Notes.app/Contents/MacOS/jvm/lib/ext/Notes.jar:./lngsync.jar:./lib/AbsoluteLayout.jar:./lib/Notes.jar:./lib/beansbinding-1.2.1.jar:./lib/commons-codec-1.9.jar:./lib/commons-httpclient-3.1.jar:./lib/commons-logging-1.1.1.jar:./lib/google-api-client-1.21.0.jar:./lib/google-api-client-jackson2-1.21.0.jar:./lib/google-api-client-java6-1.21.0.jar:./lib/google-api-services-calendar-v3-rev170-1.21.0.jar:./lib/google-http-client-1.21.0.jar:./lib/google-http-client-jackson2-1.21.0.jar:./lib/google-oauth-client-1.21.0.jar:./lib/google-oauth-client-java6-1.21.0.jar:./lib/google-oauth-client-jetty-1.21.0.jar:./lib/httpclient-4.0.1.jar:./lib/httpcore-4.0.1.jar:./lib/jackson-core-2.1.3.jar:./lib/jasypt-1.5.jar:./lib/javax.servlet-3.0.0.v201112011016.jar:./lib/jdatepicker-1.1.0.jar:./lib/jdom.jar:./lib/jetty-6.1.26.jar:./lib/jetty-util-6.1.26.jar:./lib/swing-layout-1.0.4.jar:...
Hi, im behind a inspecting proxy, so I must trust the certificate of this proxy. Unfortunately google api, does not respect the local truststore, they use their own. The goal was to change the code around GoogleUtils.getCertificateTrustStore() to support a proxy as described in the api documentation. Should not be a big thing, but I would like to continue on the 2.8 release which is not tagged any where.
Thank you for this advice.
Hi, earlier I used LNGS with notes8, but I have now a new laptop with win10 and with ibm notes9. I want to configure LNGS again, but I get the following error: Automatic sync-on-startup is enabled. Starting sync - 12/12/17 9:14:41 AM Application Version: 2.8 OS: Windows 10 10.0 amd64 Java: 1.8.0_131 Oracle Corporation Java Home: C:\Program Files\Java\jre8u131 Java Classpath: C:\Program Files\LNGoogleCalSync\lngsync.jar Java Library Path: C:\Program Files\Java\jre8u131\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program...
Error when syncing java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.read(SocketInputStream.java:140) at com.ibm.jsse2.a.a(a.java:218) at com.ibm.jsse2.a.b(a.java:123) at com.ibm.jsse2.a.a(a.java:151) at com.ibm.jsse2.tc.a(tc.java:540) at com.ibm.jsse2.tc.g(tc.java:416) at com.ibm.jsse2.tc.a(tc.java:60) at com.ibm.jsse2.tc.startHandshake(tc.java:381) at com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:151) at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:64)...
Im getting Similar to above, any idea where I should start? java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.read(SocketInputStream.java:140) at com.ibm.jsse2.a.a(a.java:218) at com.ibm.jsse2.a.b(a.java:123) at com.ibm.jsse2.a.a(a.java:151) at com.ibm.jsse2.tc.a(tc.java:540) at com.ibm.jsse2.tc.g(tc.java:416) at com.ibm.jsse2.tc.a(tc.java:60) at com.ibm.jsse2.tc.startHandshake(tc.java:381) at com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:151) at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:64)...
Dear friends, since a few weeks I am getting the following when opening and syncing: === ERROR === There was an error synchronizing. See Troubleshooting in the Help file. This screen output is also in lngsync.log. com.google.api.client.googleapis.json.GoogleJsonResponseException: 410 Gone { "code" : 410, "errors" : [ { "domain" : "global", "message" : "Resource has been deleted", "reason" : "deleted" } ], "message" : "Resource has been deleted" } at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)...
SOLVED
Nothing is syncing... not sure what is causing it. Automatic sync-on-startup is enabled. Starting sync - 10/9/17 4:49:32 PM Date range: 10/2/17 thru 12/8/17 (-7 to +60 days) Getting Lotus Notes calendar entries (0.7 s) 0 Lotus entries found within date range Logging into Google (0.0 s) Getting Google calendar entries (0.1 s) 0 Google entries found within date range Comparing Lotus Notes and Google calendar entries (0.0 s) 0 Google entries to create. 0 entries to delete. Finished sync (0.8 s total)...
When I try to synchronize, my browser opens and I get this error: Error: redirect_uri_mismatch The redirect URI in the request, http://localhost:53624/Callback, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/145992406410-8ouggbqffut0gpgdf0tfsf0otpe9lp2l.apps.googleusercontent.com?project=145992406410 to update the authorized redirect URIs I have search this discussion board for this error, but did not find a solution...
Hi!, I have a problem. I downloaded and did the configuration set up step by step according to the manual in the HelpFile. The problem is that it keeps notifying that 0 Lotus entries found within the date ragne (-65 to 222 as I found Dean suggested someone in a topic), so there is nothing sync from my Lotus calendar to my google calendar. Here is my diagnostic: Starting sync - 6/10/2560 8:30:43 Application Version: 2.8 OS: Windows 7 6.1 build 7601 Service Pack 1 x86 Java: 1.6.0 IBM Corporation Java...
Hi Mario! No, User ID file can be open only one time. Best regards Mario
Hi Mario! No, User ID file can be open only one time. Are from Generali? Best regards Mario Am 15.09.2017 um 17:00 schrieb Mario Schiefer marioschiefer@users.sf.net: Hi Mario, I have the identical problem with syncing notes. Do you already have a solution for your problem, that the sync only runs, if you close notes? Thx in advance Mario Lotus Notes 9 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/lngooglecalsync/discussion/943517/ To unsubscribe from further...
Hi Skiloup, Do you already have a solution for your notes 9 sync problem? Thx in advance Mario
Hi Mario, I have the identical problem with syncing notes. Do you already have a solution for your problem, that the sync only runs, if you close notes? Thx in advance Mario