SpagoBILabs / SpagoBI

Outdated version of Knowage - Business Intelligence suite. Explore https://github.com/KnowageLabs for the current repository.
180 stars 110 forks source link

SPAGOBI-1931 - NullpointerException in SpagoBIMobileEngine - LoginAction class #1409

Open KnowageServiceAcc opened 4 years ago

KnowageServiceAcc commented 4 years ago

Details

Key Value
Key SPAGOBI-1931
Type Bug
Status Open
Priority Major
Resolution
Affects 5.0.0
Fix
Components SERVER/Mobile
Labels mobile

People

Key Value
Assignee Alberto Ghedin
Reporter Yvo Hooyberghs

Dates

Key Value
Created 2014-10-29T13:33:23.000+0100
Updated 2014-12-11T14:47:03.000+0100
Resolved n.d.

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