Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Session.getUserName java.lang.NoSuchFieldError: cpp_object
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Crash
Platform: Windows
Release: 8.5.1
Reproducible: Always

Hello all,

I have a applet which synchronize with a local Lotus Notes 8.5.1 client (I can't update the version), and when I launch my synchronization I get the following exception, by invoking this method lotus.domino.Session session.getUserName():

Any one have a idea of the problem or how I can solve it ?


2014-12-16 18:24:37,487 DEBUG c.e.f.b.a.c.NotesConfiguration - Applet Parameter[notesIniPaths] : C:/infAppData/Notes/Data;C:/Program Files (x86)/Lotus/Notes;C:/Program Files (x86)/IBM/Lotus/Notes;C:/Program Files/Lotus/Notes;C:/Program Files/IBM/Lotus/Notes
2014-12-16 18:24:37,530 DEBUG c.e.f.b.a.c.NotesIniVersionParser - Extracted version [8.5.1] from Release 8.5.1FP5 SHF87
2014-12-16 18:24:37,531 DEBUG c.e.f.b.a.c.NotesIniVersionParser - Extracted version [8.5.1] from Release 8.5.1FP5 SHF87
2014-12-16 18:24:37,531 INFO c.e.f.b.a.c.ConfigurationApplet - A valid notes.ini has been found [/C:/infAppData/Notes/Data/notes.ini]. The Lotus Notes Version is 8.5.1
2014-12-16 18:24:45,775 DEBUG c.e.f.s.a.ProxyPacHandler - Proxy[DIRECT] null
2014-12-16 18:24:45,777 DEBUG c.e.f.s.a.ProxyPacHandler - [DIRECT] Uses the ProxySelector[com.btr.proxy.selector.misc.ProxyListFallbackSelector@1bcfb6b] found
2014-12-16 18:24:45,962 INFO c.e.f.s.e.g.SyncEnricherModude - [EdealAppointmentTransformer] Register com.mycompany.frontoffice.sync.groupware.enforcer.CvnUserEdealAppointmentTransformer
2014-12-16 18:24:45,965 INFO c.e.f.s.e.g.SyncEnricherModude - [ExternalAppointmentValidator] Register com.mycompany.frontoffice.sync.groupware.enforcer.CvnUserAppointmentValidation
2014-12-16 18:24:45,966 INFO c.e.f.s.e.g.SyncEnricherModude - [AppointmentValidator] Register com.mycompany.frontoffice.sync.service.validator.OrganizerValidator
2014-12-16 18:24:45,966 INFO c.e.f.s.e.g.SyncEnricherModude - [AppointmentValidator] Register com.mycompany.frontoffice.sync.service.validator.PrivacyValidator
2014-12-16 18:24:45,966 INFO c.e.f.s.e.g.SyncEnricherModude - [AppointmentValidator] Register com.mycompany.frontoffice.sync.service.validator.AllDayValidator
2014-12-16 18:24:45,966 INFO c.e.f.s.e.g.SyncEnricherModude - [AppointmentValidator] Register com.mycompany.frontoffice.sync.service.validator.DateValidator
2014-12-16 18:24:46,539 INFO c.e.f.s.g.s.DominoSessionBuilder - Try to create Domino session with fullAccess[false]
2014-12-16 18:24:46,584 ERROR c.e.f.s.a.c.AppControllerImpl - cpp_object
java.lang.NoSuchFieldError: cpp_object
at lotus.domino.local.NotesBase.PropGetString(Native Method) ~[sync-applet.jar:na]
at lotus.domino.local.Session.getUserName(Unknown Source) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.buildSession(DominoSessionBuilder.java:121) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.buildSession(DominoSessionBuilder.java:105) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.get(DominoSessionBuilder.java:171) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.check(DominoSessionBuilder.java:158) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.service.AppletServiceImpl.isValidLotusNotesConfiguration(AppletServiceImpl.java:158) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.controller.AppControllerImpl$1.execute(AppControllerImpl.java:72) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.command.CommandExecuterImpl$3.runNotes(CommandExecuterImpl.java:91) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.command.CommandExecuterImpl$3.run(CommandExecuterImpl.java:85) ~[sync-applet.jar:na]
at lotus.domino.NotesThread.run(Unknown Source) ~[sync-applet.jar:na]
2014-12-16 18:24:46,584 ERROR c.e.f.s.a.SyncApplet - cpp_object
java.lang.NoSuchFieldError: cpp_object
at lotus.domino.local.NotesBase.PropGetString(Native Method) ~[sync-applet.jar:na]
at lotus.domino.local.Session.getUserName(Unknown Source) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.buildSession(DominoSessionBuilder.java:121) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.buildSession(DominoSessionBuilder.java:105) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.get(DominoSessionBuilder.java:171) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.groupware.session.DominoSessionBuilder.check(DominoSessionBuilder.java:158) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.service.AppletServiceImpl.isValidLotusNotesConfiguration(AppletServiceImpl.java:158) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.controller.AppControllerImpl$1.execute(AppControllerImpl.java:72) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.command.CommandExecuterImpl$3.runNotes(CommandExecuterImpl.java:91) ~[sync-applet.jar:na]
at com.mycompany.frontoffice.sync.applet.command.CommandExecuterImpl$3.run(CommandExecuterImpl.java:85) ~[sync-applet.jar:na]
at lotus.domino.NotesThread.run(Unknown Source) ~[sync-applet.jar:na]


Feedback number WEBB9RVBHG created by ~Ted Brelusonakoi on 12/17/2014

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS