You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up the ldap-configuration for SpagoBIMobile, I got NullpointerExceptions in the it.eng.spagobi.engine.mobile.service.LoginAction class.
After checking the sourcecode of this class, I noticed that the EMFErrorHandler errorHandler field was never initialized.
This causes a NullpointerException when 'errorHandler.addError(emfu);' was executed.
Comments
no comments
The text was updated successfully, but these errors were encountered:
Details
People
Dates
Description
While setting up the ldap-configuration for SpagoBIMobile, I got NullpointerExceptions in the it.eng.spagobi.engine.mobile.service.LoginAction class.
After checking the sourcecode of this class, I noticed that the EMFErrorHandler errorHandler field was never initialized.
This causes a NullpointerException when 'errorHandler.addError(emfu);' was executed.
Comments
no comments
The text was updated successfully, but these errors were encountered: